diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ac88e54..354e2692 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c95cb8ee..f9dd8b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.4.2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.1...v0.4.2) (2024-10-18) + + +### ⚠ BREAKING CHANGES + +* final release containing eks-d support ([#217](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/217)) + +### Features + +* final release containing eks-d support ([#217](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/217)) ([36de4a6](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/36de4a6b84d5dfe2e052a2e8e964beb45f8faaad)) + + +### Miscellaneous + +* **deps:** update dependencies ([#223](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/223)) ([67943ba](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/67943ba8505980ae8cae6549d414995c670bb0c6)) +* update codeowners ([#227](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/227)) ([077102b](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/077102bab7032061a45e5bb93dee2f56109036ee)) + ## [0.4.1](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.0...v0.4.1) (2024-10-06) diff --git a/bundles/eksd/uds-bundle.yaml b/bundles/eksd/uds-bundle.yaml index 18b94f7d..baa4d186 100644 --- a/bundles/eksd/uds-bundle.yaml +++ b/bundles/eksd/uds-bundle.yaml @@ -4,7 +4,7 @@ metadata: name: software-factory-nutanix-eksd description: A UDS bundle for deploying a software factory to an RKE2 cluster # x-release-please-start-version - version: "0.4.1" + version: "0.4.2" # x-release-please-end architecture: amd64 diff --git a/bundles/rke2/uds-bundle.yaml b/bundles/rke2/uds-bundle.yaml index 4efa3ab7..6eafedbf 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.4.1" + version: "0.4.2" # x-release-please-end architecture: amd64 diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 3e8d1933..2f56abca 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.4.1" + default: "0.4.2" # x-release-please-end tasks: