-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sprint production release v2021.11.22 #2137
Comments
/kind documentation |
Group step prescription A new prescription of type "group step" allows prescribing rules in the resolution process based on a group of dependencies that are occurring in the resolution process. This is a higher-level abstraction that allows easier write prescriptions in cases when the resolution process should act differently based on a group of resolved dependencies (not necessarily a sub-graph) and the resolution order is not relevant. See the linked pull-requests to prescriptions repository for examples and online docs for more info. |
Static source code analysis now aggregates also builtins Starting this release, the recommendation engine warns users about the use of possibly dangerous parts of the Python programming language, such as |
Container images endpoint and WARNING: breaking change The old endpoint As a subsequent change, Thamos CLI no longer supports |
Dropped hardware endpoints on User API and dropped WARNING: breaking change We have dropped |
Prescriptions now provide the ability to store metadata Starting this release, prescriptions can state |
jupyterlab-requirements v0.13.0 In this new release, users can see all justifications on the recommended stack directly in their notebook using %horus magic commands. |
new thamos whatprovides and discover command Two new commands have been created thanks to the new endpoint added by @tlegen-k on User-API. thamos whatprovides command -> allow users to identify the package from import names |
Suggesting to use container images without known vulnerabilities New logic in prescriptions-refresh-job computes which tags of container images available and produced by Thoth team do not have known vulnerabilities and suggests downgrading or upgrading the container image tag to users. This way users know which containerized environments are vulnerability-free. |
Making Thoth Datasets accessible via a public bucket and build a Jupyter Book gathering related notebooks and documentation Thoth datasets were removed from the |
we have completed the release of 2021.11.22 🎉 🎊 🥳 FeaturesGroup step prescription A new prescription of type "group step" allows prescribing rules in the resolution process based on a group of dependencies that are occurring in the resolution process. This is a higher-level abstraction that allows easier write prescriptions in cases when the resolution process should act differently based on a group of resolved dependencies (not necessarily a sub-graph) and the resolution order is not relevant. See the linked pull-requests to prescriptions repository for examples and online docs for more info.
Static source code analysis now aggregates also builtins Starting this release, the recommendation engine warns users about the use of possibly dangerous parts of the Python programming language, such as
Container images endpoint and WARNING: breaking change The old endpoint As a subsequent change, Thamos CLI no longer supports
Dropped hardware endpoints on User API and dropped WARNING: breaking change We have dropped Prescriptions now provide the ability to store metadata Starting this release, prescriptions can state
jupyterlab-requirements v0.13.0 In this new release, users can see all justifications on the recommended stack directly in their notebook using %horus magic commands. new thamos whatprovides and discover command Two new commands have been created thanks to the new endpoint added by @tlegen-k on User-API. thamos whatprovides command -> allow users to identify the package from import names Suggesting to use container images without known vulnerabilities New logic in prescriptions-refresh-job computes which tags of container images available and produced by Thoth team do not have known vulnerabilities and suggests downgrading or upgrading the container image tag to users. This way users know which containerized environments are vulnerability-free.
Making Thoth Datasets accessible via a public bucket and build a Jupyter Book gathering related notebooks and documentation Thoth datasets were removed from the Component Updates
Thanks for the amazing work everyone. 💯 |
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.
The text was updated successfully, but these errors were encountered: