diff --git a/CHANGELOG.md b/CHANGELOG.md index 783096cc..498f3f5c 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.9.5] - 2023-12-12 + ### Fixed - Fix templating issues of feature-gates. @@ -184,7 +186,8 @@ at least 1 public IP is always needed for the ingress controller to be able to e - Initial chart implementation. -[Unreleased]: https://github.com/giantswarm/cluster-vsphere/compare/v0.9.4...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-vsphere/compare/v0.9.5...HEAD +[0.9.5]: https://github.com/giantswarm/cluster-vsphere/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/giantswarm/cluster-vsphere/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/giantswarm/cluster-vsphere/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/giantswarm/cluster-vsphere/compare/v0.9.1...v0.9.2 diff --git a/helm/cluster-vsphere/Chart.yaml b/helm/cluster-vsphere/Chart.yaml index 36ff9aa9..9ad143e0 100644 --- a/helm/cluster-vsphere/Chart.yaml +++ b/helm/cluster-vsphere/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cluster-vsphere -version: 0.9.4 +version: 0.9.5 home: https://github.com/giantswarm/cluster-vsphere sources: - https://github.com/giantswarm/cluster-vsphere