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

Bump to CAPA version with the backported feature "Tag S3 bucket as owned by cluster" #186

Merged
merged 1 commit into from
Nov 8, 2023
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 @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add `global.podSecurityStandards.enforced` value for PSS migration.
- Bump to CAPA version with the backported feature "Tag S3 bucket as owned by cluster"

## [2.5.0] - 2023-10-09

Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-api-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cluster-api-provider-aws
# This value can also be a commit (even works for `make generate`), but tags are preferred since those can include a
# message and tell us explicitly that the commit is important. Please include the short commit SHA in the tag name,
# such as `v2.0.2-gs-123abcd`.
tag: v2.2.4-gs-6532e7d3a # upstream v2.2.4 + workaround for long-lasting broken subnets issue (https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4026)
tag: v2.2.4-gs-c9e3abe9f # upstream v2.2.4 + workaround for long-lasting broken subnets issue (https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4026) + S3 bucket tagging

infrastructure:
image:
Expand Down