From ef1fa4ca67007db38984daa42cc0dbef208cb9f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:25:35 +0000 Subject: [PATCH] chore(main): release 0.1.0 (#143) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ chart/values.yaml | 2 +- tasks.yaml | 2 +- tasks/build.yaml | 2 +- zarf.yaml | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8285b71..3d2ac0bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.5" + ".": "0.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8972468e..ff739a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.0](https://github.com/defenseunicorns/uds-runtime/compare/v0.1.0-alpha.5...v0.1.0) (2024-08-02) + + +### Features + +* **ui:** updating drawer header ([#142](https://github.com/defenseunicorns/uds-runtime/issues/142)) ([98dad19](https://github.com/defenseunicorns/uds-runtime/commit/98dad199800d06a0fb2690673dc35785784400a0)), closes [#102](https://github.com/defenseunicorns/uds-runtime/issues/102) + + +### Bug Fixes + +* enable release-please PRs to run workflows ([#146](https://github.com/defenseunicorns/uds-runtime/issues/146)) ([10d7858](https://github.com/defenseunicorns/uds-runtime/commit/10d7858adcffd2f977c6101a25b81696dd266f00)) +* remove alpha from release ([#145](https://github.com/defenseunicorns/uds-runtime/issues/145)) ([70344d8](https://github.com/defenseunicorns/uds-runtime/commit/70344d8a07a33df57d90cc848974e08fde327ac7)) + + +### Miscellaneous + +* **ui:** remove breadcrumb ([#132](https://github.com/defenseunicorns/uds-runtime/issues/132)) ([982c278](https://github.com/defenseunicorns/uds-runtime/commit/982c278cba5226515f9aef5942e5fcfa7bb3e76e)) + ## [0.1.0-alpha.5](https://github.com/defenseunicorns/uds-runtime/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2024-08-02) diff --git a/chart/values.yaml b/chart/values.yaml index 3805f99e..63bf29b8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2,6 +2,6 @@ replicaCount: 1 image: repository: ghcr.io/defenseunicorns/uds-runtime # x-release-please-start-version - tag: 0.1.0-alpha.5 + tag: 0.1.0 # x-release-please-end pullPolicy: Always diff --git a/tasks.yaml b/tasks.yaml index b2de03fb..1052bd9b 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -8,7 +8,7 @@ variables: - name: REF description: "reference for the runtime image and zarf package" # x-release-please-start-version - default: 0.1.0-alpha.5 + default: 0.1.0 # x-release-please-end tasks: diff --git a/tasks/build.yaml b/tasks/build.yaml index 6d57b943..8c1d279f 100644 --- a/tasks/build.yaml +++ b/tasks/build.yaml @@ -5,7 +5,7 @@ variables: - name: REF description: "reference for the runtime image and zarf package" # x-release-please-start-version - default: 0.1.0-alpha.5 + default: 0.1.0 # x-release-please-end tasks: diff --git a/zarf.yaml b/zarf.yaml index 951f095d..ddb0d88e 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -3,7 +3,7 @@ metadata: name: uds-runtime description: tbd # x-release-please-start-version - version: 0.1.0-alpha.5 + version: 0.1.0 # x-release-please-end components: @@ -11,7 +11,7 @@ components: required: true # x-release-please-start-version images: - - ghcr.io/defenseunicorns/uds-runtime:0.1.0-alpha.5 + - ghcr.io/defenseunicorns/uds-runtime:0.1.0 # x-release-please-end charts: - name: uds-runtime