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

Commit b340b68

Browse files
chore(main): release 0.4.2 (#135)
🤖 I have created a release *beep* *boop* --- ## [0.4.2](v0.4.1...v0.4.2) (2025-02-10) ### Miscellaneous * **config:** migrate renovate config ([#138](#138)) ([f74b23e](f74b23e)) * **deps:** update swf bundle dependencies ([#134](#134)) ([863ef55](863ef55)) * **deps:** update swf bundle dependencies ([#136](#136)) ([f1c29b6](f1c29b6)) * **deps:** update swf bundle dependencies ([#139](#139)) ([6428fd7](6428fd7)) --- 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 6428fd7 commit b340b68

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-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.4.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

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

3+
## [0.4.2](https://github.com/defenseunicorns/uds-software-factory/compare/v0.4.1...v0.4.2) (2025-02-10)
4+
5+
6+
### Miscellaneous
7+
8+
* **config:** migrate renovate config ([#138](https://github.com/defenseunicorns/uds-software-factory/issues/138)) ([f74b23e](https://github.com/defenseunicorns/uds-software-factory/commit/f74b23e395299ce05c0bc654e77461d7beacba83))
9+
* **deps:** update swf bundle dependencies ([#134](https://github.com/defenseunicorns/uds-software-factory/issues/134)) ([863ef55](https://github.com/defenseunicorns/uds-software-factory/commit/863ef55ec2cfbc9c66a280c48c7729793d6a5de9))
10+
* **deps:** update swf bundle dependencies ([#136](https://github.com/defenseunicorns/uds-software-factory/issues/136)) ([f1c29b6](https://github.com/defenseunicorns/uds-software-factory/commit/f1c29b6423b3963544e87d4b454df9f3be3d5c6b))
11+
* **deps:** update swf bundle dependencies ([#139](https://github.com/defenseunicorns/uds-software-factory/issues/139)) ([6428fd7](https://github.com/defenseunicorns/uds-software-factory/commit/6428fd751e059943c0ef078130e030f07a7d1a50))
12+
313
## [0.4.1](https://github.com/defenseunicorns/uds-software-factory/compare/v0.4.0...v0.4.1) (2025-01-08)
414

515

README.md

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

7373
```bash
74-
uds deploy k3d-swf-demo:0.4.1
74+
uds deploy k3d-swf-demo:0.4.2
7575
```
7676

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

121121
<!-- x-release-please-start-version -->
122122
```bash
123-
uds deploy swf-dev:0.4.1
123+
uds deploy swf-dev:0.4.2
124124
```
125125
<!-- x-release-please-end -->
126126

bundles/dev/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: swf-dev
77
description: A UDS bundle for deploying the UDS Software Factory on a development cluster
88
# x-release-please-start-version
9-
version: 0.4.1
9+
version: 0.4.2
1010
# x-release-please-end
1111

1212
packages:

bundles/k3d-demo/uds-bundle.yaml

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

1212
packages:

tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ tasks:
7676
with:
7777
path: ${BUNDLE_PATH}
7878
# x-release-please-start-version
79-
version: "0.4.1"
79+
version: "0.4.2"
8080
# x-release-please-end

0 commit comments

Comments
 (0)