Skip to content

Commit

Permalink
chore: release maina (#3209)
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] authored Apr 19, 2024
1 parent 32bc6af commit 9bbee4c
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"cli": "0.127.3",
"api": "0.127.3",
"shared": "0.127.3",
"terraform/provider": "0.127.3",
"cli": "0.127.4",
"api": "0.127.4",
"shared": "0.127.4",
"terraform/provider": "0.127.4",
"terraform/modules/happy-dns-ecs": "1.5.0",
"terraform/modules/happy-env-ecs": "3.3.0",
"terraform/modules/happy-env-eks": "4.12.2",
"terraform/modules/happy-github-ci-role": "1.5.0",
"terraform/modules/happy-route53": "1.3.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",
"terraform/modules/happy-service-eks": "3.25.0",
"terraform/modules/happy-service-eks": "3.26.0",
"terraform/modules/happy-stack-ecs": "2.2.0",
"terraform/modules/happy-stack-helm-eks": "0.1.0",
"terraform/modules/happy-stack-eks": "4.30.0",
"terraform/modules/happy-stack-eks": "4.31.0",
"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.3",
"hvm": "0.127.4",
"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.127.4](https://github.com/chanzuckerberg/happy/compare/api-v0.127.3...api-v0.127.4) (2024-04-19)


### Miscellaneous Chores

* **api:** Synchronize happy platform versions

## [0.127.3](https://github.com/chanzuckerberg/happy/compare/api-v0.127.2...api-v0.127.3) (2024-03-27)


Expand Down
9 changes: 9 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog
<!-- bump -->
## [0.127.4](https://github.com/chanzuckerberg/happy/compare/cli-v0.127.3...cli-v0.127.4) (2024-04-19)


### Bug Fixes

