Skip to content

Release v2023.01.23

Latest
Compare
Choose a tag to compare
@harshad16 harshad16 released this 24 Jan 04:53
· 23 commits to master since this release
7f68074

we have completed the release for v2023.01.23 🎉 🎊 🥳
With the start of 2023, the team focused on fixing bugs in this sprint.

Fixes

Fix congestion in data ingestion due to kafka consumer
one kafka consumer in the investigator was being used to handle all kafka topics. However as our data ingestion is growing date-to-date, it was causing congestion for the consumer. With the split of topic-based on data ingestion and data services between different consumers per namespace, the issue is now handled.

Solvers failure due to unique constraint violation
Some of the solver workflow runs were failing due to unique constraint violations. The issue was being caused by unique constraints and an update of the table with new data. with the fix of the update function and fixing the SQL table configuration, this is resolved.

Component Updates

Thanks for the amazing work everyone. 💯

What's Changed

  • Fix the amun-api deployment with web concurrency set by @harshad16 in #2701
  • upgrade kebechet for the release fix by @harshad16 in #2706
  • 📉 Setup monitoring for stage systems by @harshad16 in #2703
  • 📦 Use the new monitoring deployment in thoth-station component by @harshad16 in #2705
  • Fix imagestream issue for workflow-helper by @harshad16 in #2708
  • Upgrade kebechet image version to v1.11.2 by @harshad16 in #2709
  • Upgrade workflow helper image version to v0.9.15 by @harshad16 in #2710
  • make callback secret optional by @KPostOffice in #2702
  • Disable pulp index sync job for temporary fix by @harshad16 in #2712
  • Upgrade management-api in prod to get storage v0.73.6 changes by @harshad16 in #2713
  • Upgrade management-api in prod to get storage v0.73.6 changes by @harshad16 in #2714
  • 🚢 Bump up version of the updated component in release v2022.12.05 by @harshad16 in #2715
  • 🚢 Release of version 2022.12.05 by @harshad16 in #2717
  • 🔒 Update the certs for the stage and test URLs by @harshad16 in #2719
  • ⏸️ Pause the graph-refresh job for sync period to stabilize by @harshad16 in #2721
  • Suspend prescription refresh execution by @codificat in #2722
  • 😶‍🌫️ Updating the kafka certs for smaug cluster deployment by @harshad16 in #2723
  • 📌 Upgrade the graph-sync and solver in stage cluster by @harshad16 in #2726
  • 📌 Upgrade the management-api in stage cluster by @harshad16 in #2728
  • 📌 Upgrade the metrics-exporter in stage cluster by @harshad16 in #2729
  • 📌 Upgrade the all components using thoth-storages in stage cluster by @harshad16 in #2730
  • ⏯️ Resume graph-refresh-job for data ingestion by @harshad16 in #2731
  • 😶‍🌫️ Remove unused env var in graph-sync job by @harshad16 in #2727
  • 📌 Upgrade user-api in stage cluster for cachemiss error fix by @harshad16 in #2732
  • temporarily disable message sending after adviser is complete by @KPostOffice in #2733
  • 🔗 Split the investigator consumer based on namespace by @harshad16 in #2734
  • 🚢 Bump up version of the updated component in release v2023.01.23 by @harshad16 in #2736
  • Release of version 2023.01.24 by @khebhut in #2738

Full Changelog: v2022.11.14...v2023.01.24