Skip to content

Commit 7f68074

Browse files
authored
'Release of version 2023.01.24' (#2738)
Signed-off-by: Kebechet <[email protected]>
1 parent 918e583 commit 7f68074

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
2+
## Release 2023.01.24 (2023-01-24T04:50:42)
3+
* 918e5830 :ship: Bump up version of the updated component in release v2023.01.23 (#2736)
4+
* 9b687f08 :link: Split the investigator consumer based on namespace (#2734)
5+
* 8c111531 :ship: Deploy the Tag v0.17.0 for investigator
6+
* d1122dc7 :ship: Deploy the Tag pr-680 for investigator
7+
* 27c8c0fa Update OWNERS
8+
* 5523d765 temporarily disable message sending after adviser is complete
9+
* f8086881 :pushpin: Upgrade user-api in stage cluster for cachemiss error fix (#2732)
10+
* eb51159c :ship: Deploy the Tag v0.35.10 for user-api
11+
* eb8da84c :play_or_pause_button: Resume graph-refresh-job for data ingestion (#2731)
12+
* 0f3baccc :pushpin: Upgrade the all components using thoth-storages in stage cluster (#2730)
13+
* 854952f3 :ship: Deploy the Tag v0.11.1 for graph-sync-job
14+
* 7b033caf :ship: Deploy the Tag v0.35.9 for user-api
15+
* 30161eb1 :ship: Deploy the Tag v0.5.7 for cve-update-job
16+
* 2f13521b :ship: Deploy the Tag v0.9.16 for workflow-helpers
17+
* 3f5af098 :ship: Deploy the Tag v0.11.3 for reporter
18+
* d17256f5 :ship: Deploy the Tag v0.16.5 for investigator
19+
* ca40b2f0 :ship: Deploy the Tag v0.6.5 for graph-metrics-exporter
20+
* 3530e33e :ship: Deploy the Tag v0.10.1 for graph-backup-job
21+
* d3cc7f2b :ship: Deploy the Tag v0.3.22 for graph-refresh-job
22+
* 951f33db :pushpin: Upgrade the metrics-exporter in stage cluster (#2729)
23+
* 88073544 :ship: Deploy the Tag v0.21.4 for metrics-exporter
24+
* ddaf3ea0 :pushpin: Upgrade the management-api in stage cluster (#2728)
25+
* fe8828b3 :ship: Deploy the Tag v0.18.11 for management-api
26+
* c519f1f4 :pushpin: Upgrade the graph-sync and solver in stage cluster (#2726)
27+
* 7d988885 :ship: Deploy the Tag v0.11.0 for graph-sync-job
28+
* cda45aef :ship: Deploy the Tag v1.15.0 for solver
29+
* e318e3ce :ship: Deploy the Tag v1.15.0 for solver
30+
* 6a44d144 :ship: Deploy the Tag v1.15.0 for solver
31+
* 6804a6a5 :face_in_clouds: Remove unused env var in graph-sync job
32+
* 5beac8ab :face_in_clouds: Updating the kafka certs for smaug cluster deployment (#2723)
33+
* 78c67b60 Suspend prescription refresh execution
34+
* e5715793 :pause_button: Pause the graph-refresh job for sync period to stabilize (#2721)
35+
* aecceda2 :lock: Update the certs for the stage and test URLs (#2719)
36+
* 99016d90 :ship: Deploy the Tag pr-680 for investigator
37+
* 51e7abe6 :ship: Release of version 2022.12.05 (#2717)
138
## Release 2022.12.05 (2022-12-05T15:58:02)
239

340
* 2b6fe3f9 :ship: Bump up version of the updated component in release v2022.12.05 (#2715)

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Thoth Application."""
22

33
__name__ = "thoth-station"
4-
__version__ = "2022.12.05"
4+
__version__ = "2023.01.24"

0 commit comments

Comments
 (0)