diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c99767e..06b24cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f31bd..b474f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.9.4](https://github.com/justinthelaw/uds-k3d/compare/v0.9.3...v0.9.4) (2024-10-08) + + +### Bug Fixes + +* defaultRuntime and publishing workflow ([#11](https://github.com/justinthelaw/uds-k3d/issues/11)) ([844fbd2](https://github.com/justinthelaw/uds-k3d/commit/844fbd23bf85f86b6a4fd3cce60340fada2cd1d0)) + ## [0.9.3](https://github.com/justinthelaw/uds-k3d/compare/v0.9.2...v0.9.3) (2024-10-08) diff --git a/README.md b/README.md index 2075f2d..a78cb77 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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.9.3` +`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.9.4` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 4edeed8..f552c93 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.9.3 +version: 0.9.4 diff --git a/docs/GPU.md b/docs/GPU.md index 4f346f4..975af95 100644 --- a/docs/GPU.md +++ b/docs/GPU.md @@ -58,7 +58,7 @@ To use the NVIDIA CUDA K3s image when bootstrapping a UDS K3d cluster, execute t ```bash -export VERSION=0.9.3 +export VERSION=0.9.4 uds zarf package deploy oci://justinthelaw/uds-k3d:${VERSION}-cuda --confirm ``` diff --git a/zarf.yaml b/zarf.yaml index b84db42..0cd4c9e 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -7,7 +7,7 @@ metadata: url: https://github.com/justinthelaw/uds-k3d yolo: true # x-release-please-start-version - version: "0.9.3" + version: "0.9.4" # x-release-please-end variables: @@ -122,7 +122,7 @@ components: namespace: uds-dev-stack localPath: chart # x-release-please-start-version - version: 0.9.3 + version: 0.9.4 # x-release-please-end valuesFiles: - "values/dev-stack-values.yaml"