diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3fc4b8..4cab1cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bef10d2..332b167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index da9d081..6b42cf4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ sudo ssh -N -L 80:localhost:80 -L 443:localhost:443 -L 6550:localhost:6550 -`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.0` +`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.1` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6ee4285..3f1cb07 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/zarf.yaml b/zarf.yaml index 0661518..35333b0 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -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: @@ -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"