Skip to content

Commit

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


##
[0.2.2](v0.2.1...v0.2.2)
(2024-06-07)


### Bug Fixes

* update uds-core keycloak overrides for demo bundle
([#60](#60))
([5c7f9fe](5c7f9fe))

---
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 Jun 12, 2024
1 parent 5c7f9fe commit 86de752
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.2.1"
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* update uds-core keycloak overrides for demo bundle ([#60](https://github.com/defenseunicorns/uds-software-factory/issues/60)) ([5c7f9fe](https://github.com/defenseunicorns/uds-software-factory/commit/5c7f9fea76ec074a17555109fc55f733e3d27747))

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


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.1
uds deploy k3d-swf-demo:0.2.2
```

<!-- x-release-please-end -->
Expand Down Expand Up @@ -95,6 +95,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.1
uds deploy swf-dev:0.2.2
```
<!-- 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.1
version: 0.2.2
# 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.1
version: 0.2.2
# 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.1"
version: "0.2.2"
# x-release-please-end

0 comments on commit 86de752

Please sign in to comment.