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
- Bump supported Kubernetes version to 1.27. ([#6613](https://github.com/operator-framework/operator-sdk/pull/6613))
6
+
-**Breaking change**: (go/v4-alpha): go/v4 is now stable and is the default version used when scaffolding a Go based operator. ([#6613](https://github.com/operator-framework/operator-sdk/pull/6613))
7
+
-**Breaking change**: (kustomize/v2-alpha): kustomize/v2 is now stable and is the default version used in the plugin chain when using go/v4, ansible/v1, helm/v1, and hybrid/v1-alpha plugins. ([#6613](https://github.com/operator-framework/operator-sdk/pull/6613))
8
+
- Updated the supported OLM versions to 0.24.0, 0.25.0, and 0.26.0. ([#6613](https://github.com/operator-framework/operator-sdk/pull/6613))
9
+
10
+
### Deprecations
11
+
12
+
- (helm/v1): Deprecate the `--config` flag due to the controller-runtime ComponentConfig package being deprecated with the planned removal of support for loading manager options from a file. ([#6613](https://github.com/operator-framework/operator-sdk/pull/6613))
13
+
14
+
### Bug Fixes
15
+
16
+
-`operator-sdk olm install`: fix a bug where the retry logic would not retry until the the command's timeout was reached, resulting in early exiting of the command before the specified timeout was reached. ([#6613](https://github.com/operator-framework/operator-sdk/pull/6613))
0 commit comments