From 3776e91670aa73907cb9c48a05419d106ecedd67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:17:39 -0500 Subject: [PATCH] chore(main): release 0.1.1 (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 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/publish.yaml | 2 +- 7 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691c1..9aa5a0731 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5783c437d..29924e4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [0.1.1](https://github.com/defenseunicorns/uds-core/compare/v0.1.0...v0.1.1) (2023-11-09) + + +### Features + +* Add istio and preliminary ci ([#3](https://github.com/defenseunicorns/uds-core/issues/3)) ([fbd7453](https://github.com/defenseunicorns/uds-core/commit/fbd745392340dbc978b27f0d321f3375882c1c40)) +* add prometheus-stack (monitoring) capability ([#2](https://github.com/defenseunicorns/uds-core/issues/2)) ([e438ab6](https://github.com/defenseunicorns/uds-core/commit/e438ab6089bc9d8c6640fa002285d38ddc3022df)) +* release-please integration ([#25](https://github.com/defenseunicorns/uds-core/issues/25)) ([bf3c53b](https://github.com/defenseunicorns/uds-core/commit/bf3c53b2ddac4e02e31aa3429029dd9f1c9595e3)) + + +### Bug Fixes + +* complete incomplete deploy task ([#21](https://github.com/defenseunicorns/uds-core/issues/21)) ([45ff5e5](https://github.com/defenseunicorns/uds-core/commit/45ff5e5d7b6a50cdfcfabb174349ab539a8accd9)) + + +### Miscellaneous + +* add commit lint workflow ([#19](https://github.com/defenseunicorns/uds-core/issues/19)) ([776a632](https://github.com/defenseunicorns/uds-core/commit/776a6325821329b2cbd97da2f40a30447cd48efc)) +* remove version from neuvector zarf.yaml ([#11](https://github.com/defenseunicorns/uds-core/issues/11)) ([fbc8d51](https://github.com/defenseunicorns/uds-core/commit/fbc8d51e2b4146d394184d7596cd9a54219dc001)) +* update release please extra-files to be explicit ([#26](https://github.com/defenseunicorns/uds-core/issues/26)) ([23f4999](https://github.com/defenseunicorns/uds-core/commit/23f49995771fb05cd18e7a077bf90e86ca5b7471)) + ## [0.0.0] - YYYY-MM-DD PRE RELEASE diff --git a/bundles/k3d-istio/uds-bundle.yaml b/bundles/k3d-istio/uds-bundle.yaml index 22487dc30..8b037d752 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.0" + version: "0.1.1" # x-release-please-end zarf-packages: @@ -18,5 +18,5 @@ zarf-packages: - name: core-istio path: ../../build/ # x-release-please-start-version - ref: 0.1.0 + ref: 0.1.1 # x-release-please-end diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index d8443b2eb..1326984b7 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.0" + version: "0.1.1" # x-release-please-end zarf-packages: @@ -18,5 +18,5 @@ zarf-packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.1.0 + ref: 0.1.1 # x-release-please-end diff --git a/packages/istio/zarf.yaml b/packages/istio/zarf.yaml index 8afacdb56..de0448ea1 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.0" + version: "0.1.1" # x-release-please-end components: diff --git a/packages/standard/zarf.yaml b/packages/standard/zarf.yaml index 275e244e6..4ec02df73 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.0" + version: "0.1.1" # x-release-please-end components: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 454130afc..8177f3b08 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.0" + default: "0.1.1" # x-release-please-end tasks: