diff --git a/CHANGELOG.md b/CHANGELOG.md index 717c50d..e8230a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2026-06-21 + ### Fixed - Corrected the post-install `NOTES.txt` PDBPolicy example to use the real CRD fields (`availabilityClass` / `workloadSelector`) instead of the non-existent `targetReference` / `pdbSpec` / `selector`, so the printed snippet applies cleanly (#9) @@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GitHub Actions workflows (lint-test, release, DCO, check-links, community) - CNCF governance files -[Unreleased]: https://github.com/pdb-operator/helm-pdb-operator/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/pdb-operator/helm-pdb-operator/compare/v0.2.3...HEAD +[0.2.3]: https://github.com/pdb-operator/helm-pdb-operator/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/pdb-operator/helm-pdb-operator/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/pdb-operator/helm-pdb-operator/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/pdb-operator/helm-pdb-operator/compare/v0.1.0...v0.2.0 diff --git a/charts/pdb-operator/Chart.yaml b/charts/pdb-operator/Chart.yaml index 764a03e..5105d01 100644 --- a/charts/pdb-operator/Chart.yaml +++ b/charts/pdb-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pdb-operator description: Automated PodDisruptionBudget management for Kubernetes via PDBPolicy CRDs type: application -version: 0.2.2 +version: 0.2.3 appVersion: "v0.2.2" kubeVersion: ">=1.26.0-0" home: https://pdboperator.io