From 0b0ab54f3de8b265aa957c3aff5c71563b4dc092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:03:41 -0400 Subject: [PATCH] chore(main): release 0.11.1 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- chart/Chart.yaml | 2 +- docs/GPU.md | 2 +- zarf.yaml | 4 ++-- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5ddef8..d8e73c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0820a39..311fc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.11.1](https://github.com/justinthelaw/uds-k3d/compare/v0.11.0...v0.11.1) (2024-10-09) + + +### Bug Fixes + +* cuda 11.8.0 ubi8 version ([9a455e4](https://github.com/justinthelaw/uds-k3d/commit/9a455e43d8e6a789375994a5893f2cbe70c85c89)) + ## [0.11.0](https://github.com/justinthelaw/uds-k3d/compare/v0.10.0...v0.11.0) (2024-10-09) diff --git a/README.md b/README.md index f4a5f0a..e29799c 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.11.0` +`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.11.1` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d24dbcc..2307229 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.11.0 +version: 0.11.1 diff --git a/docs/GPU.md b/docs/GPU.md index 31359f6..6855141 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 PACKAGE_VERSION=0.11.0 +export PACKAGE_VERSION=0.11.1 uds zarf package deploy oci://ghcr.io/justinthelaw/packages/uds-k3d:${PACKAGE_VERSION}-cuda --confirm ``` diff --git a/zarf.yaml b/zarf.yaml index 4657e25..89a532b 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.11.0" + version: "0.11.1" # x-release-please-end variables: @@ -139,7 +139,7 @@ components: namespace: uds-dev-stack localPath: chart # x-release-please-start-version - version: 0.11.0 + version: 0.11.1 # x-release-please-end valuesFiles: - "values/dev-stack-values.yaml"