Skip to content

Commit

Permalink
chore(main): release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent 9e6111c commit 704a731
Show file tree
Hide file tree
Showing 3 changed files with 19 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.8.0"
".": "0.8.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.8.0"
default: "0.8.1"
# x-release-please-end

- name: IMAGE_NAME
Expand Down

0 comments on commit 704a731

Please sign in to comment.