Skip to content

Commit

Permalink
chore(main): release 0.11.2 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 9, 2024
1 parent e884da6 commit 705a9c2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
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.11.1"
".": "0.11.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.11.2](https://github.com/justinthelaw/uds-k3d/compare/v0.11.1...v0.11.2) (2024-10-09)


### Bug Fixes

* README deploy command ([59d70d9](https://github.com/justinthelaw/uds-k3d/commit/59d70d9428ccb3c6eacc8ae92321e970c709b858))
* remove ubi8 and ubi9 mentions ([e884da6](https://github.com/justinthelaw/uds-k3d/commit/e884da67e75a01a3b2f20bb4612ab8661eec7f8b))

## [0.11.1](https://github.com/justinthelaw/uds-k3d/compare/v0.11.0...v0.11.1) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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://ghcr.io/justinthelaw/packages/uds-k3d:0.11.1`
`uds zarf package deploy oci://ghcr.io/justinthelaw/packages/uds-k3d:0.11.2`

<!-- 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.11.1
version: 0.11.2
2 changes: 1 addition & 1 deletion docs/GPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use the NVIDIA CUDA K3s image when bootstrapping a UDS K3d cluster, execute t
<!-- x-release-please-start-version -->

```bash
export PACKAGE_VERSION=0.11.1
export PACKAGE_VERSION=0.11.2
uds zarf package deploy oci://ghcr.io/justinthelaw/packages/uds-k3d:${PACKAGE_VERSION}-cuda --confirm
```

Expand Down
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/justinthelaw/uds-k3d
yolo: true
# x-release-please-start-version
version: "0.11.1"
version: "0.11.2"
# x-release-please-end

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

0 comments on commit 705a9c2

Please sign in to comment.