Skip to content

Commit 681f3ce

Browse files
chore: release main
1 parent be3da49 commit 681f3ce

File tree

9 files changed

+65
-8
lines changed

9 files changed

+65
-8
lines changed

.release-please-manifest.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"cli": "0.128.6",
3-
"api": "0.128.6",
4-
"shared": "0.128.6",
5-
"terraform/provider": "0.128.6",
2+
"cli": "0.128.7",
3+
"api": "0.128.7",
4+
"shared": "0.128.7",
5+
"terraform/provider": "0.128.7",
66
"terraform/modules/happy-dns-ecs": "1.5.0",
77
"terraform/modules/happy-env-ecs": "3.4.0",
88
"terraform/modules/happy-env-eks": "4.14.1",
99
"terraform/modules/happy-github-ci-role": "1.6.0",
1010
"terraform/modules/happy-route53": "1.4.0",
1111
"terraform/modules/happy-service-ecs": "2.1.0",
12-
"terraform/modules/happy-service-eks": "3.29.0",
12+
"terraform/modules/happy-service-eks": "3.30.0",
1313
"terraform/modules/happy-stack-ecs": "2.2.0",
1414
"terraform/modules/happy-stack-helm-eks": "0.1.0",
15-
"terraform/modules/happy-stack-eks": "4.37.1",
15+
"terraform/modules/happy-stack-eks": "4.38.0",
1616
"terraform/modules/happy-tfe-okta-app": "3.0.0",
1717
"terraform/modules/happy-tfe-user": "1.3.0",
18-
"terraform/modules/happy-ingress-eks": "2.12.0",
19-
"hvm": "0.128.6",
18+
"terraform/modules/happy-ingress-eks": "2.13.0",
19+
"hvm": "0.128.7",
2020
"terraform/modules/happy-cloudfront": "1.4.0",
2121
"helm-charts/charts/stack": "0.3.1"
2222
}

