Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.5.0 #578

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.5"
".": "0.5.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down