Skip to content

Commit

Permalink
feat: update renku-ui to 3.38.0 (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code authored and Panaetius committed Oct 17, 2024
1 parent a44c930 commit 080ab71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
0.59.0
------

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

**✨ Improvements**

- **UI**: Add a playful design for the 404 and application error pages (`#3248 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3248>`__).
- **UI**: Update redirect page styles (`#3257 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3257>`__).
- **UI**: Remove Renku 2.0 beta warning alert from dashboard (`#3357 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3357>`__).

**🐞 Bug Fixes**

- **UI**: Fix styles for the edit launcher environment list (`#3360 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3360>`__).

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

Expand All @@ -14,6 +27,7 @@ Individual Components
~~~~~~~~~~~~~~~~~~~~~

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

0.58.1
------
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 @@ -654,7 +654,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.37.1"
tag: "3.38.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -843,7 +843,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.37.1"
tag: "3.38.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 080ab71

Please sign in to comment.