Skip to content

Commit

Permalink
chore(main): release 0.5.4 (#315)
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 Dec 9, 2024
1 parent 7f89b51 commit eb35ea7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.5.3"
".": "0.5.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.5.4](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.5.3...v0.5.4) (2024-12-09)


### Features

* enable HA valkey configuration ([#314](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/314)) ([7f89b51](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/7f89b51fe018b0d3b2cfdf3514b0567fc4bdd5c0))

## [0.5.3](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.5.2...v0.5.3) (2024-12-09)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Get the bundle you would like to install:
- You can pull it via the same protocol used to push/pull container images:
<!--x-release-please-start-version-->
```bash
uds pull oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.3 --architecture amd64`
uds pull oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.4 --architecture amd64`
```
<!--x-release-please-end-->
- You can also reference it by it's "docker name" (OCI image URL) at deploy time with the a similar command to the one above.
<!--x-release-please-start-version-->
```bash
uds deploy oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.3 --architecture amd64`
uds deploy oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.4 --architecture amd64`
```
<!--x-release-please-end-->

Expand Down
2 changes: 1 addition & 1 deletion bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: software-factory-nutanix-rke2
description: A UDS bundle for deploying a software factory to an RKE2 cluster
# x-release-please-start-version
version: "0.5.3"
version: "0.5.4"
# x-release-please-end
architecture: amd64

Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: BUNDLE_VERSION
description: "Version of the bundle to deploy"
# x-release-please-start-version
default: "0.5.3"
default: "0.5.4"
# x-release-please-end

tasks:
Expand Down

0 comments on commit eb35ea7

Please sign in to comment.