From b1c49ac70e8a293936dea8a516c32b7bb7e6fc4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:24:47 -0600 Subject: [PATCH] chore(main): release 0.6.2 (#59) :robot: I have created a release *beep* *boop* --- ## [0.6.2](https://github.com/defenseunicorns/uds-core/compare/v0.6.1...v0.6.2) (2023-12-11) ### Miscellaneous * add minio deploy time bundle variable override definitions ([#58](https://github.com/defenseunicorns/uds-core/issues/58)) ([ca28e7b](https://github.com/defenseunicorns/uds-core/commit/ca28e7b4c4a42769934cc8ad69361ff29a348cc5)) * refactor validate.yaml file name and task name ([#62](https://github.com/defenseunicorns/uds-core/issues/62)) ([92a04ea](https://github.com/defenseunicorns/uds-core/commit/92a04ea1096448995ccc0dd9d77a32a5061e06f0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ bundles/k3d-istio/uds-bundle.yaml | 4 ++-- bundles/k3d-standard/uds-bundle.yaml | 4 ++-- packages/istio/zarf.yaml | 2 +- packages/standard/zarf.yaml | 2 +- tasks/deploy.yaml | 2 +- tasks/publish.yaml | 2 +- 8 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f4a3a7f2e..515445164 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d765ba0c5..8e8727bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.6.2](https://github.com/defenseunicorns/uds-core/compare/v0.6.1...v0.6.2) (2023-12-11) + + +### Miscellaneous + +* add minio deploy time bundle variable override definitions ([#58](https://github.com/defenseunicorns/uds-core/issues/58)) ([ca28e7b](https://github.com/defenseunicorns/uds-core/commit/ca28e7b4c4a42769934cc8ad69361ff29a348cc5)) +* refactor validate.yaml file name and task name ([#62](https://github.com/defenseunicorns/uds-core/issues/62)) ([92a04ea](https://github.com/defenseunicorns/uds-core/commit/92a04ea1096448995ccc0dd9d77a32a5061e06f0)) + ## [0.6.1](https://github.com/defenseunicorns/uds-core/compare/v0.6.0...v0.6.1) (2023-12-07) diff --git a/bundles/k3d-istio/uds-bundle.yaml b/bundles/k3d-istio/uds-bundle.yaml index 80940f7c6..f95a07f70 100644 --- a/bundles/k3d-istio/uds-bundle.yaml +++ b/bundles/k3d-istio/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core-istio description: A UDS bundle for deploying Istio from UDS Core on a development cluster # x-release-please-start-version - version: "0.6.1" + version: "0.6.2" # x-release-please-end zarf-packages: @@ -36,7 +36,7 @@ zarf-packages: - name: core-istio path: ../../build/ # x-release-please-start-version - ref: 0.6.1 + ref: 0.6.2 # x-release-please-end overrides: istio-admin-gateway: diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index 6b1983db7..d5b9a5b96 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core description: A UDS bundle for deploying the standard UDS Core package on a development cluster # x-release-please-start-version - version: "0.6.1" + version: "0.6.2" # x-release-please-end zarf-packages: @@ -36,7 +36,7 @@ zarf-packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.6.1 + ref: 0.6.2 # x-release-please-end overrides: istio-admin-gateway: diff --git a/packages/istio/zarf.yaml b/packages/istio/zarf.yaml index d7df38b10..264b1f0fb 100644 --- a/packages/istio/zarf.yaml +++ b/packages/istio/zarf.yaml @@ -4,7 +4,7 @@ metadata: description: "UDS Core (Istio Only)" authors: "Defense Unicorns - Product" # x-release-please-start-version - version: "0.6.1" + version: "0.6.2" # x-release-please-end components: diff --git a/packages/standard/zarf.yaml b/packages/standard/zarf.yaml index 6f2af4dc8..3f0bda150 100644 --- a/packages/standard/zarf.yaml +++ b/packages/standard/zarf.yaml @@ -4,7 +4,7 @@ metadata: description: "UDS Core" authors: "Defense Unicorns - Product" # x-release-please-start-version - version: "0.6.1" + version: "0.6.2" # x-release-please-end components: diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 12974f8e1..f73eab840 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -2,7 +2,7 @@ variables: - name: VERSION description: "The version of the packages to deploy" # x-release-please-start-version - default: "0.6.1" + default: "0.6.2" # x-release-please-end tasks: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index ef3d328a7..5add97c05 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -5,7 +5,7 @@ variables: - name: VERSION description: "The version of the packages to build" # x-release-please-start-version - default: "0.6.1" + default: "0.6.2" # x-release-please-end tasks: