Skip to content

Commit

Permalink
chore(main): release 0.3.2 (#156)
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 Sep 4, 2024
1 parent 734a816 commit 82640c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.3.1"
".": "0.3.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.3.2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.3.1...v0.3.2) (2024-09-04)


### Miscellaneous

* configure tolerations and affinity for gitaly ([c3f7385](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/c3f738571fab1c88947b7378de983777699b048f))
* switch zarf to use s3 backend ([#157](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/157)) ([c6d2ee2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/c6d2ee2887c3ac51f1fd1cbec32b77c349fb5249))
* update nutanix-csi to version 3.0.0 ([#159](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/159)) ([734a816](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/734a816bfe229bbececfa3d604c815160f34abe4))

## [0.3.1](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.3.0...v0.3.1) (2024-08-01)

### OVERVIEW
Expand Down
2 changes: 1 addition & 1 deletion bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: software-factory-nutanix
description: A UDS bundle for deploying a software factory to an RKE2 cluster
# x-release-please-start-version
version: "0.3.1"
version: "0.3.2"
# 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.3.1"
default: "0.3.2"
# x-release-please-end

tasks:
Expand Down

0 comments on commit 82640c0

Please sign in to comment.