Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 189036d

Browse files
chore(main): release 0.2.4 (#88)
🤖 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>
1 parent 847f99c commit 189036d

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.3...v0.2.4) (2024-08-01)
4+
5+
6+
### Miscellaneous
7+
8+
* **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))
9+
* **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))
10+
* 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))
11+
312
## [0.2.3](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.2...v0.2.3) (2024-07-23)
413

514

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To deploy this bundle run the following command:
5757
<!-- x-release-please-start-version -->
5858

5959
```bash
60-
uds deploy k3d-swf-demo:0.2.3
60+
uds deploy k3d-swf-demo:0.2.4
6161
```
6262

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

104104
<!-- x-release-please-start-version -->
105105
```bash
106-
uds deploy swf-dev:0.2.3
106+
uds deploy swf-dev:0.2.4
107107
```
108108
<!-- x-release-please-end -->
109109

bundles/dev/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
name: swf-dev
44
description: A UDS bundle for deploying the UDS Software Factory on a development cluster
55
# x-release-please-start-version
6-
version: 0.2.3
6+
version: 0.2.4
77
# x-release-please-end
88

99
packages:

bundles/k3d-demo/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
name: k3d-swf-demo
44
description: A UDS bundle for deploying the UDS Software Factory with full uds-core on a development cluster
55
# x-release-please-start-version
6-
version: 0.2.3
6+
version: 0.2.4
77
# x-release-please-end
88

99
packages:

tasks/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ tasks:
3131
with:
3232
path: ${BUNDLE_PATH}
3333
# x-release-please-start-version
34-
version: "0.2.3"
34+
version: "0.2.4"
3535
# x-release-please-end

0 commit comments

Comments
 (0)