diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7caf55578..0262db758 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d981e3def..21908c384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.2.0](https://github.com/defenseunicorns/uds-core/compare/v0.1.3...v0.2.0) (2023-11-13) + + +### Features + +* add pepr capability for istio + jobs ([#12](https://github.com/defenseunicorns/uds-core/issues/12)) ([c32a703](https://github.com/defenseunicorns/uds-core/commit/c32a70390f443c90796978ad4c42bbb4b17eb226)) +* embed tls certs in istio package ([#32](https://github.com/defenseunicorns/uds-core/issues/32)) ([fb04fee](https://github.com/defenseunicorns/uds-core/commit/fb04feec9657f449366389a0e0a474a8cdeecb2c)) + ## [0.1.3](https://github.com/defenseunicorns/uds-core/compare/v0.1.2...v0.1.3) (2023-11-10) diff --git a/bundles/k3d-istio/uds-bundle.yaml b/bundles/k3d-istio/uds-bundle.yaml index 9209d6e85..56f129f72 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: An example UDS bundle for deploying Istio from UDS Core on a development cluster # x-release-please-start-version - version: "0.1.3" + version: "0.2.0" # x-release-please-end zarf-packages: @@ -20,5 +20,5 @@ zarf-packages: - name: core-istio path: ../../build/ # x-release-please-start-version - ref: 0.1.3 + ref: 0.2.0 # x-release-please-end diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index 5a67ff57a..aa77e54b8 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core description: An example UDS bundle for deploying the standard UDS Core capability on a development cluster # x-release-please-start-version - version: "0.1.3" + version: "0.2.0" # x-release-please-end zarf-packages: @@ -20,5 +20,5 @@ zarf-packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.1.3 + ref: 0.2.0 # x-release-please-end diff --git a/packages/istio/zarf.yaml b/packages/istio/zarf.yaml index aae41f45d..b0083a116 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.1.3" + version: "0.2.0" # x-release-please-end components: diff --git a/packages/standard/zarf.yaml b/packages/standard/zarf.yaml index 614e3e2e4..b60f63990 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.1.3" + version: "0.2.0" # x-release-please-end components: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 1b6bc52cb..00673eb22 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.1.3" + default: "0.2.0" # x-release-please-end tasks: