v0.5.0
0.5.0 (2024-08-09)
This release improves upon re-generation with lula generate component - focusing on the elements being created or merged on successive runs. It fixes bugs in the kubernetes domain for cluster-scoped resources as well as integrates with upstream changes to our golang oscal library (go-oscal) for performing linting operations.
⚠ BREAKING CHANGES
- validation-result: bump to go-oscal v0.6.0 jsonschema v6 update (#544)
Features
Bug Fixes
- generate: component generation from catalog error handling (#573) (371d54d)
- generate: proposed transition of generation annotation to props (#574) (b7a936d)
- validate: get non-namespace scoped resources (#585) (a5b8857)
Miscellaneous
- deps: update actions/upload-artifact action to v4.3.6 (#575) (27b2e8a)
- deps: update dependency commitlint to v19.4.0 (#583) (732b22b)
- deps: update github/codeql-action action to v3.26.0 (#582) (8a92a8c)
- deps: update module github.com/open-policy-agent/opa to v0.67.1 (#577) (563e893)
- docs: initial SSP generation research docs (#548) (0891508)
What's Changed
- fix(generate): component generation fixed for many catalogs by @brandtkeller in #573
- chore(deps): update actions/upload-artifact action to v4.3.6 by @renovate in #575
- chore(deps): update module github.com/open-policy-agent/opa to v0.67.1 by @renovate in #577
- chore(deps): update github/codeql-action action to v3.26.0 by @renovate in #582
- fix(generate): proposed transition of generation annotation to props by @brandtkeller in #574
- feat(validation-result)!: bump to go-oscal v0.6.0 jsonschema v6 update by @mike-winberry in #544
- fix(validate): get non-namespace scoped resources by @meganwolf0 in #585
- chore(deps): update dependency commitlint to v19.4.0 by @renovate in #583
- chore(docs): initial-ssp-generate-doc by @CloudBeard in #548
- chore(main): release 0.5.0 by @github-actions in #578
Full Changelog: v0.4.5...v0.5.0