Skip to content

Commit d836f75

Browse files
chore(main): release 0.2.4 (#80)
🤖 I have created a release *beep* *boop* --- ## [0.2.4](v0.2.3...v0.2.4) (2024-07-23) ### Miscellaneous * fix bundle path variable on release ([#79](#79)) ([c2ac312](c2ac312)) --- 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 c2ac312 commit d836f75

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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

512

README.md

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

5858
```bash
59-
uds deploy k3d-swf-demo:0.2.3
59+
uds deploy k3d-swf-demo:0.2.4
6060
```
6161

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

9797
<!-- x-release-please-start-version -->
9898
```bash
99-
uds deploy swf-dev:0.2.3
99+
uds deploy swf-dev:0.2.4
100100
```
101101
<!-- x-release-please-end -->
102102

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
@@ -29,5 +29,5 @@ tasks:
2929
with:
3030
path: ${BUNDLE_PATH}
3131
# x-release-please-start-version
32-
version: "0.2.3"
32+
version: "0.2.4"
3333
# x-release-please-end

0 commit comments

Comments
 (0)