From c80618e76abf7d886adc6c06423b792189fdc15a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:45:18 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ tasks.yaml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c16d5b..1fd56a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.6" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b22b10..6ab38d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.4.0](https://github.com/defenseunicorns/uds-identity-config/compare/v0.3.6...v0.4.0) (2024-04-16) + + +### Features + +* cypress integration tests ([#42](https://github.com/defenseunicorns/uds-identity-config/issues/42)) ([12ea0cc](https://github.com/defenseunicorns/uds-identity-config/commit/12ea0ccb0e410f6cc35a2b158bf01dd60f39fa96)) +* plugin unit tests ([#33](https://github.com/defenseunicorns/uds-identity-config/issues/33)) ([47651d9](https://github.com/defenseunicorns/uds-identity-config/commit/47651d9192cfbaff88a024a6598f1e1bcc989fcd)) +* support keycloak 24 ([#44](https://github.com/defenseunicorns/uds-identity-config/issues/44)) ([ed91427](https://github.com/defenseunicorns/uds-identity-config/commit/ed914270395bdce2cd0320a9abacb0501d871309)) +* zarf file ([#39](https://github.com/defenseunicorns/uds-identity-config/issues/39)) ([3cc2ee7](https://github.com/defenseunicorns/uds-identity-config/commit/3cc2ee7c065c4acbd6447d0b5ea506300e85fbf3)) + + +### Bug Fixes + +* create default openid client scope ([#43](https://github.com/defenseunicorns/uds-identity-config/issues/43)) ([c604d15](https://github.com/defenseunicorns/uds-identity-config/commit/c604d156abb2ddb24bca40747607cb65c3bf5d6e)) + + +### Miscellaneous + +* update codeowners ([#46](https://github.com/defenseunicorns/uds-identity-config/issues/46)) ([bade26d](https://github.com/defenseunicorns/uds-identity-config/commit/bade26dab6f626e10ff6f994c64bab8344ccc534)) + ## [0.3.6](https://github.com/defenseunicorns/uds-identity-config/compare/v0.3.5...v0.3.6) (2024-03-18) diff --git a/tasks.yaml b/tasks.yaml index 60d842f..9e86275 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -2,7 +2,7 @@ variables: - name: VERSION description: "The image tag" # x-release-please-start-version - default: "0.3.6" + default: "0.4.0" # x-release-please-end - name: IMAGE_NAME