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
- Now operator-sdk bundle validate also ensures that the `alm-examples` annotation has a valid JSON ([More info](https://github.com/operator-framework/api/pull/207)) Introduction done by upgrading operator-framework/api from the commit `54878ea280f7c7402549dae568916dfb330b9262` to the release `v0.11.1`. ([#5495](https://github.com/operator-framework/operator-sdk/pull/5495))
6
+
- Added the `hybrid.helm.sdk.operatorframework.io/v1-alpha` plugin, which scaffolds a hybrid helm based operator. For more details on the plugin, please refer https://github.com/operator-framework/helm-operator-plugins/blob/main/docs/tutorial.md. This plugin is alpha and subject to breaking changes. ([#5504](https://github.com/operator-framework/operator-sdk/pull/5504))
7
+
- Add resource requests and limits to kube-rbac-proxy. ([#5505](https://github.com/operator-framework/operator-sdk/pull/5505))
8
+
9
+
### Changes
10
+
11
+
- (go/v3) upgrade go version from 1.16 to 1.17 and the following dependencies: - upgrade controller-runtime from `0.10.0` to `0.11.0` - k8s from `1.22` to `1.23` - controller-gen from `v0.0.7` to `v0.8.0`. ([#5505](https://github.com/operator-framework/operator-sdk/pull/5505))
12
+
- The debug log level for the sidecar container kube-rbac-proxy was reduced from 10 to 0. ([#5505](https://github.com/operator-framework/operator-sdk/pull/5505))
0 commit comments