Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 03:29
2fa1297

0.6.0 (2024-08-31)

This release is an exciting advance for Lula and the OSCAL ecosystem. It includes initial development release of the Terminal User Interface that can be accessed via lula console. Given a specified OSCAL file -> Lula will now open a TUI in the appropriate OSCAL model format with some opinionation currently on what is visualized.

Other features include a new viper integration baseline - setting the stage for future configuration and environment variable driven operations that enhance the assessment and authoring processes.

A bug fix was included in this release to ensure that any modification to component definition models updates the uuid accordingly -> in alignment with the model specification.

Features

  • configuration: add initial support for Viper command initialization (#607) (2c94c83)
  • console: initial tui for component-definition read (#608) (a0338af)

Bug Fixes

  • oscal: ensure component definition UUID is updated on modification (#615) (5516482)

Miscellaneous

  • deps: update anchore/sbom-action action to v0.17.2 (#613) (4fb9090)
  • deps: update commitlint monorepo to v19.4.1 (#619) (0adb2d0)
  • deps: update github/codeql-action action to v3.26.2 (#600) (6601566)
  • deps: update github/codeql-action action to v3.26.4 (#611) (dd592ce)
  • deps: update github/codeql-action action to v3.26.5 (#616) (aa4e122)
  • deps: update github/codeql-action action to v3.26.6 (#626) (488cd91)
  • deps: update kubernetes packages to v0.31.0 (#594) (6dd7463)
  • deps: update module github.com/open-policy-agent/opa to v0.68.0 (#628) (914b1f2)
  • deps: update module github.com/spf13/viper to v1.19.0 (#618) (22fd668)
  • docs: add docs generation command (#606) (4dd0450)
  • docs: adding 2024 roadmap to the project documentation (#320) (120d15a)
  • docs: update CODEOWNERS (#636) (77e60fe)

What's Changed

  • chore(deps): update github/codeql-action action to v3.26.2 by @renovate in #600
  • refactor(tests): 586 refactor unhappy path e2e tests by @meganwolf0 in #598
  • docs: adding 2024 roadmap to the project documentation by @brandtkeller in #320
  • chore(deps): update anchore/sbom-action action to v0.17.2 by @renovate in #613
  • chore(deps): update github/codeql-action action to v3.26.4 by @renovate in #611
  • chore(deps): update github/codeql-action action to v3.26.5 by @renovate in #616
  • feat(configuration): add initial support for Viper command initialization by @brandtkeller in #607
  • chore(deps): update module github.com/spf13/viper to v1.19.0 by @renovate in #618
  • chore(docs): add docs generation command by @brandtkeller in #606
  • chore(deps): update commitlint monorepo to v19.4.1 by @renovate in #619
  • chore(deps): update module github.com/open-policy-agent/opa to v0.68.0 by @renovate in #628
  • chore(deps): update github/codeql-action action to v3.26.6 by @renovate in #626
  • feat(console): initial tui for component-defn read by @meganwolf0 in #608
  • fix(oscal): ensure component definition UUID is updated on modification by @brandtkeller in #615
  • chore(deps): update kubernetes packages to v0.31.0 by @renovate in #594
  • feat: update CODEOWNERS by @daveworth in #636
  • chore(main): release 0.6.0 by @github-actions in #604

New Contributors

Full Changelog: v0.5.1...v0.6.0