diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa58eef7..52a89fba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf72f5f..38b9af2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.3.3](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.3.2...v0.3.3) (2024-09-05) + + +### Miscellaneous + +* configure bundle to be compatible with eks-d ([#158](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/158)) ([a69818a](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/a69818a1e923f52a466ebadf78eaa08348bf8527)) +* update uds-config example file ([#160](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/160)) ([6d5c65f](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/6d5c65ff5c2893ee919ff7125294fb60c2e86c60)) + ## [0.3.2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.3.1...v0.3.2) (2024-09-04) diff --git a/bundles/uds-core-swf/uds-bundle.yaml b/bundles/uds-core-swf/uds-bundle.yaml index c35a896c..3753a735 100644 --- a/bundles/uds-core-swf/uds-bundle.yaml +++ b/bundles/uds-core-swf/uds-bundle.yaml @@ -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.2" + version: "0.3.3" # x-release-please-end architecture: amd64 diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index a6cbdc3d..61f0b1bd 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.3.2" + default: "0.3.3" # x-release-please-end tasks: