From 0716db06021d20aa0f02cbc176fbc05b67d9f3a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:04:59 -0700 Subject: [PATCH] chore(main): release 0.3.3 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ tasks.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa58eef..52a89fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab128b5..59fcf18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.3](https://github.com/defenseunicorns/uds-identity-config/compare/v0.3.2...v0.3.3) (2024-03-04) + + +### Bug Fixes + +* account header username ([#19](https://github.com/defenseunicorns/uds-identity-config/issues/19)) ([a05fe97](https://github.com/defenseunicorns/uds-identity-config/commit/a05fe974d7ff8e68dc945f3885e236560de45f85)) +* update link ([#20](https://github.com/defenseunicorns/uds-identity-config/issues/20)) ([24f5a01](https://github.com/defenseunicorns/uds-identity-config/commit/24f5a01fa509a522986c69a167c4387c8a2a350c)) + + +### Miscellaneous + +* **deps:** update defenseunicorns/uds-common digest to fc12e3a ([#17](https://github.com/defenseunicorns/uds-identity-config/issues/17)) ([ceb5cd1](https://github.com/defenseunicorns/uds-identity-config/commit/ceb5cd1ebe9eb5b01cd9f85321c1f393912245e9)) + ## [0.3.2](https://github.com/defenseunicorns/uds-identity-config/compare/v0.3.1...v0.3.2) (2024-02-29) diff --git a/tasks.yaml b/tasks.yaml index a4eed3c..28417b3 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.2" + default: "0.3.3" # x-release-please-end - name: IMAGE_NAME description: "The repository + name for the published image"