Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@pameladelgado pameladelgado released this 26 May 14:11
· 950 commits to master since this release
871ab17

This release includes breaking changes: a new version for PostgreSQL and GitLab; as well as various improvements and bug fixes to Renku CLI and Environments.
If your PostgreSQL and/or GitLab were deployed as part of Renku, please make sure to backup your volumes before following the upgrade instructions.

Improvements

  • PostgreSQL and GitLab upgrade: We bump the PostgreSQL version from 9.6 to 11 and the GitLab major version from 11 to 13.
  • Project templates: Community contributed template AiiDA has been updated. See a06ab24.
  • Project templates: Project templates come with Renku CLI v0.15.2 by default.
  • Renku CLI: add support to dataset update for detecting changes to local files.
  • Renku CLI: add support to export OLOS datasets.
  • Renku CLI: add JSON output format to renku dataset ls and renku dataset ls-files.
  • Renku CLI: detect filename from content-disposition header when adding a dataset.

Bug Fixes

  • Environments: remove storage options when launching environments if PVC feature is not enabled.
  • Project templates: fix project creation to use pinned Renku CLI version.

Individual components

For changes to individual components, please check:

Upgrading from 0.7.13

BREAKING CHANGES!!

Please follow these instructions carefully.

The resulting changes in the values file should be:

  • NEW/EDIT postgresql.persistence.existingClaim will most likely need to be modified in the course of upgrading your PostgreSQL version. See these instructions.
  • NEW/EDIT/DELETE gitlab.image.tag might have to be adjusted as we do a GitLab major version bump in with this release.