You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade operator-sdk from v1.34.2 to v1.35.0 (#1804)
Main motivation is the inclusion of operator-framework/operator-sdk#6726
which adds registry auth support to avoid Docker Hub pull rate limits.
This upgrade includes:
- Updated OPERATOR_SDK_VERSION in Makefile
- Updated all scorecard test image references
- Updated operator-sdk builder annotations in bundle files
- Regenerated CRDs and RBAC with controller-gen v0.16.5
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
Copy file name to clipboardExpand all lines: docs/developer/update_operator_sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
To upgrade Operator SDK version, create Operator SDK structure using the current Operator SDK version and the upgrade version (get Operator SDK executables in https://github.com/operator-framework/operator-sdk/releases), using the same commands used to scaffold the project, in two different folders.
4
4
5
-
The project was generated using Operator SDK version v1.34.2, running the following commands
5
+
The project was generated using Operator SDK version v1.35.0, running the following commands
0 commit comments