Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 7, 2023
1 parent b564248 commit ed75072
Show file tree
Hide file tree
Showing 4 changed files with 10 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.0"
".": "0.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

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


### Bug Fixes

* update policy value and document using minio ([#26](https://github.com/defenseunicorns/uds-k3d/issues/26)) ([b564248](https://github.com/defenseunicorns/uds-k3d/commit/b564248e739ee016085d7ae101d0cb7dd6955b75))

## [0.2.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.1.14...v0.2.0) (2023-12-04)


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

## Deploy

`zarf package deploy oci://defenseunicorns/uds-k3d:0.2.0`<!-- {x-release-please-version} -->`-multi`
`zarf package deploy oci://defenseunicorns/uds-k3d:0.2.1`<!-- {x-release-please-version} -->`-multi`

## Create

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

variables:
Expand Down

0 comments on commit ed75072

Please sign in to comment.