diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4db175dd75..64228c0260 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,9 @@ User-Facing Changes **✨ Improvements** +- **UI**: Convert font-awesome icons to bootstrap icons (`#3173 `_, `#3161 `_) +- **UI**: Improve membership maintenance UX in Renku 2.0 (`#3154 `_) +- **UI**: Small updates to the connected services page (`#3149 `_) Internal Changes ~~~~~~~~~~~~~~~~ @@ -24,11 +27,18 @@ Internal Changes **🐞 Bug Fixes** - **Search Services**: Improve verifying JWT tokens using public key from keycloak +- **UI**: Show project members on the project information page in Renku 2.0 (`#3143 `_) +- **UI**: Fix project page nav in small view ports in Renku 2.0 (`#3168 `_, `#3169 `_) +- **UI**: Update session buttons in Renku 2.0 (`#3172 `_) +- **UI**: Update session badges on the project page of Renku 2.0 (`#3174 `_, `#3175 `_) +- **UI**: Redirect to group page after creation in Renku 2.0 (`#3177 `_) +- **UI**: Show a full page 404 when a group or project is not accessible in Renku 2.0 (`#3162 `_, `#3176 `__, `#3153 `_) Individual Components ~~~~~~~~~~~~~~~~~~~~~ - `renku-search 0.2.0 `_ +- `renku-ui 3.28.0 `_ 0.52.1 ------ diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 2426b7e04f..9c4483bc86 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -672,7 +672,7 @@ ui: replicaCount: 1 image: repository: renku/renku-ui - tag: "3.27.0" + tag: "3.28.0" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -861,7 +861,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "3.27.0" + tag: "3.28.0" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: ""