Skip to content

Commit

Permalink
chore: release main (#3270)
Browse files Browse the repository at this point in the history
Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com>
  • Loading branch information
czi-github-helper[bot] committed May 31, 2024
1 parent 7055a33 commit 3c9b932
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"cli": "0.127.5",
"api": "0.127.5",
"shared": "0.127.5",
"terraform/provider": "0.127.5",
"cli": "0.128.0",
"api": "0.128.0",
"shared": "0.128.0",
"terraform/provider": "0.128.0",
"terraform/modules/happy-dns-ecs": "1.5.0",
"terraform/modules/happy-env-ecs": "3.3.0",
"terraform/modules/happy-env-eks": "4.13.0",
"terraform/modules/happy-env-ecs": "3.3.1",
"terraform/modules/happy-env-eks": "4.14.0",
"terraform/modules/happy-github-ci-role": "1.6.0",
"terraform/modules/happy-route53": "1.4.0",
"terraform/modules/happy-service-ecs": "2.1.0",
Expand All @@ -16,7 +16,7 @@
"terraform/modules/happy-tfe-okta-app": "3.0.0",
"terraform/modules/happy-tfe-user": "1.3.0",
"terraform/modules/happy-ingress-eks": "2.11.0",
"hvm": "0.127.5",
"hvm": "0.128.0",
"terraform/modules/happy-cloudfront": "1.1.0",
"helm-charts/charts/stack": "0.3.1"
}
7 changes: 7 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.128.0](https://github.com/chanzuckerberg/happy/compare/api-v0.127.5...api-v0.128.0) (2024-05-31)


### Features

* increase the ALB idle timeout period ([#3279](https://github.com/chanzuckerberg/happy/issues/3279)) ([6742396](https://github.com/chanzuckerberg/happy/commit/6742396916d5fcda8f6c9b9defe7b92ef4f8815c))

## [0.127.5](https://github.com/chanzuckerberg/happy/compare/api-v0.127.4...api-v0.127.5) (2024-05-03)


Expand Down
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog
<!-- bump -->
## [0.128.0](https://github.com/chanzuckerberg/happy/compare/cli-v0.127.5...cli-v0.128.0) (2024-05-31)


### Miscellaneous Chores

* **cli:** Synchronize happy platform versions

## [0.127.5](https://github.com/chanzuckerberg/happy/compare/cli-v0.127.4...cli-v0.127.5) (2024-05-03)


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

## [0.128.0](https://github.com/chanzuckerberg/happy/compare/hvm-v0.127.5...hvm-v0.128.0) (2024-05-31)


### Miscellaneous Chores

* **hvm:** Synchronize happy platform versions

## [0.127.5](https://github.com/chanzuckerberg/happy/compare/hvm-v0.127.4...hvm-v0.127.5) (2024-05-03)


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

## [0.128.0](https://github.com/chanzuckerberg/happy/compare/shared-v0.127.5...shared-v0.128.0) (2024-05-31)


### Miscellaneous Chores

* **shared:** Synchronize happy platform versions

## [0.127.5](https://github.com/chanzuckerberg/happy/compare/shared-v0.127.4...shared-v0.127.5) (2024-05-03)


Expand Down
7 changes: 7 additions & 0 deletions terraform/modules/happy-env-ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.1](https://github.com/chanzuckerberg/happy/compare/happy-env-ecs-v3.3.0...happy-env-ecs-v3.3.1) (2024-05-31)


### Bug Fixes

* Upgrade default RDS certificate bundle for happy-env-ecs to rds-ca-ecc384-g1 ([#3330](https://github.com/chanzuckerberg/happy/issues/3330)) ([7055a33](https://github.com/chanzuckerberg/happy/commit/7055a33b28521dbd0fe8021c2759d6fe697fe1c4))

## [3.3.0](https://github.com/chanzuckerberg/happy/compare/happy-env-ecs-v3.2.2...happy-env-ecs-v3.3.0) (2023-10-04)


Expand Down
8 changes: 8 additions & 0 deletions terraform/modules/happy-env-eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.14.0](https://github.com/chanzuckerberg/happy/compare/happy-env-eks-v4.13.0...happy-env-eks-v4.14.0) (2024-05-31)


### Features

* Support additional security group ingress for rds ([#3267](https://github.com/chanzuckerberg/happy/issues/3267)) ([c0bb5be](https://github.com/chanzuckerberg/happy/commit/c0bb5be092f20d97c46ac7d18b850b41ee5852e8))
* Upgrade RDS ca_cert_identifier to rds-ca-ecc384-g1 ([#3329](https://github.com/chanzuckerberg/happy/issues/3329)) ([50783b3](https://github.com/chanzuckerberg/happy/commit/50783b3b474a0936411e3f36a6f0256ca6bd609c))

## [4.13.0](https://github.com/chanzuckerberg/happy/compare/happy-env-eks-v4.12.2...happy-env-eks-v4.13.0) (2024-04-19)


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

## [0.128.0](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.127.5...terraform-provider-v0.128.0) (2024-05-31)


### Miscellaneous Chores

* **terraform-provider:** Synchronize happy platform versions

## [0.127.5](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.127.4...terraform-provider-v0.127.5) (2024-05-03)


Expand Down

0 comments on commit 3c9b932

Please sign in to comment.