Skip to content

Commit

Permalink
refactor: revamp design for Renku 2.0 (#3726)
Browse files Browse the repository at this point in the history
New design for Renku 2.0 pages based on Bootstrap v5.3 components
SwissDataScienceCenter/renku-ui#3214
  • Loading branch information
lorenzo-cavazzi authored Aug 6, 2024
1 parent 572695b commit 245b0b8
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.56.0
------

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

**✨ Improvements**

- Revamp design for Renku 2.0 (`#3214 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3214>`__).

**🐞 Bug Fixes**

- Use standard HTML input fields for secret values (`#3233 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3233>`__).

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

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

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

0 comments on commit 245b0b8

Please sign in to comment.