Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#50)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.1](v0.2.0...v0.2.1)
(2024-05-30)


### Miscellaneous

* **deps:** update swf bundle dependencies
([#48](#48))
([0d3b1f5](0d3b1f5))
* remove unecessary configuration options
([#51](#51))
([0542b9a](0542b9a))
* throttle renovate updates to daily
([#49](#49))
([bcf594f](bcf594f))

---
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>
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent 0d3b1f5 commit 7296177
Show file tree
Hide file tree
Showing 6 changed files with 15 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.0"
".": "0.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.1](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.0...v0.2.1) (2024-05-30)


### Miscellaneous

* **deps:** update swf bundle dependencies ([#48](https://github.com/defenseunicorns/uds-software-factory/issues/48)) ([0d3b1f5](https://github.com/defenseunicorns/uds-software-factory/commit/0d3b1f5ab491dd96842aeb4f0eb26030f59038db))
* remove unecessary configuration options ([#51](https://github.com/defenseunicorns/uds-software-factory/issues/51)) ([0542b9a](https://github.com/defenseunicorns/uds-software-factory/commit/0542b9a49315ed1b9f2c2d8a60f601bf7e018e44))
* throttle renovate updates to daily ([#49](https://github.com/defenseunicorns/uds-software-factory/issues/49)) ([bcf594f](https://github.com/defenseunicorns/uds-software-factory/commit/bcf594faaf43183bece31d46dd693014ded288c8))

## [0.2.0](https://github.com/defenseunicorns/uds-software-factory/compare/v0.1.3...v0.2.0) (2024-05-10)


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

```bash
uds deploy k3d-swf-demo:0.2.0
uds deploy k3d-swf-demo:0.2.1
```

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

<!-- x-release-please-start-version -->
```bash
uds deploy swf-dev:0.2.0
uds deploy swf-dev:0.2.1
```
<!-- x-release-please-end -->
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.0
version: 0.2.1
# 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.0
version: 0.2.1
# 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 @@ -34,5 +34,5 @@ tasks:
with:
path: ${BUNDLE_PATH}
# x-release-please-start-version
version: "0.2.0"
version: "0.2.1"
# x-release-please-end

0 comments on commit 7296177

Please sign in to comment.