-
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 v2022.03.14 #2393
Comments
Notify users when they use PyTorch index Newly, the resolver notifies users if they consume releases from the PyTorch index. |
Memory optimizer in adviser If Thoth's adviser consumes too much memory and is killed on OOM in a deployment, a memory optimizer can be turned on. The memory optimizer removes data from some of the internal data structures to optimize memory consumption. This can slow down finding a resolved set of dependencies or making the search not that optimal. Users, however, can get results instead of OOM. |
we have completed the release for v2022.03.14 🎉 🎊 🥳 FeaturesNotify users when they use PyTorch index Newly, the resolver notifies users if they consume releases from the PyTorch index. Memory optimizer in adviser If Thoth's adviser consumes too much memory and is killed on OOM in a deployment, a memory optimizer can be turned on. The memory optimizer removes data from some of the internal data structures to optimize memory consumption. This can slow down finding a resolved set of dependencies or making the search not that optimal. Users, however, can get results instead of OOM.
Created new handler that uses image analysis results and generate new prescriptions Automatically propagated from the container image analyses - the container image analysis would provide how Pipfile looked like on image build and that information will be part of the image analyses information derived by package-extract (similarly as we propagate information about RPM packages). In this case, we implemented a handler in prescriptions-refresh-job that:
References:
Automatically bump base image versions to latest available on Quay A new script integrated in the
Fix method to iterate on thoth files slo-reporter was not able to provide an analysis of adviser results. advise-reporter logic was not able to read adviser files, due to a method in thoth-storages. Iterating over files in a bucket gives empty lists even if files exist because the prefix used to identify them is using a default value that is not updated. The value RESULT_TYPE is fixed. Component Updates
Thanks for the amazing work everyone. 💯 |
Automatically bump base image versions to latest available on Quay A new script integrated in the |
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
/milestone 2022.03.14
/priority important-soon
The text was updated successfully, but these errors were encountered: