From 21293cc1d87f3357780d8710f4170784e9df6c28 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 14 Nov 2024 00:09:25 +0100 Subject: [PATCH] Release v1.4.0 (#356) --- CHANGELOG.md | 5 ++++- helm/cluster-azure/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35adafb..54106043 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] +## [1.4.0] - 2024-11-13 + ### Changed - Make `external-dns-private` app depend on the `prometheus-operator-crd` app, because it uses `ServiceMonitors`. @@ -670,7 +672,8 @@ rm catalog.yaml ## [0.0.1] - 2022-11-22 -[Unreleased]: https://github.com/giantswarm/cluster-azure/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-azure/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/giantswarm/cluster-azure/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/giantswarm/cluster-azure/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/giantswarm/cluster-azure/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/giantswarm/cluster-azure/compare/v1.0.0...v1.1.0 diff --git a/helm/cluster-azure/Chart.yaml b/helm/cluster-azure/Chart.yaml index def24b15..da0eab52 100644 --- a/helm/cluster-azure/Chart.yaml +++ b/helm/cluster-azure/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: cluster-azure type: application -version: 1.3.0 +version: 1.4.0 description: A helm chart for creating Cluster API clusters with the Azure infrastructure provider (CAPZ). icon: https://s.giantswarm.io/app-icons/azure/1/light.svg home: https://github.com/giantswarm/cluster-azure