thoth-station / thoth-application

Thoth-Station ArgoCD Applications
GNU General Public License v3.0
12 stars 22 forks source link

sprint production release 2022.06.20 #2553

Closed harshad16 closed 2 years ago

harshad16 commented 2 years ago

Hello, Thoth-station!

This Issue would be used for the current sprint cycle production release. By the end of the sprint cycle, we will consolidate the information of thoth-station components features upgrade and fixes in this issue.

/kind documentation /area release-eng /triage accepted /priority important-soon

fridex commented 2 years ago

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
mayaCostantini commented 2 years ago

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:

harshad16 commented 2 years ago

we have completed the release for v2022.06.20 :tada: :confetti_ball: :partying_face:

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. :100: