Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#152)
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] authored Jun 18, 2024
1 parent b5854de commit 61450a2
Show file tree
Hide file tree
Showing 5 changed files with 18 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.5.1"
".": "0.6.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/defenseunicorns/uds-common/compare/v0.5.1...v0.6.0) (2024-06-18)


### Features

* lula lint integration ([#147](https://github.com/defenseunicorns/uds-common/issues/147)) ([7f357e0](https://github.com/defenseunicorns/uds-common/commit/7f357e0b42859b0178e90047885494ee03542be7))


### Miscellaneous

* add a common bundle remove task ([#153](https://github.com/defenseunicorns/uds-common/issues/153)) ([f3b287c](https://github.com/defenseunicorns/uds-common/commit/f3b287c909c626e9f11d47b9e13d79312d3f3a99))
* **deps:** update uds common support dependencies ([#148](https://github.com/defenseunicorns/uds-common/issues/148)) ([b5854de](https://github.com/defenseunicorns/uds-common/commit/b5854de37ccb9e46751c17cecd8101411f9fac32))

## [0.5.1](https://github.com/defenseunicorns/uds-common/compare/v0.5.0...v0.5.1) (2024-06-12)


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.5.1
version: 0.6.0
# x-release-please-end

packages:
- name: podinfo
path: ../
# x-release-please-start-version
ref: 0.5.1
ref: 0.6.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 @@ -52,7 +52,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 0.5.1
version: 0.6.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.5.1
version: 0.6.0
# x-release-please-end

components:
Expand Down

0 comments on commit 61450a2

Please sign in to comment.