From b9178be7babbec8cb9adba74d562ff84900d2f83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:58:32 +0000 Subject: [PATCH] chore(main): release 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- chart/Chart.yaml | 2 +- docs/GPU.md | 2 +- zarf.yaml | 4 ++-- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3fc4b8..b5ddef8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbd091..0820a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.11.0](https://github.com/justinthelaw/uds-k3d/compare/v0.10.0...v0.11.0) (2024-10-09) + + +### Features + +* add ability to support additional gateway/domain ([#115](https://github.com/justinthelaw/uds-k3d/issues/115)) ([#18](https://github.com/justinthelaw/uds-k3d/issues/18)) ([2d4d96b](https://github.com/justinthelaw/uds-k3d/commit/2d4d96b7f26ced1f4abd33d9937acd27dbc844fe)) +* more variations, variation docs, and better variable names ([#19](https://github.com/justinthelaw/uds-k3d/issues/19)) ([7928ecd](https://github.com/justinthelaw/uds-k3d/commit/7928ecd2b01bd5aa3cc2e7e78ed5f4e5bc52c465)) + + +### Bug Fixes + +* GPU.md zarf deploy command ([#15](https://github.com/justinthelaw/uds-k3d/issues/15)) ([397e25d](https://github.com/justinthelaw/uds-k3d/commit/397e25d9ce67ba59843084f1007942f6efdec26b)) +* Update GPU.md typo ([#17](https://github.com/justinthelaw/uds-k3d/issues/17)) ([f38df9c](https://github.com/justinthelaw/uds-k3d/commit/f38df9c020e87c1da2e4613aff2ad647b48eadf4)) + ## [0.10.0](https://github.com/justinthelaw/uds-k3d/compare/v0.9.4...v0.10.0) (2024-10-08) diff --git a/README.md b/README.md index c29ebb8..f4a5f0a 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.10.0` +`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.11.0` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6ee4285..d24dbcc 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.11.0 diff --git a/docs/GPU.md b/docs/GPU.md index 8d2d276..31359f6 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.10.0 +export PACKAGE_VERSION=0.11.0 uds zarf package deploy oci://ghcr.io/justinthelaw/packages/uds-k3d:${PACKAGE_VERSION}-cuda --confirm ``` diff --git a/zarf.yaml b/zarf.yaml index e92bd90..4657e25 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.10.0" + version: "0.11.0" # x-release-please-end variables: @@ -139,7 +139,7 @@ components: namespace: uds-dev-stack localPath: chart # x-release-please-start-version - version: 0.10.0 + version: 0.11.0 # x-release-please-end valuesFiles: - "values/dev-stack-values.yaml"