Skip to content

Commit 85d0b05

Browse files
khebhut[bot]Kebechet
and
Kebechet
authored
Release of version 2021.04.26 (#1198)
Co-authored-by: Kebechet <[email protected]>
1 parent 7c94176 commit 85d0b05

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

CHANGELOG.md

+74
Original file line numberDiff line numberDiff line change
@@ -1197,3 +1197,77 @@
11971197
* :guardsman: updated thoth secrets across the board (#1137)
11981198
* Revert ":guardsman: updated kafka certs for prod cluster (#1135)" (#1136)
11991199
* :guardsman: updated kafka certs for prod cluster (#1135)
1200+
1201+
## Release 2021.04.26 (2021-04-26T04:54:56)
1202+
### Features
1203+
* Fix the resource of the branchprotection cronjob
1204+
* Bump slo-reporter to v0.14.1 (#1194)
1205+
* :arrow_up: bounced integration-tests to v0.8.1
1206+
* :sparkles: let's see if component based owners help somehow
1207+
* :ship: Deploy the Tag v0.14.1 for slo-reporter
1208+
* :sparkles: add sig/observability
1209+
* Revert ":guardsman: remove the expired gpg key from the sops config (#1186)" (#1192)
1210+
* add Kebechet slug to openshift templates (default null) (#1190)
1211+
* :books: updated the environment docs with the database and extension (#1188)
1212+
* Bump advise-reporter-v0.7.4 (#1191)
1213+
* :ship: Deploy the Tag v0.7.4 for advise-reporter
1214+
* :ship: Deploy the Tag v0.8.1 for integration-tests
1215+
* update reporting components (#1189)
1216+
* :ship: Deploy the Tag v0.7.3 for advise-reporter
1217+
* :ship: Deploy the Tag v0.14.0 for slo-reporter
1218+
* :ship: Deploy the Tag pr-189 for advise-reporter
1219+
* :whale: update secrets based on the zero prod cluster (#1187)
1220+
* :guardsman: remove the expired gpg key from the sops config (#1186)
1221+
* :ship: Deploy the Tag v0.7.2 for advise-reporter
1222+
* :ship: Deploy the Tag v0.7.1 for advise-reporter
1223+
* :ship: Deploy the Tag v0.7.0 for advise-reporter
1224+
* :books: Updated the resource consumptions based on components
1225+
* Pass constraints.txt as an input to adviser (#1183)
1226+
* Store in zero-prod on s3 in Operate First (#1173)
1227+
* :arrow_up: add aicoe-ci/prow/pytest to required checks for integration-tests repository
1228+
* :sparkles: reduced the frequency of lifecycle management periodic jobs
1229+
* :sparkles: add lifecycle management
1230+
* :ship: Deploy the Tag v0.7.1 for workflow-helpers
1231+
* :sparkles: 🚀 add label_sync for AICoE org
1232+
* :ship: Deploy the Tag pr-245 for workflow-helpers
1233+
* :ship: Deploy the Tag v0.7.0 for workflow-helpers
1234+
* :sparkles: added AICoE/Varangian
1235+
* set resources for the prow perodic job
1236+
* :ship: Deploy the Tag v0.14.0 for messaging
1237+
* :ship: Deploy the Tag v0.24.3 for user-api
1238+
* :ship: Deploy the Tag v0.24.2 for user-api
1239+
* :ship: Deploy the Tag v1.3.8 for mi-scheduler
1240+
* Bump User API to v0.24.1 in stage environment (#1170)
1241+
* Bump adviser to v0.28.0 in stage environment (#1168)
1242+
* Additionally restrict unauthenticated parts of the workflows (#1167)
1243+
* Enable prescription sync job in stage environment (#1146)
1244+
* :ship: Deploy the Tag v0.24.1 for user-api
1245+
* :zap: allow in-repo prow job defining for s2i image repos
1246+
* :ship: Deploy the Tag v0.28.0 for adviser
1247+
* :guardsman: set different secret for app-secret from thoth token (#1165)
1248+
* Fix parameters in the template (#1164)
1249+
* :ship: Deploy the Tag v0.11.2 for investigator
1250+
* Add missing User API token (#1163)
1251+
* :ship: Deploy the Tag v0.11.1 for investigator
1252+
* :guardsman: set prow ssh cerds for private repo support (#1162)
1253+
* :bug: added log_level=debug for prow config
1254+
* :arrow_up: update imagestreamtags of prow
1255+
### Bug Fixes
1256+
* :bug: fix the token used to auth w/ github
1257+
* :bug: fix the commenter imagestream
1258+
* :bug: fixed the aicoe label_sync job: it was there twice :/
1259+
* :bug: fixed AICoE/Varangian bug in config.yaml
1260+
* :bug: fix the periodic command of integration-tests
1261+
* :fire: fix the prow label sync imagestream for argocd
1262+
* :fire: fix the prow hook route needs to point to hook service
1263+
* :fire: fix the prow imagestream tags
1264+
### Improvements
1265+
* :sparkles: 🚱 set resource limits and quota for branchprotector cronjob
1266+
* Modify qeb-hwt to use thamos instead of messaging (#1180)
1267+
* :robot: updated the pull request template for thoth-application (#1177)
1268+
* :arrow_up: bump up the investigator and messaging for the prod (#1176)
1269+
* :arrow_up: bump up the user-api 0.24.3 in the prod (#1175)
1270+
* :arrow_up: bump up the investigator and messaging for the zero-test (#1174)
1271+
* update integration test periodic (#1172)
1272+
* :turtle: set the role for argo-admin and argo for workflows (#1161)
1273+
* :arrow_up: updated plugin config format, see https://github.com/kubernetes/test-infra/issues/20631\#issuecomment-787693609

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__ = "2021.04.12"
4+
__version__ = "2021.04.26"

0 commit comments

Comments
 (0)