Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#44)
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 Mar 1, 2024
1 parent a399841 commit b36ab06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 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.4.0"
".": "0.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.5.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.4.0...v0.5.0) (2024-03-01)


### Features

* internal uds.dev resolution ([#46](https://github.com/defenseunicorns/uds-k3d/issues/46)) ([e677483](https://github.com/defenseunicorns/uds-k3d/commit/e67748334ec45ab3a4361eaea9d674d0d9d4a5c8))


### Miscellaneous

* **deps:** update dependency defenseunicorns/zarf to v0.32.4 ([#39](https://github.com/defenseunicorns/uds-k3d/issues/39)) ([0dd4735](https://github.com/defenseunicorns/uds-k3d/commit/0dd4735f93b50cad786459747108190536e544fd))
* fix codeowners file ([#42](https://github.com/defenseunicorns/uds-k3d/issues/42)) ([a108b5f](https://github.com/defenseunicorns/uds-k3d/commit/a108b5f70a43f6dba8e2bc68043e5015d721be94))

## [0.4.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.3.1...v0.4.0) (2024-02-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This zarf package serves as a universal dev (local & remote) and test environmen

<!-- x-release-please-start-version -->

`zarf package deploy oci://defenseunicorns/uds-k3d:0.4.0`
`zarf package deploy oci://defenseunicorns/uds-k3d:0.5.0`

<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
url: https://github.com/defenseunicorns/uds-k3d
yolo: true
# x-release-please-start-version
version: "0.4.0"
version: "0.5.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit b36ab06

Please sign in to comment.