Skip to content

Commit

Permalink
chore: update renku-ui to 3.45.0 (#3864)
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Roškar <[email protected]>
  • Loading branch information
ciyer and rokroskar authored Jan 8, 2025
1 parent 4120a0a commit 4dcd546
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
0.63.0
------

This release introduces copying projects. This feature makes it easy for course instructors to distribute course materials to students.

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

**🌟 New Features**

- **UI**: Introduce the ability to make a copy of a project, and to mark a project as a template intended for copying. (`#3427 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3427>`__).

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

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

0.62.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 @@ -519,7 +519,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.44.1"
tag: "3.45.0"
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.44.1"
tag: "3.45.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 4dcd546

Please sign in to comment.