Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@aj-stein-nist aj-stein-nist released this 02 Feb 20:51

Summary

oscal-cli 1.0.3 is a patch release with improvements and changes that are backwards compatible, specifically updating liboscal-java and metaschema-framework dependencies to make use of the OSCAL v1.1.2 models and the underlying use of the Metaschema Framework. This release also fixes a bug to properly reference embedded resource files in the release utility.

Changes: Key Take-aways

Key takeaways are below:

  1. OSCAL model updates to v1.1.2
  2. Correct local resource paths

Details

  1. daf3ed3 Fix metaschema-java generated schema name and path for [#200](https://github.com/usnistgov/oscal-cli/issues

Appendix

Detailed Commit Log

Note for NIST developers: the output below is from executing the following command against the release branch (main) on a developer workstation: git log origin/main..origin/develop --pretty=oneline --abbrev-commit.

  1. 3a3f16c Bump com.github.erosb:everit-json-schema from 1.14.3 to 1.14.4 (#243)
  2. 1dfb3c0 Bump org.codehaus.mojo:license-maven-plugin from 2.3.0 to 2.4.0 (#244)
  3. 727afa1 Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 (#229)
  4. ed31bce Bump gov.nist.secauto:oss-parent from 26 to 27 (#230)
  5. 42810c2 Bump org.codehaus.mojo:templating-maven-plugin from 1.0.0 to 3.0.0 (#231)
  6. 53ca62f Bump com.google.auto.service:auto-service from 1.0.1 to 1.1.1 (#232)
  7. 2a5ea20 Bump github/codeql-action from 2.22.8 to 3.23.2 (#240)
  8. a8ff018 Bump net.sf.saxon:Saxon-HE from 12.3 to 12.4 (#225)
  9. 51c89a7 Update xmlresolver 5.2.0-5.2.2 to fix pom linting for other deps (#228)
  10. 4b6b205 Add CLI-level integration tests for common commands (#211)
  11. a5cd2e7 Bump org.codehaus.mojo:license-maven-plugin from 2.0.0 to 2.3.0 (#219)
  12. 28dd927 Bump actions/setup-java from 3.13.0 to 4.0.0 (#226)
  13. adffc5a Bump github/codeql-action from 2.22.4 to 2.22.8 (#223)
  14. 77ed1bd Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#224)
  15. eb48f1b Bump commons-io:commons-io from 2.14.0 to 2.15.0 (#215)
  16. d3fbfc0 Bump io.github.git-commit-id:git-commit-id-maven-plugin (#213)
  17. 8f270d8 Bump github/codeql-action from 2.22.3 to 2.22.4 (#212)
  18. 9a173e1 Bump com.github.erosb:everit-json-schema from 1.14.2 to 1.14.3 (#208)
  19. daf3ed3 Fix metaschema-java generated schema name and path for #200. (#201)
  20. 1246d8c Bump github/codeql-action from 2.21.9 to 2.22.3 (#206)
  21. 6b897bd Bump actions/checkout from 4.1.0 to 4.1.1 (#209)
  22. e1aac00 Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#199)
  23. 86ae78f [maven-release-plugin] prepare for next development iteration