Skip to content

Commit

Permalink
Merge branch 'release-0.57.0' into 000-update-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Aug 21, 2024
2 parents 8c59de2 + 57114d3 commit bd3d147
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
renku-notebooks: ${{ steps.deploy-comment.outputs.renku-notebooks}}
renku-ui: ${{ steps.deploy-comment.outputs.renku-ui}}
renku-data-services: ${{ steps.deploy-comment.outputs.renku-data-services}}
amalthea: ${{ steps.deploy-comment.outputs.amalthea}}
test-enabled: ${{ steps.deploy-comment.outputs.test-enabled}}
extra-values: ${{ steps.deploy-comment.outputs.extra-values}}
steps:
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
renku_notebooks: "${{ needs.check-deploy.outputs.renku-notebooks }}"
renku_ui: "${{ needs.check-deploy.outputs.renku-ui }}"
renku_data_services: "${{ needs.check-deploy.outputs.renku-data-services }}"
amalthea: "${{ needs.check-deploy.outputs.amalthea }}"
extra_values: "${{ needs.check-deploy.outputs.extra-values }}"
- name: Check existing renkubot comment
if: needs.check-deploy.outputs.pr-contains-string == 'true'
Expand Down
78 changes: 77 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,64 @@
.. _changelog:


0.57.0
------



0.56.0
------

Renku ``0.56.0`` adds new features and improvements to several components.

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

**🌟 New Features**

- **UI**: Update incidents and maintenance banner and summary (`#3220 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3220>`__)
- **UI**: Add incidents and maintenance section in the admin panel (`#3220 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3220>`__)
- **Data Services**: Add platform configuration

**✨ Improvements**

- Revamp design for Renku 2.0 (`#3214 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3214>`__).

**🐞 Bug Fixes**

- Use standard HTML input fields for secret values (`#3233 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3233>`__).

Internal Changes
~~~~~~~~~~~~~~~~

**Improvements**

- * **Amalthea**: Sessions can now run correctly on Kubernetes version 1.29.

**🐞 Bug Fixes**

- * **Amalthea**: Fix the repository for the scheduler image in the Amalthea Helm chart.
- * **Amalthea**: Properly load the namespace configuration when starting the operator.
- * **Amalthea**: Fix the missing health check endpoint for the old operator.

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

- `renku-data-services 0.18.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.18.0>`_
- `renku-data-services 0.18.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.18.1>`_
- `renku-ui 3.32.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.32.0>`_
- `renku-ui 3.33.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.33.0>`_
- `amalthea 0.12.0 <https://github.com/SwissDataScienceCenter/amalthea/releases/tag/0.12.0>`_
- `amalthea 0.12.1 <https://github.com/SwissDataScienceCenter/amalthea/releases/tag/0.12.1>`_
- `amalthea 0.12.2 <https://github.com/SwissDataScienceCenter/amalthea/releases/tag/0.12.2>`_

0.55.0
------

Renku ``0.55.0`` introduces user and group pages in Renku 2.0, where you can see all projects owned
by those people. In addition, you can now fully take advantage of RenkuLab resources in Renku 2.0 by
setting a resource class for your session launchers.

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

Expand All @@ -17,6 +73,8 @@ User-Facing Changes
- **Search Services**: Renku 2.0: Show creator name and project namespace in search results,
where before only the respective ids were included (`#3198 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3198>`__)

- **UI**: Renku 2.0: Support setting a default resource class for a session launcher in Renku 2.0 (`#3196 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3196>`__)

Internal Changes
~~~~~~~~~~~~~~~~

Expand All @@ -31,8 +89,26 @@ Individual Components

- `renku-data-services 0.17.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.17.0>`_
- `renku-search 0.4.0 <https://github.com/SwissDataScienceCenter/renku-search/releases/tag/v0.4.0>`_
- `renku-ui 3.30.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.30.0>`_
- `renku-ui 3.31.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.31.0>`_

0.54.2
------

Renku ``0.54.2`` fixes a bug with testing the cloud storage connection for WebDAV.

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

**🐞 Bug Fixes**

- **Data Services**: Fix verifying cloud storage connection not working with WebDAV by correctly obscuring RClone values.

Individual components
~~~~~~~~~~~~~~~~~~~~~~

- `renku-data-services 0.16.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.16.1>`__

0.54.1
------

Expand Down Expand Up @@ -227,7 +303,7 @@ session on the Start with Options page. More details on this feature can be foun
[documentation](https://renku.readthedocs.io/en/stable/topic-guides/secrets/secrets.html).

Administrators can customize the culling times (the length of time before an idle session is paused
or a paused session is deleted) for different resource pools.
or a paused session is deleted) for different resource pools.

This release also contains new features related to Renku 2.0. However, Renku 2.0 is still
in early development and is not yet accessible to users. For more information, see our
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinxcontrib-plantuml==0.26
sphinx>=4.1
sphinx>=4.1,<7.0
sphinxcontrib-mermaid==0.9.2
sphinxcontrib-napoleon==0.7
sphinx-click==5.0.1
Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ vertices
viewmodel
vis
vm
WebDAV
webhook
webhooks
wildcard
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
alias: jena
- name: amalthea
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.11.0"
version: "0.12.2"
- name: dlf-chart
repository: "https://swissdatasciencecenter.github.io/datashim/"
version: "0.3.9-renku-2"
Expand Down
10 changes: 5 additions & 5 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.31.0"
tag: "3.33.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -861,7 +861,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.31.0"
tag: "3.33.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -1603,14 +1603,14 @@ platformInit:
dataService:
image:
repository: renku/renku-data-service
tag: "0.17.0"
tag: "0.18.1"
pullPolicy: IfNotPresent
backgroundJobs:
events:
resources: {}
image:
repository: renku/data-service-background-jobs
tag: "0.17.0"
tag: "0.18.1"
pullPolicy: IfNotPresent
total:
resources: {}
Expand Down Expand Up @@ -1663,7 +1663,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.17.0"
tag: "0.18.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit bd3d147

Please sign in to comment.