Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 23:23
801551d

0.15.0 (2025-01-17)

As the team reconvenes following a long holiday break, the main focus has been reviewing the backlog and setting priorities for the upcoming year. This release is therefore fairly lightweight, but the notable updates are:
Implementation of the OSCALModel interface for the Component Definition and Assessment Results as well as several dependency updates.

The OSCALModel interface standardizes the methods used to interact with the OSCAL Models and helps lay some foundation for additional refactoring of the Lula library that we plan to undertake in the coming months.

⚠ BREAKING CHANGES

  • oscal: oscalmodel interface implementation for component definitions (#874)
  • oscal: oscalmodel for assessment results (#876)

Features

  • oscal: oscalmodel for assessment results (#876) (ff0be6d)
  • oscal: oscalmodel interface implementation for component definitions (#874) (cd77cdd)

Miscellaneous

  • add debug-level logging to doHTTPReq (#869) (376f686)
  • deps: update actions/github-script digest to d705669 (#888) (ce8e2c5)
  • deps: update actions/upload-artifact action to v4.6.0 (#871) (35dfae7)
  • deps: update dependency go to v1.23.5 (#884) (fd49cc8)
  • deps: update github/codeql-action action to v3.28.1 (#872) (a970bf3)
  • deps: update golangci/golangci-lint-action action to v6.2.0 (#885) (4748b16)
  • deps: update kubernetes packages to v0.32.1 (#880) (aa5a6d5)
  • deps: update module sigs.k8s.io/e2e-framework to v0.6.0 (#886) (003d21e)
  • deps: update module sigs.k8s.io/kustomize/kyaml to v0.19.0 (#877) (579e43a)

What's Changed

  • chore: add debug-level logging to doHTTPReq by @mildwonkey in #869
  • fix(api domain)!: improve status handling in API Domain; do not return an error on 404 by @mildwonkey in #870
  • chore(deps): update actions/upload-artifact action to v4.6.0 by @renovate in #871
  • chore(deps): update github/codeql-action action to v3.28.1 by @renovate in #872
  • chore(deps): update module sigs.k8s.io/kustomize/kyaml to v0.19.0 by @renovate in #877
  • feat(oscal)!: oscalmodel for assessment results by @meganwolf0 in #876
  • feat(oscal)!: oscalmodel interface implementation for component definitions by @meganwolf0 in #874
  • chore(deps): update dependency go to v1.23.5 by @renovate in #884
  • chore(deps): update actions/github-script digest to d705669 by @renovate in #888
  • chore(deps): update kubernetes packages to v0.32.1 by @renovate in #880
  • chore(deps): update golangci/golangci-lint-action action to v6.2.0 by @renovate in #885
  • chore(deps): update module sigs.k8s.io/e2e-framework to v0.6.0 by @renovate in #886
  • chore(main): release 0.15.0 by @github-actions in #867

Full Changelog: v0.14.0...v0.15.0