Skip to content

Commit

Permalink
chore(main): release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 13c3b6e commit b401bc5
Showing 6 changed files with 21 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.7"
".": "0.2.8"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.2.8](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.7...v0.2.8) (2024-10-24)


### Bug Fixes

* increase gitlab webservice mem limit to recommended min ([#102](https://github.com/defenseunicorns/uds-software-factory/issues/102)) ([17e1ad4](https://github.com/defenseunicorns/uds-software-factory/commit/17e1ad46e8061a5a135c18155e44315caf90726c))


### Miscellaneous

* badge, add renovate, update READMEs/workflow permissions ([#110](https://github.com/defenseunicorns/uds-software-factory/issues/110)) ([258dbca](https://github.com/defenseunicorns/uds-software-factory/commit/258dbcac1a96268378908f736e3f9c580ebc1216))
* **deps:** update swf bundle dependencies ([#100](https://github.com/defenseunicorns/uds-software-factory/issues/100)) ([5f6dbc7](https://github.com/defenseunicorns/uds-software-factory/commit/5f6dbc7c4a5fd942e3c73a5019ecbb66f2c82983))
* **deps:** update swf bundle dependencies ([#103](https://github.com/defenseunicorns/uds-software-factory/issues/103)) ([f2e9b16](https://github.com/defenseunicorns/uds-software-factory/commit/f2e9b166fa99461a9a977c072427b5112a12f73c))
* set fail-fast to true on test matrix ([#111](https://github.com/defenseunicorns/uds-software-factory/issues/111)) ([13c3b6e](https://github.com/defenseunicorns/uds-software-factory/commit/13c3b6eb892048adfa0ba602d7fc5a56608b56fc))

## [0.2.7](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.6...v0.2.7) (2024-09-20)


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

```bash
uds deploy k3d-swf-demo:0.2.7
uds deploy k3d-swf-demo:0.2.8
```

<!-- x-release-please-end -->
@@ -120,7 +120,7 @@ Run the below command to deploy the `swf-dev` bundle on top of the dev cluster:

<!-- x-release-please-start-version -->
```bash
uds deploy swf-dev:0.2.7
uds deploy swf-dev:0.2.8
```
<!-- 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
@@ -6,7 +6,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.7
version: 0.2.8
# x-release-please-end

packages:
2 changes: 1 addition & 1 deletion bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,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.7
version: 0.2.8
# x-release-please-end

packages:
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
@@ -75,5 +75,5 @@ tasks:
with:
path: ${BUNDLE_PATH}
# x-release-please-start-version
version: "0.2.7"
version: "0.2.8"
# x-release-please-end

0 comments on commit b401bc5

Please sign in to comment.