Skip to content

Commit

Permalink
release 0.56.3 (#3742)
Browse files Browse the repository at this point in the history
* chore: create release 0.56.3

* fix: upgrade data services to 0.19.1
  • Loading branch information
RenkuBot authored Aug 30, 2024
1 parent 4aeae27 commit 15a50f9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
.. _changelog:

0.56.3
------

Renku ``0.56.3`` fixes a bug in renku-data-services where strict user email validation
was causing problems with the admin panel and listing users.

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

**🐞 Bug Fixes**

- **Data Services**: do not validate user emails because Keycloak can contain invalid emails

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

- `renku-data-services 0.19.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.19.1>`__

0.56.2
------

Expand Down
6 changes: 3 additions & 3 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1603,14 +1603,14 @@ platformInit:
dataService:
image:
repository: renku/renku-data-service
tag: "0.19.0"
tag: "0.19.1"
pullPolicy: IfNotPresent
backgroundJobs:
events:
resources: {}
image:
repository: renku/data-service-background-jobs
tag: "0.19.0"
tag: "0.19.1"
pullPolicy: IfNotPresent
total:
resources: {}
Expand Down Expand Up @@ -1663,7 +1663,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.19.0"
tag: "0.19.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 15a50f9

Please sign in to comment.