diff --git a/.github/actions/conventional-commits/CHANGELOG.md b/.github/actions/conventional-commits/CHANGELOG.md index 66559029..257100bd 100644 --- a/.github/actions/conventional-commits/CHANGELOG.md +++ b/.github/actions/conventional-commits/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.4](https://github.com/chanzuckerberg/github-actions/compare/conventional-commits-v1.3.3...conventional-commits-v1.3.4) (2024-01-10) + + +### Bug Fixes + +* conventional-commits: handle dependabot hyphen ([#1](https://github.com/chanzuckerberg/github-actions/issues/1)) ([#235](https://github.com/chanzuckerberg/github-actions/issues/235)) ([f997e84](https://github.com/chanzuckerberg/github-actions/commit/f997e8414703f00e3163b108ca9e89876d62055d)) + ### [1.3.3](https://github.com/chanzuckerberg/github-actions/compare/conventional-commits-v1.3.2...conventional-commits-v1.3.3) (2023-10-13) diff --git a/.github/actions/docker-build-push/CHANGELOG.md b/.github/actions/docker-build-push/CHANGELOG.md index 1b7b9b6a..f98686bc 100644 --- a/.github/actions/docker-build-push/CHANGELOG.md +++ b/.github/actions/docker-build-push/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/chanzuckerberg/github-actions/compare/docker-build-push-v1.4.0...docker-build-push-v1.5.0) (2024-01-10) + + +### Features + +* upgrade deps on composite actions ([#239](https://github.com/chanzuckerberg/github-actions/issues/239)) ([3387a66](https://github.com/chanzuckerberg/github-actions/commit/3387a66d03e19a1a01163a3dc8717f58c2c70c56)) + ## [1.4.0](https://github.com/chanzuckerberg/github-actions/compare/docker-build-push-v1.3.2...docker-build-push-v1.4.0) (2023-07-24) diff --git a/.github/actions/get-github-ref-names/CHANGELOG.md b/.github/actions/get-github-ref-names/CHANGELOG.md index 2a353c14..478d1661 100644 --- a/.github/actions/get-github-ref-names/CHANGELOG.md +++ b/.github/actions/get-github-ref-names/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/chanzuckerberg/github-actions/compare/get-github-ref-names-v1.4.0...get-github-ref-names-v1.5.0) (2024-01-10) + + +### Features + +* upgrade deps on composite actions ([#239](https://github.com/chanzuckerberg/github-actions/issues/239)) ([3387a66](https://github.com/chanzuckerberg/github-actions/commit/3387a66d03e19a1a01163a3dc8717f58c2c70c56)) + ## [1.4.0](https://github.com/chanzuckerberg/github-actions/compare/get-github-ref-names-v1.3.0...get-github-ref-names-v1.4.0) (2022-06-30) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 932f14c9..674b1b01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { ".github/actions/happy-cleanup": "1.5.0", - ".github/actions/conventional-commits": "1.3.3", - ".github/actions/docker-build-push": "1.4.0", - ".": "1.27.1", + ".github/actions/conventional-commits": "1.3.4", + ".github/actions/docker-build-push": "1.5.0", + ".": "1.28.0", ".github/actions/install-happy": "1.7.0", ".github/actions/deploy-happy-stack": "1.17.1", - ".github/actions/get-github-ref-names": "1.4.0", + ".github/actions/get-github-ref-names": "1.5.0", ".github/actions/latest-successful-deployment": "1.3.0", ".github/actions/retag-happy": "1.4.1", ".github/actions/jira-find-marker": "1.0.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c85f776..b22c368b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.28.0](https://github.com/chanzuckerberg/github-actions/compare/v1.27.1...v1.28.0) (2024-01-10) + + +### Features + +* Add resusable action to set app config with happy config ([#233](https://github.com/chanzuckerberg/github-actions/issues/233)) ([b2a74da](https://github.com/chanzuckerberg/github-actions/commit/b2a74da378496645bb6ebe3a820fa6b19cba05f9)) +* upgrade deps on composite actions ([#239](https://github.com/chanzuckerberg/github-actions/issues/239)) ([3387a66](https://github.com/chanzuckerberg/github-actions/commit/3387a66d03e19a1a01163a3dc8717f58c2c70c56)) + + +### Bug Fixes + +* conventional-commits: handle dependabot hyphen ([#1](https://github.com/chanzuckerberg/github-actions/issues/1)) ([#235](https://github.com/chanzuckerberg/github-actions/issues/235)) ([f997e84](https://github.com/chanzuckerberg/github-actions/commit/f997e8414703f00e3163b108ca9e89876d62055d)) + ### [1.27.1](https://github.com/chanzuckerberg/github-actions/compare/v1.27.0...v1.27.1) (2024-01-05) diff --git a/version.txt b/version.txt index 08002f86..cfc73071 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.27.1 +1.28.0