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

Chart: Bump cluster chart v0.18.0. #564

Merged
merged 4 commits into from
Apr 15, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update cluster chart to v0.18.0. This updates teleport node labels and will roll nodes.
- Update cluster chart to v0.17.0. This updates cilium app from v0.21.0 to v0.22.0.

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions helm/cluster-aws/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cluster
repository: https://giantswarm.github.io/cluster-catalog
version: 0.17.0
version: 0.18.0
- name: cluster-shared
repository: https://giantswarm.github.io/cluster-catalog
version: 0.7.0
digest: sha256:91cbc8d53af2aa365f8a0cf6a0884d486d10db6a3479a9da45134f47b62bfd96
generated: "2024-04-11T14:17:36.361859+02:00"
digest: sha256:1ce40f738ca0a191ac8400d41ee55b0d81698e5ba904ee563f758c88ae805b5a
generated: "2024-04-11T15:48:38.252484+02:00"
2 changes: 1 addition & 1 deletion helm/cluster-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ restrictions:
- capa
dependencies:
- name: cluster
version: "0.17.0"
version: "0.18.0"
repository: https://giantswarm.github.io/cluster-catalog
- name: cluster-shared
version: "0.7.0"
Expand Down
Loading