Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent e0de144 commit a8afe05
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.7.0"
".": "0.7.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.7.1](https://github.com/defenseunicorns/uds-identity-config/compare/v0.7.0...v0.7.1) (2024-11-21)


### Bug Fixes

* **deps:** update dependency org.projectlombok:lombok to v1.18.36 ([#259](https://github.com/defenseunicorns/uds-identity-config/issues/259)) ([e0de144](https://github.com/defenseunicorns/uds-identity-config/commit/e0de1442ec34e4646b6298a22d05b7699ba0c54f))


### Miscellaneous

* **deps:** update all dependencies ([#258](https://github.com/defenseunicorns/uds-identity-config/issues/258)) ([5ad57fc](https://github.com/defenseunicorns/uds-identity-config/commit/5ad57fc15abcedd28f0a3ef00d943b476f5f04dd))
* **deps:** update dependency defenseunicorns/uds-core to v0.31.0 ([#256](https://github.com/defenseunicorns/uds-identity-config/issues/256)) ([2534d5d](https://github.com/defenseunicorns/uds-identity-config/commit/2534d5d64a9eca550371b9596761ce98116781ee))
* **deps:** update gha-deps to v0.19.0 ([#255](https://github.com/defenseunicorns/uds-identity-config/issues/255)) ([a6fd674](https://github.com/defenseunicorns/uds-identity-config/commit/a6fd6748568079a20d9e74addadbeeb846d04c3f))

## [0.7.0](https://github.com/defenseunicorns/uds-identity-config/compare/v0.6.3...v0.7.0) (2024-11-08)


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

- name: IMAGE_NAME
Expand Down

0 comments on commit a8afe05

Please sign in to comment.