diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9292855dd..c6a7d8049 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `__). + +Individual Components +~~~~~~~~~~~~~~~~~~~~~ + +- `renku-ui 3.45.0 `_ 0.62.1 ------ diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 861141b0f..6b1ef3231 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -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. @@ -708,7 +708,7 @@ ui: keepCookies: [] image: repository: renku/renku-ui-server - tag: "3.44.1" + tag: "3.45.0" pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: ""