Skip to content

Commit

Permalink
chore(main): release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 6, 2025
1 parent 8eb66d3 commit 5bae743
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.9.2"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.9.2](https://github.com/defenseunicorns/uds-identity-config/compare/v0.9.1...v0.9.2) (2025-02-06)


### Bug Fixes

* **deps:** update plugin-deps ([#327](https://github.com/defenseunicorns/uds-identity-config/issues/327)) ([26cf9d0](https://github.com/defenseunicorns/uds-identity-config/commit/26cf9d03f9d02739a7326fe28e454a625e5d12ff))


### Miscellaneous

* **deps:** update actions/setup-java digest to 3a4f6e1 ([#323](https://github.com/defenseunicorns/uds-identity-config/issues/323)) ([a5a35bc](https://github.com/defenseunicorns/uds-identity-config/commit/a5a35bc9cf9bb5286cb9035524c2287676091683))
* **deps:** update actions/setup-node action to v4.2.0 ([#321](https://github.com/defenseunicorns/uds-identity-config/issues/321)) ([06d20d6](https://github.com/defenseunicorns/uds-identity-config/commit/06d20d6763bda5736f98ee225b4a2c9cefc945d9))
* **deps:** update all dependencies ([#315](https://github.com/defenseunicorns/uds-identity-config/issues/315)) ([3dac820](https://github.com/defenseunicorns/uds-identity-config/commit/3dac8201307438cd4af4bb2cfa124a5e50c71140))
* **deps:** update all dependencies ([#326](https://github.com/defenseunicorns/uds-identity-config/issues/326)) ([39d3e3a](https://github.com/defenseunicorns/uds-identity-config/commit/39d3e3ac07d4dc7c1e905a3fff839a789f50edcb))
* **deps:** update all dependencies to v0.47.0 ([#318](https://github.com/defenseunicorns/uds-identity-config/issues/318)) ([21b41b4](https://github.com/defenseunicorns/uds-identity-config/commit/21b41b4e32bd056eccf6b8c4e1617251c0de188f))
* **deps:** update all dependencies to v0.48.0 ([#324](https://github.com/defenseunicorns/uds-identity-config/issues/324)) ([b1dbd55](https://github.com/defenseunicorns/uds-identity-config/commit/b1dbd55bc651a1cb8018d8e1b063582d8fb8648f))
* **deps:** update dependency cypress to v14.0.1 ([#322](https://github.com/defenseunicorns/uds-identity-config/issues/322)) ([17cd0a1](https://github.com/defenseunicorns/uds-identity-config/commit/17cd0a1bb5daf2aa7affe97e81f932f6549dec7e))
* **deps:** update dependency cypress to v14.0.2 ([#328](https://github.com/defenseunicorns/uds-identity-config/issues/328)) ([f69836e](https://github.com/defenseunicorns/uds-identity-config/commit/f69836e382886c8774b5f6eef9303dafde455027))
* **deps:** update dependency defenseunicorns/uds-common to v1.7.2 ([#317](https://github.com/defenseunicorns/uds-identity-config/issues/317)) ([235ede9](https://github.com/defenseunicorns/uds-identity-config/commit/235ede9502f75bd286de207ee73824e7aeef1e4e))
* **deps:** update dependency defenseunicorns/uds-common to v1.7.3 ([#320](https://github.com/defenseunicorns/uds-identity-config/issues/320)) ([b3d4a5a](https://github.com/defenseunicorns/uds-identity-config/commit/b3d4a5ab78585870d8fd9c6d099ca9a862367cb7))
* **deps:** update dependency zarf-dev/zarf to v0.48.1 ([#331](https://github.com/defenseunicorns/uds-identity-config/issues/331)) ([8eb66d3](https://github.com/defenseunicorns/uds-identity-config/commit/8eb66d3b060a1db043f5933e571d53c3211d51fa))
* **deps:** update docker/setup-buildx-action action to v3.9.0 ([#330](https://github.com/defenseunicorns/uds-identity-config/issues/330)) ([b05ec92](https://github.com/defenseunicorns/uds-identity-config/commit/b05ec92c7ab445abad5611c1efb9c5bb5f924b46))
* **deps:** update gha-deps to v19.7.1 ([#325](https://github.com/defenseunicorns/uds-identity-config/issues/325)) ([a3f51de](https://github.com/defenseunicorns/uds-identity-config/commit/a3f51de04d3cf8e107dea7b5099f8c0b201438e0))

## [0.9.1](https://github.com/defenseunicorns/uds-identity-config/compare/v0.9.0...v0.9.1) (2025-01-21)


Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: VERSION
description: "The image tag"
# x-release-please-start-version
default: "0.9.1"
default: "0.9.2"
# x-release-please-end

- name: IMAGE_NAME
Expand Down

0 comments on commit 5bae743

Please sign in to comment.