Skip to content

Commit

Permalink
chore: update renku-ui to 3.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed Jan 15, 2025
1 parent 43d25a3 commit 93885a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ User-Facing Changes
**🐞 Bug Fixes**

- **UI**: Display all data connector password fields (`#3477 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3477>`__).
- **Data services**: Reenable S3 customizations for data connectors, which adds back the Switch S3 provider(`#606 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/606>`__)
- **UI**: Do not set default values for data connector fields (`#3483 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3483>`__).
- **UI**: Redirect properly when changing slug (`#3467 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3467>`__).
- **Data services**: Re-enable S3 customizations for data connectors, which adds back the Switch S3 provider(`#606 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/606>`__)

Internal Changes
~~~~~~~~~~~~~~~~
Expand All @@ -43,6 +45,7 @@ Individual Components
- `renku-data-services 0.31.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.31.0>`_
- `renku-data-services 0.31.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.31.1>`_
- `renku-ui 3.46.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.46.0>`_
- `renku-ui 3.46.1 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.46.1>`_


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.46.0"
tag: "3.46.1"
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.46.0"
tag: "3.46.1"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 93885a9

Please sign in to comment.