Skip to content

Commit

Permalink
chore(main): release 0.6.1 (#445)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 15, 2024
1 parent c17a583 commit fe5623d
Show file tree
Hide file tree
Showing 6 changed files with 20 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.6.0"
".": "0.6.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.1](https://github.com/defenseunicorns/uds-runtime/compare/v0.6.0...v0.6.1) (2024-10-15)


### Miscellaneous

* bump uds-types in package lock ([#455](https://github.com/defenseunicorns/uds-runtime/issues/455)) ([c17a583](https://github.com/defenseunicorns/uds-runtime/commit/c17a58343c94c3c4ea08717ffbaa2f5c10917a66))
* bumps uds-types version ([#454](https://github.com/defenseunicorns/uds-runtime/issues/454)) ([4c767d5](https://github.com/defenseunicorns/uds-runtime/commit/4c767d5e55a0f698b33ee50335cf11cfa5b5d155))
* **deps:** update dependency kubernetes-fluent-client to v3.1.1 ([#448](https://github.com/defenseunicorns/uds-runtime/issues/448)) ([abe8583](https://github.com/defenseunicorns/uds-runtime/commit/abe85835dce4e57681cdff3f3a4ec9ec1c787b04))
* **deps:** update devdependencies ([#446](https://github.com/defenseunicorns/uds-runtime/issues/446)) ([a0f6163](https://github.com/defenseunicorns/uds-runtime/commit/a0f616335d824069ad511c79ebe7d61bb30c6739))
* license to AGPLv3 and update codeowners ([#444](https://github.com/defenseunicorns/uds-runtime/issues/444)) ([2f0682a](https://github.com/defenseunicorns/uds-runtime/commit/2f0682a57a8b889515096e8c765582b07ae41c12))
* refactor auth logic ([#426](https://github.com/defenseunicorns/uds-runtime/issues/426)) ([caa7e8f](https://github.com/defenseunicorns/uds-runtime/commit/caa7e8f77dce756a5fae4cfb81eb26d85dadd41d))
* update license headers ([#450](https://github.com/defenseunicorns/uds-runtime/issues/450)) ([5e3a614](https://github.com/defenseunicorns/uds-runtime/commit/5e3a6148df1acb556acd39914c36ef06a6f6fb72))
* updates codeowners for both license files ([#453](https://github.com/defenseunicorns/uds-runtime/issues/453)) ([6c4076a](https://github.com/defenseunicorns/uds-runtime/commit/6c4076a086fe4d9b8e67749a60151f17803e5448))

## [0.6.0](https://github.com/defenseunicorns/uds-runtime/compare/v0.5.0...v0.6.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: ghcr.io/defenseunicorns/uds-runtime
# x-release-please-start-version
tag: 0.6.0
tag: 0.6.1
# x-release-please-end
pullPolicy: IfNotPresent
sso:
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
- name: REF
description: "reference for the runtime image and zarf package"
# x-release-please-start-version
default: 0.6.0
default: 0.6.1
# x-release-please-end
- name: DIR
description: "directory of the zarf.yaml"
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.6.0
default: 0.6.1
# x-release-please-end
- name: DIR
description: "directory of the zarf.yaml"
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-runtime
description: tbd
# x-release-please-start-version
version: 0.6.0
version: 0.6.1
# x-release-please-end

variables:
Expand All @@ -18,7 +18,7 @@ components:
required: true
# x-release-please-start-version
images:
- ghcr.io/defenseunicorns/uds-runtime:0.6.0
- ghcr.io/defenseunicorns/uds-runtime:0.6.1
# x-release-please-end
charts:
- name: uds-runtime
Expand Down

0 comments on commit fe5623d

Please sign in to comment.