Warning
This release is unstable and should not be used in production.
Helm chart versions <0.20.0 were built using manifests from the main branch at release time instead of the release branch. As a result, deployed manifests may not match the expected code version.
Required action:
Upgrade to v1.3.1 (Helm Chart 0.20.0). This is the first version with corrected manifests and a tested upgrade path from affected releases.
Recommended next step:
After upgrading to v1.3.1, continue upgrading to the latest GA release (v1.7.0) for production use.
For production environments, upgrade one minor version at a time after 0.20.0.
See docs/release.md for full details on versioning and upgrade paths.
Warning
This release is unstable and should not be used in production.
The kube-rbac-proxy project has officially announced the deprecation of gcr.io/kubebuilder/kube-rbac-proxy in favor of registry.k8s.io. The controller Helm chart in this release the now-unavailable gcr.io/kubebuilder/kube-rbac-proxy image. The controller will therefore fail to start up with ImagePullBackoff.
The issue is fixed in #219 and #222, so any subsequent releases with either of those PRs will solve this issue.
Recommended action: Skip this version and upgrade to a release containing the fix.
What's Changed
- Add docs for how users can go from versioned -> unversioned workers. by @Shivs11 in #172
- Optimize Docker builds: Add .dockerignore, improve caching, and enhance Dockerfile structure by @lilydoar in #164
- Min Server for bug-free Worker Versioning is v1.29.1 by @carlydf in #175
- Update README.md migration links by @mgleason97 in #184
- Bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /internal/tests by @dependabot[bot] in #170
- feat(api): add stable build ID override via spec.workerOptions.customBuildID by @tshtark in #177
- Improve docs by @carlydf in #188
- Rename
CustomBuildID->UnsafeCustomBuildIDand integration test it by @carlydf in #189 - Helm chart improvements by @nikolaitsarenkov in #179
- Fix helm chart: Remove templating from values file by @carlydf in #190
New Contributors
- @lilydoar made their first contribution in #164
- @mgleason97 made their first contribution in #184
- @tshtark made their first contribution in #177
- @nikolaitsarenkov made their first contribution in #179
Full Changelog: v1.1.1...v1.2.0