From 12ff0c138b606bc5abbc4201061c2e341b5deb1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:53:03 +0000 Subject: [PATCH] chore(main): release 0.1.0-alpha.5 (#138) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ chart/values.yaml | 2 +- tasks.yaml | 2 +- tasks/build.yaml | 2 +- zarf.yaml | 4 ++-- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b56c3d0b..e8285b71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.4" + ".": "0.1.0-alpha.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ea87bbf9..8972468e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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) + + +### Features + +* **ui:** make package endpoints links ([#136](https://github.com/defenseunicorns/uds-runtime/issues/136)) ([572f385](https://github.com/defenseunicorns/uds-runtime/commit/572f3859b0ba5901182fe335eb5e9ac679635716)) + + +### Bug Fixes + +* add tasks file to release please config and add docker login ([#139](https://github.com/defenseunicorns/uds-runtime/issues/139)) ([f61680f](https://github.com/defenseunicorns/uds-runtime/commit/f61680f2941bb8e092b8da69d5c9cbcdcbb12d43)) + ## [0.1.0-alpha.4](https://github.com/defenseunicorns/uds-runtime/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2024-08-01) diff --git a/chart/values.yaml b/chart/values.yaml index 84b0a2b7..3805f99e 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.4 + tag: 0.1.0-alpha.5 # x-release-please-end pullPolicy: Always diff --git a/tasks.yaml b/tasks.yaml index 124f513a..b2de03fb 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.1 + default: 0.1.0-alpha.5 # x-release-please-end tasks: diff --git a/tasks/build.yaml b/tasks/build.yaml index e0ed44d6..6d57b943 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.4 + default: 0.1.0-alpha.5 # x-release-please-end tasks: diff --git a/zarf.yaml b/zarf.yaml index 5b6b766a..951f095d 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.4 + version: 0.1.0-alpha.5 # 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.4 + - ghcr.io/defenseunicorns/uds-runtime:0.1.0-alpha.5 # x-release-please-end charts: - name: uds-runtime