Skip to content

Releases: cybozu-go/accurate

Release v1.3.0

19 Feb 07:32
36bb411
Compare
Choose a tag to compare

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

19 Feb 07:32
36bb411
Compare
Choose a tag to compare

Helm chart for accurate v1.3.0

Release v1.2.1

19 Oct 05:55
9bbac9f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(helm): controller.extraArgs should be treated as list by @erikgb in #100

Others

  • chore: mark generated files in .gitattributes by @erikgb in #97
  • docs: deprecate propagate-generated feature by @erikgb in #95

Full Changelog: v1.2.0...v1.2.1

accurate-chart-0.7.2

19 Oct 05:56
9bbac9f
Compare
Choose a tag to compare

Helm chart for accurate v1.2.1

Release v1.2.0

10 Oct 08:08
1cc371d
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add DisablePropagateGenerated feature gate by @erikgb in #92

Changes

Bug Fixes

  • fix: add missing spec.issuerRef.group to cert-manager Certificate| by @erikgb in #83

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

10 Oct 08:08
1cc371d
Compare
Choose a tag to compare

Helm chart for accurate v1.2.0

Release v1.1.0

06 Jul 06:36
4fe4435
Compare
Choose a tag to compare

What's Changed

Others

Full Changelog: v1.0.1...v1.1.0

accurate-chart-0.7.0

06 Jul 06:36
4fe4435
Compare
Choose a tag to compare

Helm chart for accurate v1.1.0

Release v1.0.1

10 May 07:48
5d88416
Compare
Choose a tag to compare

Changed

  • Update for Kubernetes 1.25.9 (#66)
    • Update dependencies

Release v1.0.0

02 Mar 06:35
6b3304f
Compare
Choose a tag to compare

Changed

  • Support Kubernetes 1.25 (#62)
    • Build with go 1.20
    • Update Ubuntu to 22.04
    • Update dependencies