diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c430287..cac3168 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ebc72..f197af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.3...v0.2.4) (2024-07-23) + + +### Miscellaneous + +* fix bundle path variable on release ([#79](https://github.com/defenseunicorns/uds-software-factory/issues/79)) ([c2ac312](https://github.com/defenseunicorns/uds-software-factory/commit/c2ac3128771a78fc89bdd6341308641068de4c47)) + ## [0.2.3](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.2...v0.2.3) (2024-07-22) diff --git a/README.md b/README.md index bf358a5..163e7e3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To deploy this bundle run the following command: ```bash -uds deploy k3d-swf-demo:0.2.3 +uds deploy k3d-swf-demo:0.2.4 ``` @@ -96,7 +96,7 @@ Alternatively, you can deploy from OCI by running the following two commands: ```bash - uds deploy swf-dev:0.2.3 + uds deploy swf-dev:0.2.4 ``` diff --git a/bundles/dev/uds-bundle.yaml b/bundles/dev/uds-bundle.yaml index d4d0c68..2cbb35e 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.2.3 + version: 0.2.4 # x-release-please-end packages: diff --git a/bundles/k3d-demo/uds-bundle.yaml b/bundles/k3d-demo/uds-bundle.yaml index 514e73c..26fd85d 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.2.3 + version: 0.2.4 # x-release-please-end packages: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 4792520..541a591 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -29,5 +29,5 @@ tasks: with: path: ${BUNDLE_PATH} # x-release-please-start-version - version: "0.2.3" + version: "0.2.4" # x-release-please-end