Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump template versions #3641

Draft
wants to merge 19 commits into
base: release-0.60.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
# directory itself also contains a build.sbt the dot can be used to
# specify it. Default: ["."]
buildRoots = [ "acceptance-tests" ]
updates.ignore = [
{ groupId = "org.seleniumhq.selenium", artifactId = "selenium-java" }
]
14 changes: 13 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
.. _changelog:

0.60.0
------



0.59.0
------



0.58.1
------

Expand Down Expand Up @@ -83,8 +93,10 @@ Internal Changes
Individual Components
~~~~~~~~~~~~~~~~~~~~~

- `renku-search 0.6.1 <https://github.com/SwissDataScienceCenter/renku-search/releases/tag/v0.6.1>`_
- `renku-search 0.6.1 <https://github.com/SwissDataScienceCenter/renku-search/releases/tag/v0.6.0>`_
- `renku-ui 3.36.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.36.0>`_
- `renku-gateway 1.1.0 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/1.1.0>`_
- `renku-data-services 0.21.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.21.0>`__
- `renku-ui 3.37.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.37.0>`_
- `renku-ui 3.37.1 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.37.1>`_
- `renku-gateway 1.1.0 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/1.1.0>`_
Expand Down
14 changes: 7 additions & 7 deletions cypress-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cypress-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Swiss Data Science Center",
"dependencies": {
"@actions/core": "^1.10.0",
"@renku/notebooks-cypress-tests": "^0.0.10",
"@renku/notebooks-cypress-tests": "^0.0.13",
"cypress": "^12.17.1",
"cypress-localstorage-commands": "^2.2.3",
"typescript": "^4.8.4",
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 @@ -711,10 +711,10 @@ ui:
custom: true
repositories:
- url: https://github.com/SwissDataScienceCenter/renku-project-template
ref: 0.7.2
ref: 0.9.0
name: Renku
- url: https://github.com/SwissDataScienceCenter/contributed-project-templates
ref: 0.7.0
ref: 0.10.0
name: Community
# This defines the threshold for automatically showing a preview when browsing projects' files.
# Above the soft limit, the user receives a warning. Above the hard limit, no preview is available.
Expand Down
Loading