Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 15:23
ff4bd39

1.0.0 (2025-02-25)

⚠ BREAKING CHANGES

  • python: Drops support for Python 3.6 and 3.7.

Build

  • docker: upgrade to Ubuntu 24.04 and Python 3.12 (#143) (bac8200)
  • python: add support for Python 3.13 (#146) (1714dbf)
  • python: drop support for Python 3.6 and 3.7 (#143) (cb633e0)

Bug fixes

  • searcher: adapt to the new metadata schema with file indices (#147) (bab9401), closes #148

Code refactoring

Test suite

  • metadater: adapt filtering test after CCID removal (#147) (4ff86a9)

Continuous integration

  • actions: update GitHub actions due to Node 16 deprecation (#143) (a3a898e)
  • actions: upgrade to Ubuntu 24.04 and Python 3.12 (#143) (925c0b5)
  • commitlint: addition of commit message linter (#143) (e01fff8)
  • jsonlint: add JSON linting (#150) (cab5fcb)
  • markdownlint: add Markdown linting (#150) (45a2a5f)
  • prettier: add Prettier code formatting checks (#150) (1020c7c)
  • release-please: increment version number in Dockerfile (#151) (1bbfcd5)
  • release-please: initial Release Please configuration (#143) (5724844)
  • run-tests: add usage help and refactor options (#150) (b9368d8)
  • run-tests: stop properly after running all tests (#145) (357a719)
  • shfmt: add shfmt code formatting checks (#150) (e70291e)
  • yamllint: add YAML linting (#150) (0d70783)

Documentation

  • usage: add an example on how to retrieve container images (#141) (fef3295)