Skip to content

Commit db494ed

Browse files
🌱 Bump open-cluster-management.io/addon-framework
Bumps the open-cluster-management-io group with 1 update: [open-cluster-management.io/addon-framework](https://github.com/open-cluster-management-io/addon-framework). Updates `open-cluster-management.io/addon-framework` from 1.0.1-0.20250722093201-ee47752c02f3 to 1.0.1 - [Release notes](https://github.com/open-cluster-management-io/addon-framework/releases) - [Commits](https://github.com/open-cluster-management-io/addon-framework/commits/v1.0.1) --- updated-dependencies: - dependency-name: open-cluster-management.io/addon-framework dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: open-cluster-management-io ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cde757 commit db494ed

File tree

7 files changed

+36
-59
lines changed

7 files changed

+36
-59
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
k8s.io/kube-aggregator v0.33.4
3939
k8s.io/kubectl v0.33.4
4040
k8s.io/utils v0.0.0-20241210054802-24370beab758
41-
open-cluster-management.io/addon-framework v1.0.1-0.20250722093201-ee47752c02f3
41+
open-cluster-management.io/addon-framework v1.0.1
4242
open-cluster-management.io/api v1.0.1-0.20250730122947-5e3423e7794a
4343
open-cluster-management.io/sdk-go v1.0.1-0.20250805021042-68bb7fc51d4e
4444
sigs.k8s.io/about-api v0.0.0-20250131010323-518069c31c03
@@ -115,8 +115,6 @@ require (
115115
github.com/mitchellh/copystructure v1.2.0 // indirect
116116
github.com/mitchellh/reflectwalk v1.0.2 // indirect
117117
github.com/moby/docker-image-spec v1.3.1 // indirect
118-
github.com/moby/patternmatcher v0.6.0 // indirect
119-
github.com/moby/sys/user v0.4.0 // indirect
120118
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
121119
github.com/modern-go/reflect2 v1.0.2 // indirect
122120
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ k8s.io/kubectl v0.33.4 h1:nXEI6Vi+oB9hXxoAHyHisXolm/l1qutK3oZQMak4N98=
491491
k8s.io/kubectl v0.33.4/go.mod h1:Xe7P9X4DfILvKmlBsVqUtzktkI56lEj22SJW7cFy6nE=
492492
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
493493
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
494-
open-cluster-management.io/addon-framework v1.0.1-0.20250722093201-ee47752c02f3 h1:r7f57/YPg4caE2N1JQX5sVdBMW5f4VftIUZoW2AWzMs=
495-
open-cluster-management.io/addon-framework v1.0.1-0.20250722093201-ee47752c02f3/go.mod h1:U/AQsLpMi4jay9SC3x+uSh2vsB7ZZPLm63MiRnA9mX4=
494+
open-cluster-management.io/addon-framework v1.0.1 h1:hWrA+PVN5/Sjk5sBiBcyimDt01/5Hi+BLDNhS1dWVl0=
495+
open-cluster-management.io/addon-framework v1.0.1/go.mod h1:Gw9zRGvuNJJ3XhTYanIuA7FFFw0EjtoE74l5OBZCZf8=
496496
open-cluster-management.io/api v1.0.1-0.20250730122947-5e3423e7794a h1:RtfQsfeU+uedsi7btdGdYeSVJw6v2Zp1pMB5XkgHRW8=
497497
open-cluster-management.io/api v1.0.1-0.20250730122947-5e3423e7794a/go.mod h1:KEj/4wbUjdbWktrKLL8+mWzAIzE6Ii3bcRr4CvnBNEg=
498498
open-cluster-management.io/sdk-go v1.0.1-0.20250805021042-68bb7fc51d4e h1:jI/RdWsyShHxLxAt5OilP0YOiH2qsSYcDtHPS1bT8Is=

vendor/modules.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,6 @@ github.com/mitchellh/copystructure
362362
github.com/mitchellh/reflectwalk
363363
# github.com/moby/docker-image-spec v1.3.1
364364
## explicit; go 1.18
365-
# github.com/moby/patternmatcher v0.6.0
366-
## explicit; go 1.19
367-
# github.com/moby/sys/user v0.4.0
368-
## explicit; go 1.17
369365
# github.com/mochi-mqtt/server/v2 v2.7.9
370366
## explicit; go 1.21
371367
github.com/mochi-mqtt/server/v2
@@ -1716,8 +1712,8 @@ k8s.io/utils/path
17161712
k8s.io/utils/pointer
17171713
k8s.io/utils/ptr
17181714
k8s.io/utils/trace
1719-
# open-cluster-management.io/addon-framework v1.0.1-0.20250722093201-ee47752c02f3
1720-
## explicit; go 1.24.0
1715+
# open-cluster-management.io/addon-framework v1.0.1
1716+
## explicit; go 1.23.6
17211717
open-cluster-management.io/addon-framework/pkg/addonfactory
17221718
open-cluster-management.io/addon-framework/pkg/addonmanager
17231719
open-cluster-management.io/addon-framework/pkg/addonmanager/addontesting

vendor/open-cluster-management.io/addon-framework/pkg/addonmanager/controllers/agentdeploy/healthcheck_sync.go

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/open-cluster-management.io/addon-framework/pkg/agent/inteface.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/open-cluster-management.io/addon-framework/pkg/utils/helpers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/open-cluster-management.io/addon-framework/pkg/utils/probe_helper.go

Lines changed: 8 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)