Skip to content

Commit

Permalink
chore(main): release 0.12.0 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent d48167a commit 24c8a2a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 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.11.2"
".": "0.12.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.12.0](https://github.com/defenseunicorns/uds-common/compare/v0.11.2...v0.12.0) (2024-08-22)


### ⚠ BREAKING CHANGES

* changed latest-package behavior ([#206](https://github.com/defenseunicorns/uds-common/issues/206))

### Features

* changed latest-package behavior ([#206](https://github.com/defenseunicorns/uds-common/issues/206)) ([eb0253c](https://github.com/defenseunicorns/uds-common/commit/eb0253c3174ec6553b00c52022aa0818049a8036))


### Bug Fixes

* upgrade version tests ([#215](https://github.com/defenseunicorns/uds-common/issues/215)) ([d48167a](https://github.com/defenseunicorns/uds-common/commit/d48167a5f999dc5ffd91e6b5878ab158e55f1a6c))


### Miscellaneous

* **deps:** update uds common support dependencies ([#210](https://github.com/defenseunicorns/uds-common/issues/210)) ([822dac4](https://github.com/defenseunicorns/uds-common/commit/822dac4452e6815aadcf09f487406ff258756a0c))
* **deps:** update uds common support dependencies ([#213](https://github.com/defenseunicorns/uds-common/issues/213)) ([7eb8a12](https://github.com/defenseunicorns/uds-common/commit/7eb8a123684bca1c3a7490f5d35ae7ae4598db60))

## [0.11.2](https://github.com/defenseunicorns/uds-common/compare/v0.11.1...v0.11.2) (2024-08-07)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ metadata:
name: test
description: The testing UDS bundle
# x-release-please-start-version
version: 0.11.2
version: 0.12.0
# x-release-please-end

packages:
- name: podinfo
path: ../
# x-release-please-start-version
ref: 0.11.2
ref: 0.12.0
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 0.11.2
version: 0.12.0
# x-release-please-end

- name: test
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: ZarfPackageConfig
metadata:
name: podinfo
# x-release-please-start-version
version: 0.11.2
version: 0.12.0
# x-release-please-end

components:
Expand Down

0 comments on commit 24c8a2a

Please sign in to comment.