Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.3 #373

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]

## [1.0.3] - 2024-10-14

### Changed

- Allow configuring `cgroups` v1 or v2 compatibility per node pool, instead of the whole cluster. Control plane nodes always use cgroups v2.
Expand Down Expand Up @@ -587,7 +589,8 @@ For Kubernetes <v1.29, you will need to re-enable it using the respective values

- Update and clean up the template repo.

[Unreleased]: https://github.com/giantswarm/cluster/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/giantswarm/cluster/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/giantswarm/cluster/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/giantswarm/cluster/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/giantswarm/cluster/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/giantswarm/cluster/compare/v0.36.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cluster
type: application
version: 1.0.2
version: 1.0.3
description: Giant Swarm cluster chart with provider-independent cluster resources
icon: https://s.giantswarm.io/app-icons/giantswarm/1/dark.svg
home: https://github.com/giantswarm/cluster
Expand Down
Loading