From 2f5aa26c34109725572f91621279de37bc05eac6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:31:50 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 545feb23..176120ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.5" + ".": "0.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee410dc..e69534e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.5.0](https://github.com/defenseunicorns/lula/compare/v0.4.5...v0.5.0) (2024-08-09) + + +### ⚠ BREAKING CHANGES + +* **validation-result:** bump to go-oscal v0.6.0 jsonschema v6 update ([#544](https://github.com/defenseunicorns/lula/issues/544)) + +### Features + +* **validation-result:** bump to go-oscal v0.6.0 jsonschema v6 update ([#544](https://github.com/defenseunicorns/lula/issues/544)) ([5e75714](https://github.com/defenseunicorns/lula/commit/5e75714172f5b72d9c7c346011d086f5fc2c790c)) + + +### Bug Fixes + +* **generate:** component generation from catalog error handling ([#573](https://github.com/defenseunicorns/lula/issues/573)) ([371d54d](https://github.com/defenseunicorns/lula/commit/371d54d91e9f8dc4561cf161ad7a7ff4a7efb5f3)) +* **generate:** proposed transition of generation annotation to props ([#574](https://github.com/defenseunicorns/lula/issues/574)) ([b7a936d](https://github.com/defenseunicorns/lula/commit/b7a936df536fc8ccf9c22af8bafcd1e4e05e19d9)) +* **validate:** get non-namespace scoped resources ([#585](https://github.com/defenseunicorns/lula/issues/585)) ([a5b8857](https://github.com/defenseunicorns/lula/commit/a5b8857508d1271cac46c6587f43c17075d8b590)) + + +### Miscellaneous + +* **deps:** update actions/upload-artifact action to v4.3.6 ([#575](https://github.com/defenseunicorns/lula/issues/575)) ([27b2e8a](https://github.com/defenseunicorns/lula/commit/27b2e8a41827dea765db134e4cb9e462e8f3c19a)) +* **deps:** update dependency commitlint to v19.4.0 ([#583](https://github.com/defenseunicorns/lula/issues/583)) ([732b22b](https://github.com/defenseunicorns/lula/commit/732b22b3d4381e6f6dd2bd615e5c395b34458233)) +* **deps:** update github/codeql-action action to v3.26.0 ([#582](https://github.com/defenseunicorns/lula/issues/582)) ([8a92a8c](https://github.com/defenseunicorns/lula/commit/8a92a8c225d31e0e14e0d1578c5bb0acff18014d)) +* **deps:** update module github.com/open-policy-agent/opa to v0.67.1 ([#577](https://github.com/defenseunicorns/lula/issues/577)) ([563e893](https://github.com/defenseunicorns/lula/commit/563e893fb82eac803bc19404d65dba278b508760)) +* **docs:** initial SSP generation research docs ([#548](https://github.com/defenseunicorns/lula/issues/548)) ([0891508](https://github.com/defenseunicorns/lula/commit/0891508453a4cc79dd0462f339cb0e07b840b628)) + ## [0.4.5](https://github.com/defenseunicorns/lula/compare/v0.4.4...v0.4.5) (2024-08-02)