diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e4eb4057..031b20f90 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,15 @@ compute systems, from a Renku session in a standardized and shareable manner. Co secrets is easy too: configure a single session secret slot to ensure that the secret shows up the same way for everyone, and each person enters their own value. +This release removes the Gitlab omnibus Helm chart that we created and used to have as a dependency +of the Renku Helm chart. We have been discouraging anyone from using +this chart in production and we specified this in our documentation as well. + +If you are using the internal Gitlab Helm chart then ensure to migrate to a separate +Gitlab deployment as specified in our `documentation `_. +before installing this or any subsequent Renku version. Gitlab publishes an official Helm chart and +that is what should be used for deploying Gitlab with Helm. + User-Facing Changes ~~~~~~~~~~~~~~~~~~~ @@ -22,15 +31,6 @@ Internal Changes - **Data services**: Support saving session secrets in Renku 2.0 projects and mounting them in sessions. -This release removes the Gitlab omnibus Helm chart that we created and used to have as a dependency -of the Renku Helm chart. We have been discouraging anyone from using -this chart in production and we specified this in our documentation as well. - -If you are using the internal Gitlab Helm chart then ensure to migrate to a separate -Gitlab deployment as specified in our `documentation `_. -before installing this or any subsequent Renku version. Gitlab publishes an official Helm chart and -that is what should be used for deploying Gitlab with Helm. - **Improvements** - **Infrastructure Components**: ``redis`` has been upgraded from version ``7.0.7`` to ``7.4.1``