Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.10.1 #125

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0"
".": "0.10.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.10.1](https://github.com/defenseunicorns/uds-k3d/compare/v0.10.0...v0.10.1) (2024-11-08)


### Bug Fixes

* workflow permissions for cgr login ([#124](https://github.com/defenseunicorns/uds-k3d/issues/124)) ([8baade6](https://github.com/defenseunicorns/uds-k3d/commit/8baade6b2634d5da9082963f61acf29c269aad49))

## [0.10.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.9.0...v0.10.0) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo ssh -N -L 80:localhost:80 -L 443:localhost:443 -L 6550:localhost:6550 <your

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

`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.0`
`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.1`

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

Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: uds-dev-stack
description: UDS dev stack chart
type: application
version: 0.10.0
version: 0.10.1
4 changes: 2 additions & 2 deletions 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.10.0"
version: "0.10.1"
# x-release-please-end

variables:
Expand Down Expand Up @@ -89,7 +89,7 @@ components:
namespace: uds-dev-stack
localPath: chart
# x-release-please-start-version
version: 0.10.0
version: 0.10.1
# x-release-please-end
valuesFiles:
- "values/dev-stack-values.yaml"
Expand Down