From c73b37d1cdf65b028415b089fc158d20c0490791 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Wed, 27 Nov 2024 11:41:10 +0000 Subject: [PATCH] Release v3.1.0 --- CHANGELOG.md | 5 ++++- helm/cluster-apps-operator/Chart.yaml | 2 +- pkg/project/project.go | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b789770f..a0f27937 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] +## [3.1.0] - 2024-11-27 + ### Changed - Set `ExternalDNSIP` to an empty value in the cluster values configmap for all vsphere clusters. @@ -549,7 +551,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.23.2...v3.0.0 [2.23.2]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.23.1...v2.23.2 [2.23.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.23.0...v2.23.1 diff --git a/helm/cluster-apps-operator/Chart.yaml b/helm/cluster-apps-operator/Chart.yaml index d5df6105..ea3e5d8b 100644 --- a/helm/cluster-apps-operator/Chart.yaml +++ b/helm/cluster-apps-operator/Chart.yaml @@ -4,7 +4,7 @@ description: "Chart holding cluster-apps-operator." home: "https://github.com/giantswarm/cluster-apps-operator" icon: https://s.giantswarm.io/app-icons/giantswarm/1/dark.svg name: "cluster-apps-operator" -version: "3.0.0" +version: "3.1.0" annotations: application.giantswarm.io/team: "honeybadger" config.giantswarm.io/version: 1.x.x diff --git a/pkg/project/project.go b/pkg/project/project.go index 5d192861..410c6971 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "cluster-apps-operator" source = "https://github.com/giantswarm/cluster-apps-operator" - version = "3.0.0" + version = "3.1.0" ) func Description() string {