Skip to content

Commit

Permalink
chore(main): release 0.1.0-alpha.5 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 2, 2024
1 parent f61680f commit 12ff0c1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.4"
".": "0.1.0-alpha.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tasks/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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:
- name: uds-runtime
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
Expand Down

0 comments on commit 12ff0c1

Please sign in to comment.