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

Commit 68cf340

Browse files
chore(main): release 0.2.6 (#95)
🤖 I have created a release *beep* *boop* --- ## [0.2.6](v0.2.5...v0.2.6) (2024-08-30) ### Miscellaneous * **deps:** update swf bundle dependencies ([#94](#94)) ([9a118e1](9a118e1)) --- 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 9a118e1 commit 68cf340

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.5"
2+
".": "0.2.6"
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.6](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.5...v0.2.6) (2024-08-30)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps:** update swf bundle dependencies ([#94](https://github.com/defenseunicorns/uds-software-factory/issues/94)) ([9a118e1](https://github.com/defenseunicorns/uds-software-factory/commit/9a118e1b0b1664dfb370c4e1b3b23d1d04680e5e))
9+
310
## [0.2.5](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.4...v0.2.5) (2024-08-20)
411

512

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.5
60+
uds deploy k3d-swf-demo:0.2.6
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.5
106+
uds deploy swf-dev:0.2.6
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.5
6+
version: 0.2.6
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.5
6+
version: 0.2.6
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.5"
34+
version: "0.2.6"
3535
# x-release-please-end

0 commit comments

Comments
 (0)