v0.12.0
0.12.0 (2024-11-23)
This release includes some exciting updates:
- The API domain now supports Post operations with flags for whether the operation modifies the environment in anyway.
lula dev
operations now allow for templating - aligning to current OSCAL templating processes- The validation testing framework has been released. In looking to improve the review and testing process for validations, user can now specify tests to include in the validation to ensure policies are effective.
- Initial preparatory work is underway for support of the SSP model - a focus for the team to work towards supporting all OSCAL models.
⚠ BREAKING CHANGES
- validation: validation testing framework (#667)
Features
- api domain: add support for Post (#801) (24f02ea)
- dev: allow templating validations in dev workflows (#777) (5f23595)
- system-security-plan: initial creation of SSP Model (#802) (44d067e)
- validation: validation testing framework (#667) (57aae78)
Bug Fixes
Miscellaneous
- deps: update anchore/sbom-action action to v0.17.8 (#817) (350afe5)
- deps: update commitlint monorepo to v19.6.0 (#806) (fae7bef)
- deps: update github/codeql-action action to v3.27.3 (#794) (2aa9268)
- deps: update github/codeql-action action to v3.27.4 (#799) (9610789)
- deps: update github/codeql-action action to v3.27.5 (#809) (7a56e8c)
- deps: update kubernetes packages to v0.31.3 (#814) (386af3f)
- deps: update module github.com/charmbracelet/bubbletea to v1.2.3 (#796) (bb2c54b)
- deps: update module github.com/defenseunicorns/go-oscal to v0.6.1 (#815) (4a4a25c)
- docs: add community meeting information (#805) (4c6d040)
What's Changed
- chore(deps): update github/codeql-action action to v3.27.3 by @renovate in #794
- fix: lula validations in store don't persist validation state by @meganwolf0 in #795
- chore(deps): update github/codeql-action action to v3.27.4 by @renovate in #799
- chore(docs): add community meeting information by @brandtkeller in #805
- feat(dev): allow templating validations in dev workflows by @brandtkeller in #777
- chore(deps): update module github.com/charmbracelet/bubbletea to v1.2.3 by @renovate in #796
- feat(system-security-plan): initial creation of SSP Model by @meganwolf0 in #802
- chore(deps): update commitlint monorepo to v19.6.0 by @renovate in #806
- chore(deps): update github/codeql-action action to v3.27.5 by @renovate in #809
- feat(validation)!: validation testing framework by @meganwolf0 in #667
- chore(deps): update module github.com/defenseunicorns/go-oscal to v0.6.1 by @renovate in #815
- feat(api domain): add support for Post by @mildwonkey in #801
- chore(deps): update anchore/sbom-action action to v0.17.8 by @renovate in #817
- chore(deps): update kubernetes packages to v0.31.3 by @renovate in #814
- chore(main): release 0.12.0 by @github-actions in #792
Full Changelog: v0.11.0...v0.12.0