Self Node Remediation v0.13.0
Notable Changes
- Add ability to specify a custom node selector
- Fixed daemonset timeout issue on clusters with many Secrets
- Several internal improvements
Release Artifacts
Images
- Operator: quay.io/medik8s/self-node-remediation-operator:v0.13.0
- Bundle: quay.io/medik8s/self-node-remediation-operator-bundle:v0.13.0
- Catalog aka Index: quay.io/medik8s/self-node-remediation-operator-catalog:v0.13.0
Source code and OLM manifests
Please find the source code and the OLM manifests in the Assets section below.
What's Changed
- Fix secret cert storage timeout when informer cache is not synced by @slintes in #282
- Modernize GitHub workflows: bump actions, replace deprecated release action by @slintes in #292
- Add optional checkout_ref input to release workflow by @slintes in #293
- Fix release workflow: forward missing inputs to community bundle by @slintes in #294
- Harden manager deployment security context by @razo7 in #295
- Move to Kubebuilder v4 layout and update to K8s 1.34 by @slintes in #298
- Remove kube-rbac-proxy, use controller-runtime metrics auth by @slintes in #299
- Add telco best practices certsuite compliance by @slintes in #300
- Add ability to specify custom nodeSelector, which will be merged with default one by @juriskrumins in #290
- Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.43.0 by @dependabot[bot] in #302
- Bump google.golang.org/grpc from 1.78.0 to 1.79.3 by @dependabot[bot] in #291
- Detect host architecture for GOARCH in build script by @razo7 in #296
- Switch runtime base image to UBI Minimal by @razo7 in #306
New Contributors
- @juriskrumins made their first contribution in #290
Full Changelog: v0.12.1...v0.13.0