From 9b3ad64a6e3870ce364cad77abd367cc8d493042 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:50:01 -0600 Subject: [PATCH] chore(main): release 0.6.0 (#53) :robot: I have created a release *beep* *boop* --- ## [0.6.0](https://github.com/defenseunicorns/uds-core/compare/v0.5.0...v0.6.0) (2023-12-05) ### Features * introduce Pepr common policies ([#50](https://github.com/defenseunicorns/uds-core/issues/50)) ([54182b4](https://github.com/defenseunicorns/uds-core/commit/54182b4db691d86ce80379be272d924d105b0d07)) ### Miscellaneous * conform to latest uds bundle schema ([#52](https://github.com/defenseunicorns/uds-core/issues/52)) ([14dad38](https://github.com/defenseunicorns/uds-core/commit/14dad3819187d4f8e13f7bbc191dca74a29b9c98)) --- 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 | 12 ++++++++++++ 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, 21 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 600835dbf..b5b966fb1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54574f001..c3e5cba0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.6.0](https://github.com/defenseunicorns/uds-core/compare/v0.5.0...v0.6.0) (2023-12-05) + + +### Features + +* introduce Pepr common policies ([#50](https://github.com/defenseunicorns/uds-core/issues/50)) ([54182b4](https://github.com/defenseunicorns/uds-core/commit/54182b4db691d86ce80379be272d924d105b0d07)) + + +### Miscellaneous + +* conform to latest uds bundle schema ([#52](https://github.com/defenseunicorns/uds-core/issues/52)) ([14dad38](https://github.com/defenseunicorns/uds-core/commit/14dad3819187d4f8e13f7bbc191dca74a29b9c98)) + ## [0.5.0](https://github.com/defenseunicorns/uds-core/compare/v0.4.1...v0.5.0) (2023-11-19) diff --git a/bundles/k3d-istio/uds-bundle.yaml b/bundles/k3d-istio/uds-bundle.yaml index 0ae1e6c83..24fdde46a 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.5.0" + version: "0.6.0" # x-release-please-end zarf-packages: @@ -20,7 +20,7 @@ zarf-packages: - name: core-istio path: ../../build/ # x-release-please-start-version - ref: 0.5.0 + ref: 0.6.0 # 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 091fe03d1..edcd5b9b7 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.5.0" + version: "0.6.0" # x-release-please-end zarf-packages: @@ -20,7 +20,7 @@ zarf-packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.5.0 + ref: 0.6.0 # x-release-please-end overrides: istio-admin-gateway: diff --git a/packages/istio/zarf.yaml b/packages/istio/zarf.yaml index 0a8f36a2f..40e2bbea1 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.5.0" + version: "0.6.0" # x-release-please-end components: diff --git a/packages/standard/zarf.yaml b/packages/standard/zarf.yaml index de9b5df5f..db52c8db8 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.5.0" + version: "0.6.0" # x-release-please-end components: diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index e2ce25f45..39bce53de 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.5.0" + default: "0.6.0" # x-release-please-end tasks: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 8315a5609..94e0e856a 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.5.0" + default: "0.6.0" # x-release-please-end tasks: