Skip to content

Commit

Permalink
release 0.57.2 (#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Oct 2, 2024
1 parent 7a7cbff commit 67b64b9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
.. _changelog:

0.57.2
------

Renku ``0.57.2`` fixes several bugs in gateway and the `csi-rclone` driver.

User-facing Changes
~~~~~~~~~~~~~~~~~~~

**Bug Fixes**

- **UI**: show the correct repository access status
- **Sessions**: allow paused sessions with cloud storage secrets to resume normally

Internal Changes
~~~~~~~~~~~~~~~~

**Bug Fixes**

- **Gateway**: Fix path rewrite middleware when the path contains escaped characters (`#726 <https://github.com/SwissDataScienceCenter/renku-gateway/pull/726>`__).
- **csi-rclone**: Correctly use OAuth2 tokens for cloud storage to enable mounting.
- **csi-rclone**: Remounting volumes created with older versions did not work.

Individual Components
~~~~~~~~~~~~~~~~~~~~~

- `renku-gateway 1.0.4 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/1.0.4>`_
- `csi-rclone 0.3.2 <https://github.com/SwissDataScienceCenter/csi-rclone/releases/tag/v0.3.2>`__
- `csi-rclone 0.3.3 <https://github.com/SwissDataScienceCenter/csi-rclone/releases/tag/v0.3.3>`__

0.57.1
------

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
condition: notebooks.cloudstorage.s3.installDatashim
- name: csi-rclone
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.3.1"
version: "0.3.3"
condition: global.csi-rclone.install
- name: solr
repository: "oci://registry-1.docker.io/bitnamicharts"
Expand Down
4 changes: 4 additions & 0 deletions helm-chart/renku/templates/authz/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ spec:
- -addr=127.0.0.1:50051
- -tls
- -tls-server-name={{ template "renku.fullname" . }}-authz
timeoutSeconds: 3
periodSeconds: 10
readinessProbe:
exec:
command:
Expand All @@ -116,6 +118,8 @@ spec:
- -addr=127.0.0.1:50051
- -tls
- -tls-server-name={{ template "renku.fullname" . }}-authz
timeoutSeconds: 3
periodSeconds: 10
resources:
{{- toYaml .Values.authz.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ gateway:
secretKey:
image:
repository: renku/renku-gateway
tag: "1.0.3"
tag: "1.0.4"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 67b64b9

Please sign in to comment.