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 Jan 29, 2025
1 parent a5a35bc commit 268651d
Show file tree
Hide file tree
Showing 3 changed files with 14 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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### 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 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 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))

## [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 268651d

Please sign in to comment.