Skip to content

Commit 3f8deb4

Browse files
chore(main): release 0.2.3 (#66)
🤖 I have created a release *beep* *boop* --- ## [0.2.3](v0.2.2...v0.2.3) (2024-07-22) ### Miscellaneous * add alpha warning to Valkey package ([#73](#73)) ([5203f50](5203f50)) * add docs for databases and networking configuration for apps ([#62](#62)) ([8651574](8651574)) * add valkey to our official repositories on the README ([#71](#71)) ([f5d7450](f5d7450)) * adr for build attestations ([#76](#76)) ([8891e9f](8891e9f)) * **deps:** update swf bundle dependencies ([#53](#53)) ([6d9fe10](6d9fe10)) * **deps:** update swf bundle dependencies ([#78](#78)) ([6684e97](6684e97)) * remove irrelevant comment ([#77](#77)) ([11774e8](11774e8)) * update license ([#65](#65)) ([0e692b4](0e692b4)) --- 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 6684e97 commit 3f8deb4

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-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.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.2...v0.2.3) (2024-07-22)
4+
5+
6+
### Miscellaneous
7+
8+
* add alpha warning to Valkey package ([#73](https://github.com/defenseunicorns/uds-software-factory/issues/73)) ([5203f50](https://github.com/defenseunicorns/uds-software-factory/commit/5203f50310ba088f7ad99e5bcbfd18a99e561ec6))
9+
* add docs for databases and networking configuration for apps ([#62](https://github.com/defenseunicorns/uds-software-factory/issues/62)) ([8651574](https://github.com/defenseunicorns/uds-software-factory/commit/8651574405509ee34995ed51bc3b59a9771ada11))
10+
* add valkey to our official repositories on the README ([#71](https://github.com/defenseunicorns/uds-software-factory/issues/71)) ([f5d7450](https://github.com/defenseunicorns/uds-software-factory/commit/f5d745082e050c544d39d3bf2d04ae18caa4c492))
11+
* adr for build attestations ([#76](https://github.com/defenseunicorns/uds-software-factory/issues/76)) ([8891e9f](https://github.com/defenseunicorns/uds-software-factory/commit/8891e9fd9a57df8bb4b5289c138c49396470eaa5))
12+
* **deps:** update swf bundle dependencies ([#53](https://github.com/defenseunicorns/uds-software-factory/issues/53)) ([6d9fe10](https://github.com/defenseunicorns/uds-software-factory/commit/6d9fe10931d78a57705d2c193038d2d625ec136b))
13+
* **deps:** update swf bundle dependencies ([#78](https://github.com/defenseunicorns/uds-software-factory/issues/78)) ([6684e97](https://github.com/defenseunicorns/uds-software-factory/commit/6684e972aad60513e50eab8a2f3ef1e1eb0ac9ea))
14+
* remove irrelevant comment ([#77](https://github.com/defenseunicorns/uds-software-factory/issues/77)) ([11774e8](https://github.com/defenseunicorns/uds-software-factory/commit/11774e893f22bd94821cd47f8f32fae34cae3599))
15+
* update license ([#65](https://github.com/defenseunicorns/uds-software-factory/issues/65)) ([0e692b4](https://github.com/defenseunicorns/uds-software-factory/commit/0e692b4e10a8795eb8a4a7dbb8519c5bc4e1afa9))
16+
317
## [0.2.2](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.1...v0.2.2) (2024-06-07)
418

519

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.2
59+
uds deploy k3d-swf-demo:0.2.3
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.2
99+
uds deploy swf-dev:0.2.3
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.2
6+
version: 0.2.3
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.2
6+
version: 0.2.3
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.2"
32+
version: "0.2.3"
3333
# x-release-please-end

0 commit comments

Comments
 (0)