Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 22:32
4c54274

0.13.0 (2024-12-06)

This release updates Lula to OSCAL 1.1.3 (latest) artifact versions by default. All newly generated artifacts should now be created in the latest OSCAL version.

What does this mean for you if you have existing 1.1.2 artifacts?
It's time to upgrade! lula tools upgrade -f <path-to-file> will upgrade your artifacts to 1.1.3 and validate the data for schema compliance.

Should you want to know more about the latest OSCAL release - see here

Additionally this release includes some library updates to enable resolving controls in profiles - this will be used in subsequent features made available to the CLI.

Features

  • deps: add support for OSCAL 1.1.3 as default (#837) (255e8ff)
  • profile: resolve all controls in profile (#818) (1f9872b)

Miscellaneous

  • cleanup API domain docs (#828) (f124257)
  • declare top-level read permissions in workflows (#830) (713a249)
  • deps: update dependency go to v1.23.4 (#831) (4a64581)
  • deps: update github/codeql-action action to v3.27.6 (#829) (c9be948)
  • deps: update module github.com/charmbracelet/bubbletea to v1.2.4 (#822) (12ffaf5)
  • deps: update module github.com/defenseunicorns/go-oscal to v0.6.2 (#833) (5099e9c)
  • deps: update module github.com/pterm/pterm to v0.12.80 (#824) (bc506fc)
  • deps: update module github.com/stretchr/testify to v1.10.0 (#821) (21099ba)

What's Changed

  • chore(deps): update dependency go to v1.23.4 by @renovate in #831
  • chore(deps): update module github.com/defenseunicorns/go-oscal to v0.6.2 by @renovate in #833
  • chore: declare top-level read permissions in workflows by @mildwonkey in #830
  • feat(profile): resolve all controls in profile by @meganwolf0 in #818
  • chore(deps): update module github.com/stretchr/testify to v1.10.0 by @renovate in #821
  • chore(deps): update module github.com/charmbracelet/bubbletea to v1.2.4 by @renovate in #822
  • chore(deps): update github/codeql-action action to v3.27.6 by @renovate in #829
  • chore(deps): update module github.com/pterm/pterm to v0.12.80 by @renovate in #824
  • chore: cleanup API domain docs by @mildwonkey in #828
  • feat(deps): add support for OSCAL 1.1.3 as default by @brandtkeller in #837
  • chore(main): release 0.13.0 by @github-actions in #820

Full Changelog: v0.12.0...v0.13.0