Skip to content

Commit

Permalink
chore: bump UI version to 3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed Jan 22, 2024
1 parent c32a562 commit b30796c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Renku ``0.46.1`` contains a bugfix for issues some users are facing when migrati
User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**✨ Improvements**

- **UI**: Improve feedback when starting sessions on outdated projects
(`#2985 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2985>`_).

**🐞 Bug Fixes**

- **Core Service**: Fix migrations not working when the Dockerfile needs to be migrated as well
Expand All @@ -16,6 +21,7 @@ User-Facing Changes
Individual Components
~~~~~~~~~~~~~~~~~~~~~
- `renku-python 2.9.1 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v2.9.1>`_
- `renku-ui 3.17.3 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.17.3>`_


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

0 comments on commit b30796c

Please sign in to comment.