From 1c54463707bb56bab892f79cfe6e03306e42112f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:58:54 -0400 Subject: [PATCH] chore(main): release 0.1.1 (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- bundles/dev/uds-bundle.yaml | 2 +- bundles/k3d-demo/uds-bundle.yaml | 2 +- tasks/publish.yaml | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e845b..51f094f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/defenseunicorns/uds-software-factory/compare/v0.1.0...v0.1.1) (2024-03-22) + + +### Miscellaneous + +* update bad sha in reference to setup action in publish step ([#33](https://github.com/defenseunicorns/uds-software-factory/issues/33)) ([aa85d32](https://github.com/defenseunicorns/uds-software-factory/commit/aa85d32c502d3f65fbcb6ee826be62bb7e30f3aa)) + ## 0.1.0 (2024-03-22) diff --git a/README.md b/README.md index de0084d..ec8e799 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To deploy this bundle run the following command: ```bash -uds deploy uds-k3d-swf-demo:0.1.0 +uds deploy uds-k3d-swf-demo:0.1.1 ``` @@ -83,6 +83,6 @@ Alternatively, you can deploy from OCI by running the following two commands: ```bash - uds deploy swf-dev:0.1.0 + uds deploy swf-dev:0.1.1 ``` \ No newline at end of file diff --git a/bundles/dev/uds-bundle.yaml b/bundles/dev/uds-bundle.yaml index db6eaa1..edc05c5 100644 --- a/bundles/dev/uds-bundle.yaml +++ b/bundles/dev/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: swf-dev description: A UDS bundle for deploying the UDS Software Factory on a development cluster # x-release-please-start-version - version: 0.1.0 + version: 0.1.1 # x-release-please-end packages: diff --git a/bundles/k3d-demo/uds-bundle.yaml b/bundles/k3d-demo/uds-bundle.yaml index d7c971b..7e43b96 100644 --- a/bundles/k3d-demo/uds-bundle.yaml +++ b/bundles/k3d-demo/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-swf-demo description: A UDS bundle for deploying the UDS Software Factory with full uds-core on a development cluster # x-release-please-start-version - version: 0.1.0 + version: 0.1.1 # x-release-please-end packages: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index b08da1d..3081113 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -34,5 +34,5 @@ tasks: with: path: ${BUNDLE_PATH} # x-release-please-start-version - version: "0.1.0" + version: "0.1.1" # x-release-please-end