diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3506cd143b..4cd48e28bd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,10 @@ .. _changelog: +0.59.0 +------ + + + 0.58.0 ------ @@ -119,7 +124,7 @@ Individual Components Renku `0.57.0` brings a suite of new features and improvements to the Renku 2.0 beta. As a main highlight, you can now save and reuse the credentials for data sources. No more copy/paste on every session launch! We have also made small improvements to sharing, search, and sessions in Renku 2.0. -For a full list of changes, see the list below. +For a full list of changes, see the list below. NOTE to administrators: Upgrading the `csi-rclone` component will unmount all cloud storage for all diff --git a/acceptance-tests/build.sbt b/acceptance-tests/build.sbt index d2107dbcc8..c46d51264e 100644 --- a/acceptance-tests/build.sbt +++ b/acceptance-tests/build.sbt @@ -43,7 +43,7 @@ libraryDependencies += "org.scalacheck" %% "scalacheck" libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.1" % Test libraryDependencies += "org.seleniumhq.selenium" % "selenium-http-jdk-client" % "4.13.0" % Test -libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.18.1" % Test +libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.24.0" % Test libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "2.0.13" % Test libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4" % Test libraryDependencies += "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test