-
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 2022.01.17 #2238
Comments
/kind documentation |
TensorFlow 2.8 symbols Thoth's database of TensorFlow symbols has been updated. It now keeps also symbols for the upcoming TensorFlow~=2.8.0 releases. This way, users of Thoth can get recommendations based on TF API used. |
API endpoint for listing available Python package versions for environments Starting this release, consumers of Thoth's user-api endpoints can list Python versions solved based on environments. An example can be an HTTP GET request to obtain all the releases of flask solved by Thoth for UBI8 Python 3.8 environment. |
API endpoint for obtaining Python package metadata and dependency information Yet another new endpoint exposes information about Python package metadata computed and kept up to date by the system. This endpoint shows metadata for versions of Python packages, but also includes dependency information that cannot be found on PyPI - this dependency information is specific for environments used to solve packages and does not include just "latest" as in case of deps.dev. The dependency information is kept up to date by the system (based on new releases monitored on indexes, analyzed, and solved by Thoth). This new endpoint replaces |
Proper paginating in User API REST endpoints Consumers of Thoth User API REST endpoints are now able to browse exposed content respecting pagination. The pagination information is available in HTTP response headers on endpoints that provide paginated entries. Notably, HTTP headers provide:
Related: |
A new sub-command verifies the correctness of requirements based on their hash. This way, the newly introduced sub-command |
Prescription refresh workflow has a new handler for image analysis This handler uses information collected from image analysis to create prescriptions about container images. In this way, users can identify secure, maintained containers to run their applications directly from Thoth recommendations. |
Polished and updated OpenAPI specification for Thoth User API This release is shipped with polished and updated OpenAPI specification which documents endpoints, inputs, responses: |
Added detailed Python package routing in Thoth Search This release uses the new User API metadata endpoint that breaks down metadata into OS name, version, and Python version. Selectors were added to accommodate this change . |
Prioritizing Thoth data and changing the name to search In this release, Thoth Search is renamed to search and no longer uses PyPi data as a source. If Thoth has no info on a package, then it is given null values. |
Managing Vulnerabilities with Thoth Tutorial The Managing Vulnerabilities with Thoth tutorial based on |
The Sprint 77 Demo Session recordings have been published at https://www.youtube.com/playlist?list=PLqUa1GcGMO-6D09e_bLE7F-PoHYS1Krjv |
we have completed the 1st release of 2022. FeaturesTensorFlow 2.8 symbols Thoth's database of TensorFlow symbols has been updated. It now keeps also symbols for the upcoming TensorFlow~=2.8.0 releases. This way, users of Thoth can get recommendations based on TF API used.
API endpoint for listing available Python package versions for environments Starting this release, consumers of Thoth's user-api endpoints can list Python versions solved based on environments. An example can be an HTTP GET request to obtain all the releases of flask solved by Thoth for UBI8 Python 3.8 environment.
API endpoint for obtaining Python package metadata and dependency information Yet another new endpoint exposes information about Python package metadata computed and kept up to date by the system. This endpoint shows metadata for versions of Python packages, but also includes dependency information that cannot be found on PyPI - this dependency information is specific for environments used to solve packages and does not include just "latest" as in case of deps.dev. The dependency information is kept up to date by the system (based on new releases monitored on indexes, analyzed, and solved by Thoth). This new endpoint replaces
Proper paginating in User API REST endpoints Consumers of Thoth User API REST endpoints are now able to browse exposed content respecting pagination. The pagination information is available in HTTP response headers on endpoints that provide paginated entries. Notably, HTTP headers provide:
Related:
A new sub-command verifies the correctness of requirements based on their hash. This way, the newly introduced sub-command Prescription refresh workflow has a new handler for image analysis This handler uses information collected from image analysis to create prescriptions about container images. In this way, users can identify secure, maintained containers to run their applications directly from Thoth recommendations.
Polished and updated OpenAPI specification for Thoth User API This release is shipped with polished and updated OpenAPI specification which documents endpoints, inputs, responses: Added detailed Python package routing in Thoth Search This release uses the new User API metadata endpoint that breaks down metadata into OS name, version, and Python version. Selectors were added to accommodate this change . Prioritizing Thoth data and changing the name to search In this release, Thoth Search is renamed to search and no longer uses PyPi data as a source. If Thoth has no info on a package, then it is given null values. Managing Vulnerabilities with Thoth Tutorial The Managing Vulnerabilities with Thoth tutorial based on
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: