File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.. _changelog :
22
3+ 0.67.2
4+ ------
5+
6+ Renku ``0.67.2 `` fixes several bugs in the data services backend.
7+
8+ User-Facing Changes
9+ ~~~~~~~~~~~~~~~~~~~
10+
11+ **🐞 Bug Fixes **
12+
13+ - **Data services **: Surface more specific message when Git integrations expire.
14+ - **Data services **: Fix a bug where modifying the resource class of a hibernated
15+ session would cause it to not start back up when resumed.
16+ - **Data services **: Data connectors were failing to copy when copying projects.
17+
18+ Internal Changes
19+ ~~~~~~~~~~~~~~~~
20+
21+ **Improvements **
22+
23+ - **Data services **: Add support for user-defined queries in the search. Note, that the
24+ search in the data services is still under development and not available to users.
25+
26+ **Bug Fixes **
27+
28+ - **Data services **: Make validation of slugs in responses more lenient to avoid unnecessary validation errors.
29+ - **Data services **: Handle cases where the session pod may be missing when listing logs.
30+ - **Data services **: There are cases when old session secrets may not have been cleaned up properly.
31+ In this case starting a new would fail, now we can patch and edit these secrets and properly start the session.
32+ - **Data services **: Re-provision the search index in Solr if a migration requires it.
33+ - **Data services **: Properly parse durations with high values in the session specifications.
34+ - **Data services **: Update search documents without optimistic concurrency control.
35+
36+ Individual components
37+ ~~~~~~~~~~~~~~~~~~~~~~
38+
39+ - `renku-data-services 0.38.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.38.0 >`_
40+
3410.67.1
442------
543
Original file line number Diff line number Diff line change 253253shm
254254Slurm
255255Snyk
256+ SOLR
257+ Solr
256258SPARQL
257259spawner
258260SQLAlchemy
Original file line number Diff line number Diff line change @@ -1510,14 +1510,14 @@ dataService:
15101510 create : true
15111511 image :
15121512 repository : renku/renku-data-service
1513- tag : " 0.37.1 "
1513+ tag : " 0.38.0 "
15141514 pullPolicy : IfNotPresent
15151515 backgroundJobs :
15161516 events :
15171517 resources : {}
15181518 image :
15191519 repository : renku/data-service-background-jobs
1520- tag : " 0.37.1 "
1520+ tag : " 0.38.0 "
15211521 pullPolicy : IfNotPresent
15221522 total :
15231523 resources : {}
@@ -1597,7 +1597,7 @@ authz:
15971597secretsStorage :
15981598 image :
15991599 repository : renku/secrets-storage
1600- tag : " 0.37.1 "
1600+ tag : " 0.38.0 "
16011601 pullPolicy : IfNotPresent
16021602 service :
16031603 type : ClusterIP
You can’t perform that action at this time.
0 commit comments