api/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.128.7](https://github.com/chanzuckerberg/happy/compare/api-v0.128.6...api-v0.128.7) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Critical Dependabot finding in chanzuckerberg/happy: gopkg.in/src-d/go-git.v4 : = 4.13.1 - go-git has an Argument Injection via the URL field ([#3811](https://github.com/chanzuckerberg/happy/issues/3811)) ([a8b2ef5](https://github.com/chanzuckerberg/happy/commit/a8b2ef512b0c8c03b09fe15d4b72b3b1b10d4108))
9+
310
## [0.128.6](https://github.com/chanzuckerberg/happy/compare/api-v0.128.5...api-v0.128.6) (2025-01-13)
411

512

cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22
<!-- bump -->
3+
## [0.128.7](https://github.com/chanzuckerberg/happy/compare/cli-v0.128.6...cli-v0.128.7) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Critical Dependabot finding in chanzuckerberg/happy: gopkg.in/src-d/go-git.v4 : = 4.13.1 - go-git has an Argument Injection via the URL field ([#3811](https://github.com/chanzuckerberg/happy/issues/3811)) ([a8b2ef5](https://github.com/chanzuckerberg/happy/commit/a8b2ef512b0c8c03b09fe15d4b72b3b1b10d4108))
9+
310
## [0.128.6](https://github.com/chanzuckerberg/happy/compare/cli-v0.128.5...cli-v0.128.6) (2025-01-13)
411

512

hvm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.128.7](https://github.com/chanzuckerberg/happy/compare/hvm-v0.128.6...hvm-v0.128.7) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Critical Dependabot finding in chanzuckerberg/happy: gopkg.in/src-d/go-git.v4 : = 4.13.1 - go-git has an Argument Injection via the URL field ([#3811](https://github.com/chanzuckerberg/happy/issues/3811)) ([a8b2ef5](https://github.com/chanzuckerberg/happy/commit/a8b2ef512b0c8c03b09fe15d4b72b3b1b10d4108))
9+
310
## [0.128.6](https://github.com/chanzuckerberg/happy/compare/hvm-v0.128.5...hvm-v0.128.6) (2025-01-13)
411

512

shared/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.128.7](https://github.com/chanzuckerberg/happy/compare/shared-v0.128.6...shared-v0.128.7) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Critical Dependabot finding in chanzuckerberg/happy: gopkg.in/src-d/go-git.v4 : = 4.13.1 - go-git has an Argument Injection via the URL field ([#3811](https://github.com/chanzuckerberg/happy/issues/3811)) ([a8b2ef5](https://github.com/chanzuckerberg/happy/commit/a8b2ef512b0c8c03b09fe15d4b72b3b1b10d4108))
9+
* Fix unsafe quotation ([#3817](https://github.com/chanzuckerberg/happy/issues/3817)) ([6552531](https://github.com/chanzuckerberg/happy/commit/65525313bddd2ca5cd70063e2ebd28d4722c9cee))
10+
311
## [0.128.6](https://github.com/chanzuckerberg/happy/compare/shared-v0.128.5...shared-v0.128.6) (2025-01-13)
412

513

terraform/modules/happy-ingress-eks/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.13.0](https://github.com/chanzuckerberg/happy/compare/happy-ingress-eks-v2.12.0...happy-ingress-eks-v2.13.0) (2025-01-30)
4+
5+
6+
### Features
7+
8+
* Add sameSite configuration to happy_sticky_session cookie ([#3819](https://github.com/chanzuckerberg/happy/issues/3819)) ([be3da49](https://github.com/chanzuckerberg/happy/commit/be3da49124691a21d021b7b985f49e4d31682ca8))
9+
310
## [2.12.0](https://github.com/chanzuckerberg/happy/compare/happy-ingress-eks-v2.11.0...happy-ingress-eks-v2.12.0) (2024-07-31)
411

512

terraform/modules/happy-service-eks/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.30.0](https://github.com/chanzuckerberg/happy/compare/happy-service-eks-v3.29.0...happy-service-eks-v3.30.0) (2025-01-30)
4+
5+
6+
### Features
7+
8+
* Add sameSite configuration to happy_sticky_session cookie ([#3819](https://github.com/chanzuckerberg/happy/issues/3819)) ([be3da49](https://github.com/chanzuckerberg/happy/commit/be3da49124691a21d021b7b985f49e4d31682ca8))
9+
310
## [3.29.0](https://github.com/chanzuckerberg/happy/compare/happy-service-eks-v3.28.0...happy-service-eks-v3.29.0) (2024-11-25)
411

512

terraform/modules/happy-stack-eks/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.38.0](https://github.com/chanzuckerberg/happy/compare/happy-stack-eks-v4.37.1...happy-stack-eks-v4.38.0) (2025-01-30)
4+
5+
6+
### Features
7+
8+
* Add sameSite configuration to happy_sticky_session cookie ([#3819](https://github.com/chanzuckerberg/happy/issues/3819)) ([be3da49](https://github.com/chanzuckerberg/happy/commit/be3da49124691a21d021b7b985f49e4d31682ca8))
9+
310
## [4.37.1](https://github.com/chanzuckerberg/happy/compare/happy-stack-eks-v4.37.0...happy-stack-eks-v4.37.1) (2024-12-10)
411

512

terraform/provider/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.128.7](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.128.6...terraform-provider-v0.128.7) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Critical Dependabot finding in chanzuckerberg/happy: gopkg.in/src-d/go-git.v4 : = 4.13.1 - go-git has an Argument Injection via the URL field ([#3811](https://github.com/chanzuckerberg/happy/issues/3811)) ([a8b2ef5](https://github.com/chanzuckerberg/happy/commit/a8b2ef512b0c8c03b09fe15d4b72b3b1b10d4108))
9+
310
## [0.128.6](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.128.5...terraform-provider-v0.128.6) (2025-01-13)
411

512

0 commit comments

Comments
 (0)