Release 2021.05.10
With these updates, we have completed the release of 2021.05.10
Component Updates
- adviser: v0.29.0
With this change we provide the following new features:
- support for constraints files
- github release notes in the resulting justifications
To support constraints files:
- users need to update thamos to version
thamos>=1.18
- thoth-station/thamos#845 - users need to update thoth s2i to version
>=0.27.0
- thoth-station/s2i-thoth#169 - user-api needs to be updated to
>=0.29.0
- #1205
To support GitHub release notes in justifications, thoth-station/prescriptions#17 can be merged. The prescription-sync-job will update prescriptions in deployments. The merge should happen after adviser>=0.29.0 is available in deployment (stage+prod).
-
Implement support for constraints (thoth-station/adviser#1826)
-
Add github release notes to justification (thoth-station/adviser#1821)
-
Revisit architecture overview (thoth-station/adviser#1816)
-
Minor improvements in docs (thoth-station/adviser#1813)
-
Update database of symbols available for TensorFlow 2.5.0 (thoth-station/adviser#1807)
-
Allow including one pipeline unit multiple times per matched entry (thoth-station/adviser#1806)
-
user-api: v0.25.0
- Accept constraints on advise endpoint. (thoth-station/user-api#1397)
- Fix internal error HTTP status code when exception reporting is on. (thoth-station/user-api#1398)
-
investigator: v0.12.1
- messages are no longer classes (thoth-station/investigator#515)
- F/pydantic consumer (thoth-station/investigator#500)
- Remove adviser re run message consumer (thoth-station/investigator#498)
-
integration-tests: v0.8.2
- updated anaylsis response check scenario and fix platform scenario name (thoth-station/integration-tests#189)
- fix s2i image availabilty check (thoth-station/integration-tests#186)
- change the dir to runtime environment (thoth-station/integration-tests#185)
- reduce timout of some tests (thoth-station/integration-tests#174)
- Call config.reset_config() once advise is done (thoth-station/integration-tests#154)
- Discard any previous config loaded to the current process (thoth-station/integration-tests#162)
-
workflow-helpers: v0.7.1
- Adjust input to thamos method (thoth-station/workflow-helpers#245)
- Adjust adviser rerun logic (thoth-station/workflow-helpers#240)
- Use thamos and not messaging for qeb-hwt workflow (thoth-station/workflow-helpers#239)
- Messaging pydantic (thoth-station/workflow-helpers#236)
- Adjust AdviserTrigger message inputs from qeb advise workflow helper task (thoth-station/workflow-helpers#234)
Thanks, everyone for the work.