From cb198c1af4a8c0fc63410bbf91a1cd11beaf3e5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:50:58 +0000 Subject: [PATCH] chore(main): release 0.4.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ bundles/rke2/uds-bundle.yaml | 2 +- tasks/deploy.yaml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 354e2692..7a856de3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9dd8b63..2b404849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.4.3](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.2...v0.4.3) (2024-10-30) + + +### Features + +* enabled multiple registry configuration ([#226](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/226)) ([5697b68](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/5697b6896daa943e55e42fe6cab3a940d53b044e)) +* enabled sharded gitaly & added configuration docs ([#232](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/232)) ([c445690](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/c4456904aad518af7001b3466ba745e018a03f60)) +* generate & add sbom to release assets ([#233](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/233)) ([4ed229c](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/4ed229c8745ab387c1dadf72b7e8b8f67e7baa49)) +* improve reliability by adding periodic pepr restart ([#229](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/229)) ([684c6d0](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/684c6d04e3827f952fd8dc9d5831bab21bfa9dd1)) +* remove eks-d & eks-a ([#231](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/231)) ([7ab7ec8](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/7ab7ec8062538f2eaf5131affe65e7dd6efa7b8c)) + + +### Miscellaneous + +* release 0.5.0 ([7f5ac97](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/7f5ac976332a27699441c6133e3797a36d6083ec)) + ## [0.4.2](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.4.1...v0.4.2) (2024-10-18) diff --git a/bundles/rke2/uds-bundle.yaml b/bundles/rke2/uds-bundle.yaml index b88acac0..63cfc55c 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.2" + version: "0.4.3" # x-release-please-end architecture: amd64 diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index e8e44acb..0698a26f 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.2" + default: "0.4.3" # x-release-please-end tasks: