Commit 30c62d2
Update dependencies to latest stable versions (#247)
- Update github.com/stolostron/cluster-lifecycle-api to latest main branch (v0.0.0-20251028083736-64a17b44b598)
- Update open-cluster-management.io/addon-framework to v1.1.1 (latest stable)
- Update open-cluster-management.io/api to v1.1.0 (latest stable)
- Update open-cluster-management.io/sdk-go to v1.1.0 (latest stable)
- Update github.com/openshift/library-go to v0.0.0-20250711143941-47604345e7ea
These dependency updates introduced API changes that required code updates:
1. CSRConfigurationsFunc signature now requires ManagedClusterAddOn parameter and returns error
- Updated pkg/proxyagent/agent/agent.go (line 95)
- Updated test in pkg/proxyagent/agent/agent_test.go (line 422)
2. CSRSignerFunc signature now requires cluster and addon parameters and returns error
- Updated CustomSignerWithExpiry function in pkg/proxyagent/agent/agent.go (line 363)
- Updated test in pkg/proxyagent/agent/agent_test.go (line 441)
3. NewInMemoryRecorder now requires PassiveClock parameter
- Updated pkg/proxyserver/controllers/managedproxyconfiguration_controller.go (line 73)
- Added k8s.io/utils/clock import
All tests pass and the build succeeds.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: xuezhaojun <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent 03b5176 commit 30c62d2
File tree
224 files changed
+6308
-6915
lines changed- pkg
- proxyagent/agent
- proxyserver/controllers
- vendor
- github.com
- evanphx/json-patch
- openshift/library-go/pkg
- crypto
- operator/events
- stolostron/cluster-lifecycle-api
- constants
- imageregistry/v1alpha1
- open-cluster-management.io
- addon-framework/pkg
- addonfactory
- addonmanager
- controllers
- addonconfig
- agentdeploy
- certificate
- cmaconfig
- cmamanagedby
- registration
- agent
- assets
- utils
- api
- addon/v1alpha1
- client
- addon
- clientset/versioned
- fake
- scheme
- typed/addon/v1alpha1
- fake
- informers/externalversions
- addon
- v1alpha1
- internalinterfaces
- listers/addon/v1alpha1
- cluster
- clientset/versioned
- scheme
- typed/cluster
- v1alpha1
- v1beta1
- v1beta2
- v1
- informers/externalversions
- cluster
- v1alpha1
- v1beta1
- v1beta2
- v1
- internalinterfaces
- listers/cluster
- v1alpha1
- v1beta1
- v1beta2
- v1
- work
- clientset/versioned
- scheme
- typed/work
- v1alpha1
- v1
- informers/externalversions
- internalinterfaces
- work
- v1alpha1
- v1
- listers/work
- v1alpha1
- v1
- cluster
- v1alpha1
- v1beta1
- v1beta2
- v1
- operator/v1
- utils/work/v1/workapplier
- work
- v1alpha1
- v1
- sdk-go/pkg
- apis/work/v1/applier
- basecontroller/factory
- helpers
- patcher
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
224 files changed
+6308
-6915
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
| 423 | + | |
423 | 424 | | |
424 | 425 | | |
425 | 426 | | |
| |||
437 | 438 | | |
438 | 439 | | |
439 | 440 | | |
440 | | - | |
| 441 | + | |
| 442 | + | |
441 | 443 | | |
442 | 444 | | |
443 | 445 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments