Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.5.1 #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0"
".": "0.5.1"
}
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.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)


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.0 --architecture amd64`
uds pull oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.1 --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.0 --architecture amd64`
uds deploy oci://ghcr.io/defenseunicorns/uds-bundle/software-factory-nutanix-rke2:0.5.1 --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.0"
version: "0.5.1"
# 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.0"
default: "0.5.1"
# x-release-please-end

tasks:
Expand Down