Skip to content

Release v2022.06.22

Compare
Choose a tag to compare
@harshad16 harshad16 released this 22 Jun 18:29
· 250 commits to master since this release
b488868

we have completed the release for v2022.06.20 πŸŽ‰ 🎊 πŸ₯³

Features

Project Thoth-station help site is up

Users can now use the project thoth-station help site https://thoth-station.ninja/help/, to get details on support, project thoth-station community structure, and metrics on the project.

Allow certain CVEs to be present in the application

Users of Thoth can now configure selectively which CVEs can be present in the application. It is possible to select which CVEs can be present in the application by enumerating them in the .thoth.yaml configuration file in labels section (comma separated listing):

labels:
  allow-cve: PYSEC-2014-10,PYSEC-2014-22,PYSEC-2014-23

Another option is to pass labels configuration to Thamos CLI:

thamos advise --labels allow-cve=PYSEC-2014-10,PYSEC-2014-22,PYSEC-2014-23

First Thoth Adviser GitHub Action release

The Thoth Adviser GitHub Action is now available on the GitHub Marketplace.

The action now supports overlays for users to get advise on different runtime environments:

And allows to ignore CVE specified in input:

Component Updates

Thanks for the amazing work everyone. πŸ’―

What's Changed

Full Changelog: v2022.05.31...v2022.06.22