From faa291b62a3cbe1a8fe89b49c197a6ca558cfedb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:19:47 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- bundles/rke2/uds-bundle.yaml | 2 +- tasks/deploy.yaml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 600835d..5666d54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eff69b..118918a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.5.1](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.5.0...v0.5.1) (2024-11-06) + + +### Features + +* configure gitaly with recommended resiliency settings ([#238](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/238)) ([63f4989](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/63f49891ebad02753acb24c29e56a40d4098d9fb)) + ## [0.5.0](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.2...v0.5.0) (2024-10-30) diff --git a/README.md b/README.md index bfe46d1..830fea1 100644 --- a/README.md +++ b/README.md @@ -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: ```bash - uds pull oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.0 --architecture amd64` + uds pull oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.1 --architecture amd64` ``` - 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. ```bash - uds deploy oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.0 --architecture amd64` + uds deploy oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.1 --architecture amd64` ``` diff --git a/bundles/rke2/uds-bundle.yaml b/bundles/rke2/uds-bundle.yaml index a2ef0cc..3531f3c 100644 --- a/bundles/rke2/uds-bundle.yaml +++ b/bundles/rke2/uds-bundle.yaml @@ -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.0" + version: "0.5.1" # x-release-please-end architecture: amd64 diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index a69ea58..52b350f 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -8,7 +8,7 @@ variables: - name: BUNDLE_VERSION description: "Version of the bundle to deploy" # x-release-please-start-version - default: "0.5.0" + default: "0.5.1" # x-release-please-end tasks: