Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Nov 27, 2024
1 parent 817b20e commit c73b37d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-apps-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c73b37d

Please sign in to comment.