Skip to content

Commit

Permalink
chore: upgrade data services to 0.2.0 (#3330)
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Roškar <[email protected]>
  • Loading branch information
olevski and rokroskar authored Oct 27, 2023
1 parent bc532e7 commit ef14e13
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
0.41.0
------

Renku ``0.41.0`` allows the RenkuLab homepage to be configured to highlight chosen projects.
In addition we are rolling out a much more comprehensive support for saving and using S3
cloud storage.
Renku ``0.41.0`` adds new functionality for configuring external storage in projects! Users can now
configure external storage to be mounted automatically in their sessions. The settings are persisted for the project,
but access control is managed by the provider of the storage, not by Renku. This means that for restricted
data sources, users must enter credentials separately. This first implementation only supports S3-compatible storage,
but we will add support for additional providers soon.

A note to Renku administrators, this release includes breaking changes in our Helm chart values file.
In addition, with this release administrators can configure the RenkuLab homepage to highlight chosen projects.

**A note to Renku administrators**: this release includes breaking changes in our Helm chart values file.
Refer to the ``Internal Changes`` section below for more details.

User-Facing Changes
Expand Down Expand Up @@ -53,11 +57,13 @@ In addition to this, other notable changes include:
- ``renku-gateway`` now provides credentials for the cloud storage potion of ``renku-data-services``
- UI shows prominent banners during major outages
- various bug fixes across many components
- users can be prevented from accessing the default resource pool in ``renku-data-services``

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

- `renku-data-services 0.1.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.1.1>`_
- `renku-data-services 0.2.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.2.0>`_
- `renku-gateway 0.22.0 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/0.22.0>`_
- `renku-notebooks 1.20.0 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.20.0>`_
- `renku-ui 3.14.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.14.0>`_
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ initDb:
dataService:
image:
repository: renku/renku-data-service
tag: "0.1.1"
tag: "0.2.0"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
1 change: 1 addition & 0 deletions helm-chart/values.yaml.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Amalthea will simply use your default Kubernetes scheduler.
* NEW `amalthea.scheduler.packing` - can be used to enable a preset scheduler that will try to pack sessions on the smallest number of nodes and favor the most used nodes
* NEW `amalthea.scheduler.custom` - can be used to add any custom scheduler for Amalthea, admins just have to provide the scheduler name
* EDIT `crc` - the field has been renamed to `dataService`, all child fields and functionality remains the same
* NEW `global.gitlab.url` has been added and needs to be specified, this will be the single place where the Gitlab URL will be specified in future releases we will deprecated all the other Gitlab URL fields in the values file.

## Upgrading to Renku 0.39.0

Expand Down

0 comments on commit ef14e13

Please sign in to comment.