* filter out container name if empty ([#3238](https://github.com/chanzuckerberg/happy/issues/3238)) ([7914533](https://github.com/chanzuckerberg/happy/commit/79145333c931230d69f9ee6d0d4271675a5788ab))
* happy logs generates bad aws cloudwatch url ([#3237](https://github.com/chanzuckerberg/happy/issues/3237)) ([1f976b7](https://github.com/chanzuckerberg/happy/commit/1f976b790ea1da766a1c9ead798cb433c3cfb608))
* nil pointer exception ([#3239](https://github.com/chanzuckerberg/happy/issues/3239)) ([be7d2da](https://github.com/chanzuckerberg/happy/commit/be7d2da46710b8370faef041f1dee6760fc36bf6))

## [0.127.3](https://github.com/chanzuckerberg/happy/compare/cli-v0.127.2...cli-v0.127.3) (2024-03-27)


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.127.4](https://github.com/chanzuckerberg/happy/compare/hvm-v0.127.3...hvm-v0.127.4) (2024-04-19)


### Miscellaneous Chores

* **hvm:** Synchronize happy platform versions

## [0.127.3](https://github.com/chanzuckerberg/happy/compare/hvm-v0.127.2...hvm-v0.127.3) (2024-03-27)


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

## [0.127.4](https://github.com/chanzuckerberg/happy/compare/shared-v0.127.3...shared-v0.127.4) (2024-04-19)


### Bug Fixes

* filter out container name if empty ([#3238](https://github.com/chanzuckerberg/happy/issues/3238)) ([7914533](https://github.com/chanzuckerberg/happy/commit/79145333c931230d69f9ee6d0d4271675a5788ab))
* happy logs generates bad aws cloudwatch url ([#3237](https://github.com/chanzuckerberg/happy/issues/3237)) ([1f976b7](https://github.com/chanzuckerberg/happy/commit/1f976b790ea1da766a1c9ead798cb433c3cfb608))

## [0.127.3](https://github.com/chanzuckerberg/happy/compare/shared-v0.127.2...shared-v0.127.3) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion shared/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/chanzuckerberg/happy/hvm v0.0.0
github.com/compose-spec/compose-go v1.20.2
github.com/creasty/defaults v1.7.0
github.com/docker/docker v26.0.1+incompatible
github.com/docker/docker v26.0.2+incompatible
github.com/docker/go-units v0.5.0
github.com/fatih/color v1.16.0
github.com/go-playground/validator/v10 v10.19.0
Expand Down
4 changes: 2 additions & 2 deletions shared/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/docker v26.0.1+incompatible h1:t39Hm6lpXuXtgkF0dm1t9a5HkbUfdGy6XbWexmGr+hA=
github.com/docker/docker v26.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v26.0.2+incompatible h1:yGVmKUFGgcxA6PXWAokO0sQL22BrQ67cgVjko8tGdXE=
github.com/docker/docker v26.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
Expand Down
7 changes: 7 additions & 0 deletions terraform/modules/happy-github-ci-role/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/chanzuckerberg/happy/compare/happy-github-ci-role-v1.5.0...happy-github-ci-role-v1.6.0) (2024-04-19)


### Features

* allow happy users to leverage pull through caching ([#3245](https://github.com/chanzuckerberg/happy/issues/3245)) ([32bc6af](https://github.com/chanzuckerberg/happy/commit/32bc6af77e2abb9d420d47c391a9e887f23aed89))

## [1.5.0](https://github.com/chanzuckerberg/happy/compare/happy-github-ci-role-v1.4.2...happy-github-ci-role-v1.5.0) (2023-10-17)


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

## [1.4.0](https://github.com/chanzuckerberg/happy/compare/happy-route53-v1.3.0...happy-route53-v1.4.0) (2024-04-19)


### Features

* Create an override for happy-route53 module ([#3162](https://github.com/chanzuckerberg/happy/issues/3162)) ([5d4adbe](https://github.com/chanzuckerberg/happy/commit/5d4adbe6f4346c6f9f0fa625a2d6e35bace64b0e))

## [1.3.0](https://github.com/chanzuckerberg/happy/compare/happy-route53-v1.2.1...happy-route53-v1.3.0) (2023-08-29)


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

## [3.26.0](https://github.com/chanzuckerberg/happy/compare/happy-service-eks-v3.25.0...happy-service-eks-v3.26.0) (2024-04-19)


### Features

* [CCIE-2375] ephemeral volume support ([#2977](https://github.com/chanzuckerberg/happy/issues/2977)) ([9fa7d24](https://github.com/chanzuckerberg/happy/commit/9fa7d24a50ca9b901e46cfd2bd9f47f5dc903a6a))

## [3.25.0](https://github.com/chanzuckerberg/happy/compare/happy-service-eks-v3.24.0...happy-service-eks-v3.25.0) (2024-03-12)


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

## [4.31.0](https://github.com/chanzuckerberg/happy/compare/happy-stack-eks-v4.30.0...happy-stack-eks-v4.31.0) (2024-04-19)


### Features

* [CCIE-2375] ephemeral volume support ([#2977](https://github.com/chanzuckerberg/happy/issues/2977)) ([9fa7d24](https://github.com/chanzuckerberg/happy/commit/9fa7d24a50ca9b901e46cfd2bd9f47f5dc903a6a))
* allow users to override the oidc configuration ([#3208](https://github.com/chanzuckerberg/happy/issues/3208)) ([2cdc69c](https://github.com/chanzuckerberg/happy/commit/2cdc69c23267e41a383c46b533d16ebb172577a6))
* make a datadog provider optional for happy-stack-eks ([#2945](https://github.com/chanzuckerberg/happy/issues/2945)) ([e524193](https://github.com/chanzuckerberg/happy/commit/e524193d41435e8d2253086716eb0985c313164a))

## [4.30.0](https://github.com/chanzuckerberg/happy/compare/happy-stack-eks-v4.29.0...happy-stack-eks-v4.30.0) (2024-03-12)


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.127.4](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.127.3...terraform-provider-v0.127.4) (2024-04-19)


### Miscellaneous Chores

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

## [0.127.3](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.127.2...terraform-provider-v0.127.3) (2024-03-27)


Expand Down

0 comments on commit 9bbee4c

Please sign in to comment.