Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 30, 2024
1 parent 10988cc commit 24d89a2
Show file tree
Hide file tree
Showing 4 changed files with 19 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.0"
".": "0.3.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

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


### Miscellaneous

* add override for zarf-registry replica-count in place of hpa ([10988cc](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/10988cc018e7bdd206f798f18e1cfeba77314726))
* add tasks for deploying published oci and update task versions ([#152](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/152)) ([ad96a6b](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/ad96a6b93ee65daf5e921a5b22ef3cd87e1cfe11))
* cleanup unecessary loki overrides ([b3a4f56](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/b3a4f5627a143f34b8b67fa11b5b7cca96ca909f))
* remove old namespace pattern ([#149](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/149)) ([77ca71e](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/77ca71ef06040eec9b0f7cae409d1d8606360f81))
* upgrade gitlab to 17.1.2-uds.0 ([77ca71e](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/77ca71ef06040eec9b0f7cae409d1d8606360f81))
* upgrade Nutanix CSI init to 0.36.1 ([b3a4f56](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/b3a4f5627a143f34b8b67fa11b5b7cca96ca909f))
* upgrade uds-cli to 0.13.1 ([b3a4f56](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/b3a4f5627a143f34b8b67fa11b5b7cca96ca909f))
* upgrade uds-core to 0.24.1 ([#151](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/151)) ([b3a4f56](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/b3a4f5627a143f34b8b67fa11b5b7cca96ca909f))
* upgrade uds-identity-config to v0.5.1 ([b3a4f56](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/b3a4f5627a143f34b8b67fa11b5b7cca96ca909f))
* upgrade valkey to 7.2.5-uds.2 ([77ca71e](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/77ca71ef06040eec9b0f7cae409d1d8606360f81))

## [0.3.0](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.2.16...v0.3.0) (2024-07-12)
### OVERVIEW
This update includes potentially breaking changes.
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.0"
version: "0.3.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.3.0"
default: "0.3.1"
# x-release-please-end

tasks:
Expand Down

0 comments on commit 24d89a2

Please sign in to comment.