Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 2, 2024
1 parent 10d7858 commit ef1fa4c
Show file tree
Hide file tree
Showing 6 changed files with 24 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.5"
".": "0.1.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.5
tag: 0.1.0
# 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.5
default: 0.1.0
# 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.5
default: 0.1.0
# 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.5
version: 0.1.0
# 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.5
- ghcr.io/defenseunicorns/uds-runtime:0.1.0
# x-release-please-end
charts:
- name: uds-runtime
Expand Down

0 comments on commit ef1fa4c

Please sign in to comment.