From 9292da53489e6a249e19c1a8ade1dc780f207309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:15:45 +0000 Subject: [PATCH] chore(main): release 0.21.2 --- .github/bundles/uds-bundle.yaml | 4 ++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- bundles/k3d-slim-dev/uds-bundle.yaml | 4 ++-- bundles/k3d-standard/uds-bundle.yaml | 4 ++-- packages/slim-dev/zarf.yaml | 2 +- packages/standard/zarf.yaml | 2 +- tasks/deploy.yaml | 2 +- tasks/publish.yaml | 2 +- 10 files changed, 28 insertions(+), 13 deletions(-) diff --git a/.github/bundles/uds-bundle.yaml b/.github/bundles/uds-bundle.yaml index e08cfe32e..339afb827 100644 --- a/.github/bundles/uds-bundle.yaml +++ b/.github/bundles/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: uds-core-eks-nightly description: A UDS bundle for deploying EKS and UDS Core # x-release-please-start-version - version: "0.21.1" + version: "0.21.2" # x-release-please-end packages: @@ -15,7 +15,7 @@ packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.21.1 + ref: 0.21.2 # x-release-please-end overrides: velero: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c825abab6..bb9d86ad6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.1" + ".": "0.21.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b37b0bd..4ccb2d646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.21.2](https://github.com/defenseunicorns/uds-core/compare/v0.21.1...v0.21.2) (2024-05-09) + + +### Bug Fixes + +* mismatched exemption/policy for DropAllCapabilities ([#384](https://github.com/defenseunicorns/uds-core/issues/384)) ([d8ec278](https://github.com/defenseunicorns/uds-core/commit/d8ec27827e2e2e7d85b4eba6b738f4b126264dd9)) +* pepr mutation annotation overwrite ([#385](https://github.com/defenseunicorns/uds-core/issues/385)) ([6e56b2a](https://github.com/defenseunicorns/uds-core/commit/6e56b2afec8f54f8c0a4aa4b89fef1d1c754b627)) + + +### Miscellaneous + +* **deps:** update keycloak ([#390](https://github.com/defenseunicorns/uds-core/issues/390)) ([3e82c4e](https://github.com/defenseunicorns/uds-core/commit/3e82c4ece470a5eea81d937b2b38c455934212e1)) +* **deps:** update neuvector to v9.4 ([#381](https://github.com/defenseunicorns/uds-core/issues/381)) ([20d4170](https://github.com/defenseunicorns/uds-core/commit/20d4170386d2437826abafc68d87d91dc457022a)) +* **deps:** update prometheus-stack ([#348](https://github.com/defenseunicorns/uds-core/issues/348)) ([49cb11a](https://github.com/defenseunicorns/uds-core/commit/49cb11a058a9209cee7019fa552b8c0b2ef73368)) + ## [0.21.1](https://github.com/defenseunicorns/uds-core/compare/v0.21.0...v0.21.1) (2024-05-02) diff --git a/README.md b/README.md index 0dd3bd751..a06138501 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ If you want to try out UDS Core, you can use the [k3d-core-demo bundle](./bundle ```bash -uds deploy k3d-core-demo:0.21.1 +uds deploy k3d-core-demo:0.21.2 ``` @@ -67,7 +67,7 @@ Deploy Istio, Keycloak and Pepr: ```bash -uds deploy k3d-core-slim-dev:0.21.1 +uds deploy k3d-core-slim-dev:0.21.2 ``` diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index ec6b3894a..061f131f8 100644 --- a/bundles/k3d-slim-dev/uds-bundle.yaml +++ b/bundles/k3d-slim-dev/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core-slim-dev description: A UDS bundle for deploying Istio from UDS Core on a development cluster # x-release-please-start-version - version: "0.21.1" + version: "0.21.2" # x-release-please-end packages: @@ -36,7 +36,7 @@ packages: - name: core-slim-dev path: ../../build/ # x-release-please-start-version - ref: 0.21.1 + ref: 0.21.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 00710fa21..886fbf90a 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core-demo description: A UDS bundle for deploying the standard UDS Core package on a development cluster # x-release-please-start-version - version: "0.21.1" + version: "0.21.2" # x-release-please-end packages: @@ -36,7 +36,7 @@ packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.21.1 + ref: 0.21.2 # x-release-please-end overrides: loki: diff --git a/packages/slim-dev/zarf.yaml b/packages/slim-dev/zarf.yaml index e3b9d9acb..6acf675c0 100644 --- a/packages/slim-dev/zarf.yaml +++ b/packages/slim-dev/zarf.yaml @@ -4,7 +4,7 @@ metadata: description: "UDS Core (Istio, UDS Operator and Keycloak)" authors: "Defense Unicorns - Product" # x-release-please-start-version - version: "0.21.1" + version: "0.21.2" # x-release-please-end components: diff --git a/packages/standard/zarf.yaml b/packages/standard/zarf.yaml index 580c7c1e1..dbb2d31e5 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.21.1" + version: "0.21.2" # x-release-please-end components: diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 82820b45e..faf449434 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.21.1" + default: "0.21.2" # x-release-please-end - name: FLAVOR default: upstream diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 4c92386c5..66210307a 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -8,7 +8,7 @@ variables: - name: VERSION description: "The version of the packages to build" # x-release-please-start-version - default: "0.21.1" + default: "0.21.2" # x-release-please-end tasks: