Skip to content

Commit

Permalink
chore(main): release 0.1.12 (#9)
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 Nov 9, 2023
1 parent 2a49404 commit e50ffd6
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.1.11"
".": "0.1.12"
}
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.1.12](https://github.com/defenseunicorns/uds-k3d/compare/v0.1.11...v0.1.12) (2023-11-09)


### Features

* use daemonset for machineid instead of docker mount ([#8](https://github.com/defenseunicorns/uds-k3d/issues/8)) ([2a49404](https://github.com/defenseunicorns/uds-k3d/commit/2a494044e71228a29cdb102d3f85e53dd4873f35))

## [0.1.11](https://github.com/defenseunicorns/uds-k3d/compare/v0.1.10...v0.1.11) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This package is published via CI, but can be created locally with the following

## Deploy

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

## Remove

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.1.11"
version: "0.1.12"
# x-release-please-end

variables:
Expand Down

0 comments on commit e50ffd6

Please sign in to comment.