From c2fa2081e843816cdc8a38c224a7a579cbfb5428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:31:39 -0600 Subject: [PATCH] chore(main): release 0.3.0 (#118) :robot: I have created a release *beep* *boop* --- ## [0.3.0](https://github.com/defenseunicorns/uds-software-factory/compare/v0.2.7...v0.3.0) (2024-10-25) ### 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)) * remove uds-runtime from bundle ([#117](https://github.com/defenseunicorns/uds-software-factory/issues/117)) ([563928e](https://github.com/defenseunicorns/uds-software-factory/commit/563928ebc2a05643111b7e512383d61dd049ab27)) ### 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)) * **deps:** update swf bundle dependencies ([#109](https://github.com/defenseunicorns/uds-software-factory/issues/109)) ([03b33dc](https://github.com/defenseunicorns/uds-software-factory/commit/03b33dc4bfd730eba8a22e5a0deabce9dcc665a0)) * **deps:** update swf bundle dependencies ([#115](https://github.com/defenseunicorns/uds-software-factory/issues/115)) ([ac4e1bd](https://github.com/defenseunicorns/uds-software-factory/commit/ac4e1bdab4c877898cadf5918e0e6218961877cf)) * fix the arm64 publish task ([#113](https://github.com/defenseunicorns/uds-software-factory/issues/113)) ([58a4d7e](https://github.com/defenseunicorns/uds-software-factory/commit/58a4d7ec2449d6ed5a08ea923c611281e1f4486d)) * 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)) --- 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> Co-authored-by: Wayne Starr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7be9d..d806814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### 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)) +* remove uds-runtime from bundle ([#117](https://github.com/defenseunicorns/uds-software-factory/issues/117)) ([563928e](https://github.com/defenseunicorns/uds-software-factory/commit/563928ebc2a05643111b7e512383d61dd049ab27)) ### Miscellaneous