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 9, 2024
1 parent 80dbfe7 commit caf4d96
Show file tree
Hide file tree
Showing 3 changed files with 16 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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.1](https://github.com/defenseunicorns/uds-identity-config/compare/v0.8.0...v0.8.1) (2024-12-09)


### Bug Fixes

* link ([#276](https://github.com/defenseunicorns/uds-identity-config/issues/276)) ([4254754](https://github.com/defenseunicorns/uds-identity-config/commit/42547541bab11718415bc5458cc06cc049ae5329))
* 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 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 caf4d96

Please sign in to comment.