Skip to content

Commit

Permalink
chore(main): release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
1 parent 6684e97 commit 0653981
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.2.3"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.3](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.2...v0.2.3) (2024-07-22)


### Miscellaneous

* 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))
* 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))
* 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))
* adr for build attestations ([#76](https://github.com/defenseunicorns/uds-software-factory/issues/76)) ([8891e9f](https://github.com/defenseunicorns/uds-software-factory/commit/8891e9fd9a57df8bb4b5289c138c49396470eaa5))
* **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))
* **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))
* remove irrelevant comment ([#77](https://github.com/defenseunicorns/uds-software-factory/issues/77)) ([11774e8](https://github.com/defenseunicorns/uds-software-factory/commit/11774e893f22bd94821cd47f8f32fae34cae3599))
* update license ([#65](https://github.com/defenseunicorns/uds-software-factory/issues/65)) ([0e692b4](https://github.com/defenseunicorns/uds-software-factory/commit/0e692b4e10a8795eb8a4a7dbb8519c5bc4e1afa9))

## [0.2.2](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.1...v0.2.2) (2024-06-07)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To deploy this bundle run the following command:
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-swf-demo:0.2.2
uds deploy k3d-swf-demo:0.2.3
```

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

<!-- x-release-please-start-version -->
```bash
uds deploy swf-dev:0.2.2
uds deploy swf-dev:0.2.3
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion bundles/dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: swf-dev
description: A UDS bundle for deploying the UDS Software Factory on a development cluster
# x-release-please-start-version
version: 0.2.2
version: 0.2.3
# x-release-please-end

packages:
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: k3d-swf-demo
description: A UDS bundle for deploying the UDS Software Factory with full uds-core on a development cluster
# x-release-please-start-version
version: 0.2.2
version: 0.2.3
# x-release-please-end

packages:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tasks:
with:
path: ${BUNDLE_PATH}
# x-release-please-start-version
version: "0.2.2"
version: "0.2.3"
# x-release-please-end

0 comments on commit 0653981

Please sign in to comment.