From 704a73144a3086693811913ac6bfe898bd9b009a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:23:14 +0000 Subject: [PATCH] chore(main): release 0.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ tasks.yaml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6a5f76..f1648bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 381bad4..24341f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.8.1](https://github.com/defenseunicorns/uds-identity-config/compare/v0.8.0...v0.8.1) (2024-12-13) + + +### Bug Fixes + +* link ([#276](https://github.com/defenseunicorns/uds-identity-config/issues/276)) ([4254754](https://github.com/defenseunicorns/uds-identity-config/commit/42547541bab11718415bc5458cc06cc049ae5329)) +* passkey support ([#277](https://github.com/defenseunicorns/uds-identity-config/issues/277)) ([f0a198e](https://github.com/defenseunicorns/uds-identity-config/commit/f0a198edf4111fc3398d992b8acd9392f9658df3)) +* remove deprecated encryption on renovate config ([#281](https://github.com/defenseunicorns/uds-identity-config/issues/281)) ([80dbfe7](https://github.com/defenseunicorns/uds-identity-config/commit/80dbfe788240bbbe725ea6ad3a89bf0d89bf35b1)) + + +### Miscellaneous + +* **deps:** update all dependencies ([#278](https://github.com/defenseunicorns/uds-identity-config/issues/278)) ([e23c7d0](https://github.com/defenseunicorns/uds-identity-config/commit/e23c7d03fdd7bbd9919b2a9254383f6564e37e97)) +* **deps:** update all dependencies to v0.45.0 ([#285](https://github.com/defenseunicorns/uds-identity-config/issues/285)) ([9e6111c](https://github.com/defenseunicorns/uds-identity-config/commit/9e6111c8dc6b469f02508cda595d3e3e8e5cfb72)) +* **deps:** update dependency defenseunicorns/uds-common to v1.5.1 ([#283](https://github.com/defenseunicorns/uds-identity-config/issues/283)) ([c314991](https://github.com/defenseunicorns/uds-identity-config/commit/c314991ed8feb795f7ff09aab65df101696a856e)) +* **deps:** update dependency prettier to v3.4.2 ([#274](https://github.com/defenseunicorns/uds-identity-config/issues/274)) ([dc56209](https://github.com/defenseunicorns/uds-identity-config/commit/dc56209d6e056a4b057105520e717c9117f9a424)) + ## [0.8.0](https://github.com/defenseunicorns/uds-identity-config/compare/v0.7.0...v0.8.0) (2024-12-03) diff --git a/tasks.yaml b/tasks.yaml index 7c471c0..2b66927 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -8,7 +8,7 @@ variables: - name: VERSION description: "The image tag" # x-release-please-start-version - default: "0.8.0" + default: "0.8.1" # x-release-please-end - name: IMAGE_NAME