Skip to content

Commit

Permalink
chore(main): release 0.2.4 (#88)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.4](v0.2.3...v0.2.4)
(2024-08-01)


### Miscellaneous

* **deps:** update bundle-deps to v3.25.15
([#86](#86))
([1ac8afe](1ac8afe))
* **deps:** update swf bundle dependencies
([#89](#89))
([847f99c](847f99c))
* improve the formatting on the README
([#87](#87))
([64e9fcb](64e9fcb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
1 parent 847f99c commit 189036d
Show file tree
Hide file tree
Showing 6 changed files with 15 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.3"
".": "0.2.4"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Miscellaneous

* **deps:** update bundle-deps to v3.25.15 ([#86](https://github.com/defenseunicorns/uds-software-factory/issues/86)) ([1ac8afe](https://github.com/defenseunicorns/uds-software-factory/commit/1ac8afe7522b2905be1cca2c5ce594e96bfb565b))
* **deps:** update swf bundle dependencies ([#89](https://github.com/defenseunicorns/uds-software-factory/issues/89)) ([847f99c](https://github.com/defenseunicorns/uds-software-factory/commit/847f99c71e6f1f96baca5a7ccc51327a4d697ce5))
* improve the formatting on the README ([#87](https://github.com/defenseunicorns/uds-software-factory/issues/87)) ([64e9fcb](https://github.com/defenseunicorns/uds-software-factory/commit/64e9fcbc0026b415ffb3e2d90026d7de84c470d3))

## [0.2.3](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.2...v0.2.3) (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 @@ -57,7 +57,7 @@ To deploy this bundle run the following command:
<!-- x-release-please-start-version -->

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

<!-- x-release-please-end -->
Expand Down Expand Up @@ -103,7 +103,7 @@ Run the below command to deploy the `swf-dev` bundle on top of the dev cluster:

<!-- x-release-please-start-version -->
```bash
uds deploy swf-dev:0.2.3
uds deploy swf-dev:0.2.4
```
<!-- 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.3
version: 0.2.4
# 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.3
version: 0.2.4
# 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.3"
version: "0.2.4"
# x-release-please-end

0 comments on commit 189036d

Please sign in to comment.