0.16.0 (2025-01-31)
The content in this release primarily focuses on updates to the OSCAL package, with an eye toward the overall extensibility of Lula to support validations provided by other data formats and generation of the remaining OSCAL Models. The specific changes include updates to the Component Definition model, incorporating methods to more directly support import-component-definitions
along with necessary relative path remapping. This work will be folded in more fully to the System Security Plan generation effort in upcoming releases.
Additionally, we have expanded support for the API domain to receive non-JSON content types, providing more flexibility to evaluate different API responses.
Features
- api: support for non-json Content-Type (#890) (f028e7c)
- oscal: link remapper method component defn (#879) (6d448dd)
- partial component compose (#896) (98aabe7)
- updated merge component defn (#894) (7237fbf)
Bug Fixes
Miscellaneous
- api domain: refactor spec processing (#897) (59a8a9d)
- deps: update actions/create-github-app-token action to v1.11.2 (#908) (06d3506)
- deps: update actions/github-script digest to 91a83c0 (#907) (e4f9cd6)
- deps: update actions/setup-go action to v5.3.0 (#891) (b507cd2)
- deps: update actions/setup-node action to v4.2.0 (#903) (ca285da)
- deps: update anchore/sbom-action action to v0.18.0 (#898) (a644e63)
- deps: update checkmarx/kics-github-action action to v2.1.4 (#895) (fdc48ec)
- deps: update github/codeql-action action to v3.28.4 (#892) (34a29f1)
- deps: update github/codeql-action action to v3.28.5 (#901) (75efe62)
- deps: update github/codeql-action action to v3.28.8 (#904) (290900a)
- docs: add RELEASES.md file and migrate information (#906) (e45497a)
What's Changed
- chore(deps): update actions/setup-go action to v5.3.0 by @renovate in #891
- chore(deps): update github/codeql-action action to v3.28.4 by @renovate in #892
- chore(deps): update checkmarx/kics-github-action action to v2.1.4 by @renovate in #895
- chore(deps): update anchore/sbom-action action to v0.18.0 by @renovate in #898
- feat: updated merge component defn by @meganwolf0 in #894
- feat(api): support for non-json Content-Type by @brandtkeller in #890
- chore(deps): update github/codeql-action action to v3.28.5 by @renovate in #901
- chore(deps): update actions/setup-node action to v4.2.0 by @renovate in #903
- feat(oscal): link remapper method component defn by @meganwolf0 in #879
- chore(docs): add RELEASES.md file and migrate information by @brandtkeller in #906
- feat: partial component compose by @meganwolf0 in #896
- chore(deps): update github/codeql-action action to v3.28.8 by @renovate in #904
- chore(api domain): refactor spec processing by @mildwonkey in #897
- chore(deps): update actions/github-script digest to 91a83c0 by @renovate in #907
- chore(deps): update actions/create-github-app-token action to v1.11.2 by @renovate in #908
- fix: update to a version instead of main by @CloudBeard in #910
- chore(main): release 0.16.0 by @github-actions in #889
Full Changelog: v0.15.0...v0.16.0