Skip to content
Open
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"aws-ecs-job-fargate": "0.1.0",
"aws-ecs-service": "0.1.0",
"aws-ecs-service-fargate": "0.1.0",
"aws-eks-cluster": "9.0.0",
"aws-eks-cluster": "9.0.1",
"aws-efs-volume": "0.1.1",
"aws-iam-ecs-task-role": "0.1.0",
"aws-iam-group-assume-role": "0.1.0",
Expand Down Expand Up @@ -92,5 +92,5 @@
"snowflake-view-grant-all": "0.1.1",
"snowflake-warehouse-grant-all": "0.1.1",
"tfe-management": "3.2.4",
".": "0.131.0"
".": "0.131.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.131.1](https://github.com/chanzuckerberg/cztack/compare/v0.131.0...v0.131.1) (2026-09-01)


### Misc

* **aws-eks-cluster:** correct v9.0.0 breaking-change notes to the shipped zero-drain behavior ([#920](https://github.com/chanzuckerberg/cztack/issues/920)) ([d3aaf85](https://github.com/chanzuckerberg/cztack/commit/d3aaf858f04f2b8091fc2907e27ca1347a796781))
* **deps:** bump github.com/Snowflake-Labs/terraform-provider-snowflake ([#889](https://github.com/chanzuckerberg/cztack/issues/889)) ([52fc695](https://github.com/chanzuckerberg/cztack/commit/52fc695626d665b095fca8f90be490851a7a1b67))
* enable floating_tags for release-please-semvar ([#921](https://github.com/chanzuckerberg/cztack/issues/921)) ([200ec5c](https://github.com/chanzuckerberg/cztack/commit/200ec5c8c721564563e1b08ac98c10d4d2901100))

## [0.131.0](https://github.com/chanzuckerberg/cztack/compare/v0.130.0...v0.131.0) (2026-08-26)


Expand Down
7 changes: 7 additions & 0 deletions aws-eks-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.1](https://github.com/chanzuckerberg/cztack/compare/aws-eks-cluster-v9.0.0...aws-eks-cluster-v9.0.1) (2026-09-01)


### Misc

* **aws-eks-cluster:** correct v9.0.0 breaking-change notes to the shipped zero-drain behavior ([#920](https://github.com/chanzuckerberg/cztack/issues/920)) ([d3aaf85](https://github.com/chanzuckerberg/cztack/commit/d3aaf858f04f2b8091fc2907e27ca1347a796781))

## [9.0.0](https://github.com/chanzuckerberg/cztack/compare/aws-eks-cluster-v8.23.0...aws-eks-cluster-v9.0.0) (2026-08-26)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.131.0
0.131.1
Loading