Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into heathj/deprecated-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed Dec 10, 2024
2 parents 660f275 + a578c60 commit 215ed8c
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
version: v1.26.2
workdir: cli
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
GORELEASER_CURRENT_TAG: ${{ steps.parse_version.outputs.result }}
Expand Down
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"cli": "0.128.2",
"api": "0.128.2",
"shared": "0.128.2",
"terraform/provider": "0.128.2",
"cli": "0.128.3",
"api": "0.128.3",
"shared": "0.128.3",
"terraform/provider": "0.128.3",
"terraform/modules/happy-dns-ecs": "1.5.0",
"terraform/modules/happy-env-ecs": "3.4.0",
"terraform/modules/happy-env-eks": "4.14.1",
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.12.0",
"hvm": "0.128.2",
"hvm": "0.128.3",
"terraform/modules/happy-cloudfront": "1.4.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.3](https://github.com/chanzuckerberg/happy/compare/api-v0.128.2...api-v0.128.3) (2024-12-10)


### Miscellaneous Chores

* **api:** Synchronize happy platform versions

## [0.128.2](https://github.com/chanzuckerberg/happy/compare/api-v0.128.1...api-v0.128.2) (2024-12-10)


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.3](https://github.com/chanzuckerberg/happy/compare/cli-v0.128.2...cli-v0.128.3) (2024-12-10)


### Bug Fixes

* deprecated --rm-dist flag for goreleaser ([#3719](https://github.com/chanzuckerberg/happy/issues/3719)) ([3ae5f03](https://github.com/chanzuckerberg/happy/commit/3ae5f030588362589b67acd820f3305809d313b1))

## [0.128.2](https://github.com/chanzuckerberg/happy/compare/cli-v0.128.1...cli-v0.128.2) (2024-12-10)


Expand Down
19 changes: 11 additions & 8 deletions examples/nodejs_downstream/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3](https://github.com/chanzuckerberg/happy/compare/hvm-v0.128.2...hvm-v0.128.3) (2024-12-10)


### Miscellaneous Chores

* **hvm:** Synchronize happy platform versions

## [0.128.2](https://github.com/chanzuckerberg/happy/compare/hvm-v0.128.1...hvm-v0.128.2) (2024-12-10)


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.3](https://github.com/chanzuckerberg/happy/compare/shared-v0.128.2...shared-v0.128.3) (2024-12-10)


### Miscellaneous Chores

* **shared:** Synchronize happy platform versions

## [0.128.2](https://github.com/chanzuckerberg/happy/compare/shared-v0.128.1...shared-v0.128.2) (2024-12-10)


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.3](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.128.2...terraform-provider-v0.128.3) (2024-12-10)


### Miscellaneous Chores

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

## [0.128.2](https://github.com/chanzuckerberg/happy/compare/terraform-provider-v0.128.1...terraform-provider-v0.128.2) (2024-12-10)


Expand Down

0 comments on commit 215ed8c

Please sign in to comment.