Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 22, 2024
1 parent aa85d32 commit 1c54463
Show file tree
Hide file tree
Showing 6 changed files with 13 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.1.0"
".": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/defenseunicorns/uds-software-factory/compare/v0.1.0...v0.1.1) (2024-03-22)


### Miscellaneous

* update bad sha in reference to setup action in publish step ([#33](https://github.com/defenseunicorns/uds-software-factory/issues/33)) ([aa85d32](https://github.com/defenseunicorns/uds-software-factory/commit/aa85d32c502d3f65fbcb6ee826be62bb7e30f3aa))

## 0.1.0 (2024-03-22)


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

```bash
uds deploy uds-k3d-swf-demo:0.1.0
uds deploy uds-k3d-swf-demo:0.1.1
```

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

<!-- x-release-please-start-version -->
```bash
uds deploy swf-dev:0.1.0
uds deploy swf-dev:0.1.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.1.0
version: 0.1.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.1.0
version: 0.1.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.1.0"
version: "0.1.1"
# x-release-please-end

0 comments on commit 1c54463

Please sign in to comment.