From f36a4592e3f62cd611efb1ba269d4ba8a6012be2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:41:12 +0000 Subject: [PATCH] chore(main): release 0.6.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ tasks.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1793453e..4715be6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e83f9900..a1e9bc3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.4](https://github.com/defenseunicorns/uds-identity-config/compare/v0.6.3...v0.6.4) (2024-09-24) + + +### Miscellaneous + +* **deps:** bump org.keycloak:keycloak-saml-core in /src/plugin ([#220](https://github.com/defenseunicorns/uds-identity-config/issues/220)) ([ecd7fca](https://github.com/defenseunicorns/uds-identity-config/commit/ecd7fcaf8aecc50e886dfc33936b0ca94841cbe0)) +* **deps:** update all dependencies ([#216](https://github.com/defenseunicorns/uds-identity-config/issues/216)) ([e6e060e](https://github.com/defenseunicorns/uds-identity-config/commit/e6e060e9b0b0199d9248eaffe71992cf8a8bb789)) +* **deps:** update all dependencies ([#224](https://github.com/defenseunicorns/uds-identity-config/issues/224)) ([a4108da](https://github.com/defenseunicorns/uds-identity-config/commit/a4108dac8da91e3895e412935eb0ba18cf505b89)) +* **deps:** update defenseunicorns/uds-common action to v0.13.1 ([#228](https://github.com/defenseunicorns/uds-identity-config/issues/228)) ([7c43b8d](https://github.com/defenseunicorns/uds-identity-config/commit/7c43b8d14f0ab2009af7118fedb5a0a0c7b93158)) +* **deps:** update gha-deps ([#219](https://github.com/defenseunicorns/uds-identity-config/issues/219)) ([0ca9193](https://github.com/defenseunicorns/uds-identity-config/commit/0ca919302b6bcc8f839bde3856830472861b5fa5)) +* **deps:** update gha-deps to v0.16.0 ([#227](https://github.com/defenseunicorns/uds-identity-config/issues/227)) ([0bb83ee](https://github.com/defenseunicorns/uds-identity-config/commit/0bb83eef260cb943340bf1e374f4ef1aab5dbc61)) + ## [0.6.3](https://github.com/defenseunicorns/uds-identity-config/compare/v0.6.2...v0.6.3) (2024-09-17) ### Bug Fixes diff --git a/tasks.yaml b/tasks.yaml index 0b87f929..6871f97e 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.6.3" + default: "0.6.4" # x-release-please-end - name: IMAGE_NAME