Skip to content

Commit

Permalink
feat: update renku-ui to 3.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code committed Jan 14, 2025
1 parent 7c2440c commit 5d18b6e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
0.64.0
------

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**Improvements**

- **UI**: Early access to Renku 2.0 now available for users to try out. (`#3474 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3474>`__).

**🐞 Bug Fixes**

- **UI**: Display all data connector password fields (`#3477 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3477>`__).

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

- `renku-ui 3.46.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.46.0>`_


0.63.0
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.45.0"
tag: "3.46.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -708,7 +708,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.45.0"
tag: "3.46.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 5d18b6e

Please sign in to comment.