Skip to content

Commit 06e99d2

Browse files
authored
Merge branch 'master' into deploy_ci_on_Azure2
2 parents 659426d + af54b7e commit 06e99d2

3 files changed

Lines changed: 43 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
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+
341
0.67.1
442
------
543

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ sha
253253
shm
254254
Slurm
255255
Snyk
256+
SOLR
257+
Solr
256258
SPARQL
257259
spawner
258260
SQLAlchemy

helm-chart/renku/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
15971597
secretsStorage:
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

0 commit comments

Comments
 (0)