Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#33)
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 Jan 10, 2024
1 parent a8a9acb commit 2e1514f
Show file tree
Hide file tree
Showing 4 changed files with 21 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.2.1"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.3.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.2.1...v0.3.0) (2024-01-10)


### Features

* switch to nginx from haproxy for lower resource use ([#35](https://github.com/defenseunicorns/uds-k3d/issues/35)) ([041226f](https://github.com/defenseunicorns/uds-k3d/commit/041226f59f5bb151679fc0070d81d52357ffcaf4))


### Bug Fixes

* update release process for zarf 0.32 ([#36](https://github.com/defenseunicorns/uds-k3d/issues/36)) ([a8a9acb](https://github.com/defenseunicorns/uds-k3d/commit/a8a9acb28098ae4aa0e7b3c783e86b4f567995b4))


### Miscellaneous

* **deps:** update dependency defenseunicorns/zarf to v0.31.4 ([#29](https://github.com/defenseunicorns/uds-k3d/issues/29)) ([e32e831](https://github.com/defenseunicorns/uds-k3d/commit/e32e831a2f531bc0a257063cd6c5e030d92b42be))
* **deps:** update dependency defenseunicorns/zarf to v0.32.1 ([#34](https://github.com/defenseunicorns/uds-k3d/issues/34)) ([cd8db52](https://github.com/defenseunicorns/uds-k3d/commit/cd8db5287113946683241b941f4006ce26222406))

## [0.2.1](https://github.com/defenseunicorns/uds-k3d/compare/v0.2.0...v0.2.1) (2023-12-07)


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.2.1`
`zarf package deploy oci://defenseunicorns/uds-k3d:0.3.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.2.1"
version: "0.3.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit 2e1514f

Please sign in to comment.