Releases: cybozu-go/accurate
Releases · cybozu-go/accurate
Release v1.3.0
Breaking Changes
Previously, Accurate did not delete previously propagated labels when deleted from the parent namespace to prevent unintended deletions.
With this release, these propagated labels will be removed.
This behavior is due to the migration to SSA(#112).
What's Changed
Others
- chore: enable DisablePropagateGenerated feature gate by default by @erikgb in #99
- chore: introduce new (identical) SubNamespace API version by @erikgb in #101
- Update golang to 1.21 by @zoetrope in #105
- chore: change v2alpha1 SubNamespace status to kstatus-compatible subresource by @erikgb in #96
- chore(helm): allow CRDs to be templated with Helm by @erikgb in #108
- chore: generate applyconfigurations for APIs (SSA) by @erikgb in #106
- Setup applyconfiguration-gen with aqua by @zoetrope in #109
- feat: enable v2alpha1 API with conversion webhook by @erikgb in #107
- chore: ensure webhooks are handling all API versions by @erikgb in #110
- feat: make SubNamespace controller reconcile v2alpha1 version by @erikgb in #111
- chore: deprecate user-facing propagate-generated annotation by @erikgb in #113
- Migrate to ghcr.io by @yokaze in #115
- test: migrate envtests to komega by @erikgb in #116
- build(deps): bump Kubernetes to 1.29 by @erikgb in #118
- fix: bump Go dependencies by @erikgb in #117
- chore: migrate controllers to SSA by @erikgb in #112
Full Changelog: v1.2.1...v1.3.0
accurate-chart-0.7.3
Helm chart for accurate v1.3.0
Release v1.2.1
accurate-chart-0.7.2
Helm chart for accurate v1.2.1
Release v1.2.0
What's Changed
Features
Changes
Bug Fixes
Dependencies
- build(deps): bump controller-runtime version to "0.16.2" by @erikgb in #88
- build(deps): finalize bump to Kubernetes 1.28 by @erikgb in #91
Others
New Contributors
Full Changelog: v1.1.0...v1.2.0
accurate-chart-0.7.1
Helm chart for accurate v1.2.0
Release v1.1.0
accurate-chart-0.7.0
Helm chart for accurate v1.1.0
Release v1.0.1
Changed
- Update for Kubernetes 1.25.9 (#66)
- Update dependencies
Release v1.0.0
Changed
- Support Kubernetes 1.25 (#62)
- Build with go 1.20
- Update Ubuntu to 22.04
- Update dependencies