diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7caf555..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d33bb..a486325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/defenseunicorns/uds-software-factory/compare/v0.1.3...v0.2.0) (2024-05-10) + + +### Features + +* add upgrade tests and upgrade packages ([#44](https://github.com/defenseunicorns/uds-software-factory/issues/44)) ([02bab65](https://github.com/defenseunicorns/uds-software-factory/commit/02bab6547e3de814097e6b13f066e108bf7d9d8f)) + + +### Miscellaneous + +* **deps:** update all dependencies ([#42](https://github.com/defenseunicorns/uds-software-factory/issues/42)) ([9bac28c](https://github.com/defenseunicorns/uds-software-factory/commit/9bac28c92f25ff374666c112386235552e3a290d)) + ## [0.1.3](https://github.com/defenseunicorns/uds-software-factory/compare/v0.1.2...v0.1.3) (2024-03-22) diff --git a/README.md b/README.md index 66f772a..567f6c2 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.3 +uds deploy uds-k3d-swf-demo:0.2.0 ``` @@ -83,6 +83,6 @@ Alternatively, you can deploy from OCI by running the following two commands: ```bash - uds deploy swf-dev:0.1.3 + uds deploy swf-dev:0.2.0 ``` \ No newline at end of file diff --git a/bundles/dev/uds-bundle.yaml b/bundles/dev/uds-bundle.yaml index bd5f6de..9e5a0db 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.3 + version: 0.2.0 # x-release-please-end packages: diff --git a/bundles/k3d-demo/uds-bundle.yaml b/bundles/k3d-demo/uds-bundle.yaml index ecb8142..6fe650e 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.3 + version: 0.2.0 # x-release-please-end packages: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 29125f0..1173d6b 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.3" + version: "0.2.0" # x-release-please-end