Skip to content

Commit

Permalink
chore(main): release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 23, 2024
1 parent eff6f2e commit 5eeb3a4
Show file tree
Hide file tree
Showing 6 changed files with 13 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.2.4"
".": "0.2.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.4...v0.2.5) (2024-07-23)


### Miscellaneous

* add correct task includes on publish ([#81](https://github.com/defenseunicorns/uds-software-factory/issues/81)) ([eff6f2e](https://github.com/defenseunicorns/uds-software-factory/commit/eff6f2e03af8f8aa1387cd2ab63c4384e7f3f2b5))

## [0.2.4](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.3...v0.2.4) (2024-07-23)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To deploy this bundle run the following command:
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-swf-demo:0.2.4
uds deploy k3d-swf-demo:0.2.5
```

<!-- x-release-please-end -->
Expand Down Expand Up @@ -96,7 +96,7 @@ Alternatively, you can deploy from OCI by running the following two commands:

<!-- x-release-please-start-version -->
```bash
uds deploy swf-dev:0.2.4
uds deploy swf-dev:0.2.5
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion bundles/dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 0.2.5
# x-release-please-end

packages:
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 0.2.5
# x-release-please-end

packages:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tasks:
with:
path: ${BUNDLE_PATH}
# x-release-please-start-version
version: "0.2.4"
version: "0.2.5"
# x-release-please-end

0 comments on commit 5eeb3a4

Please sign in to comment.