From 04b37aa62246128e47359122f12b4458894aed26 Mon Sep 17 00:00:00 2001 From: Tasko Olevski Date: Mon, 2 Oct 2023 12:00:16 +0200 Subject: [PATCH] chore: update renku-python to 2.7.0 (#3275) --- CHANGELOG.rst | 42 +++++++++++++++++++++++++++--- helm-chart/renku/requirements.yaml | 2 +- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 735b1a461a..7d891d212d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,10 +4,16 @@ ------ Renku ``0.38.0`` improves the Knowledge Graph API, with a new Project Creation functionality and a Project Update enhancement. +There is also a new version of the core service with multiple bug fixes and a few new features. User-Facing Changes ~~~~~~~~~~~~~~~~~~~ +**✨ Improvements** + +- **CLI**: allow disabling automated parameter detection in renku run + (`#3548 `_). + **🌟 New Features** - 🖼️ **Knowledge Graph**: New `Project Create API `_ @@ -23,17 +29,47 @@ User-Facing Changes Internal Changes ~~~~~~~~~~~~~~~~ +**Improvements** + +- **Core Service**: replace/refactor internal repository cache + (`#3534 `_). + **Bug Fixes** -- **Knowledge Graph**: Various issues preventing Grafana dashboards not working. - (`#1717 `_) - (`#1719 `_). +- **CLI:** do not freeze/unfreeze plan view model + (`#3599 `__) + (`3c48cff `__) +- **CLI:** simplify ssh setup and key usage + (`#3615 `__) + (`3fa737a `__) +- **Core Service:** setting a non-existing config property to null more than once results in error + (`#3595 `__) + (`e0ff587 `__) +- **Core Service:** skip fast cache migrations check for anonymous users + (`#3577 `__) + (`9ee3176 `__) +- **Core Service:** normalize git url to avoid duplicate cache entries + (`#3606 `__) + (`19142c6 `__) +- **CLI:** adapt to changes in Knowledge Graph API for importing datasets + (`#3549 `__) + (`020434a `__) +- **Core Service:** add branch to service cache path + (`#3562 `__) + (`3800a38 `__) +- **Core Service:** add support for using default values in template parameters + (`#3550 `__) + (`d162392 `__) +- **Knowledge Graph**: Various issues preventing Grafana dashboards not working. + (`#1717 `_) + (`#1719 `_). Individual components ~~~~~~~~~~~~~~~~~~~~~~ - `renku-graph 2.42.0 `_ - `renku-graph 2.42.1 `_ +- `renku-python 2.7.0 `_ 0.37.0 diff --git a/helm-chart/renku/requirements.yaml b/helm-chart/renku/requirements.yaml index 24356a4ffa..947f2c186a 100644 --- a/helm-chart/renku/requirements.yaml +++ b/helm-chart/renku/requirements.yaml @@ -2,7 +2,7 @@ dependencies: - name: renku-core alias: core repository: "https://swissdatasciencecenter.github.io/helm-charts/" - version: 2.6.2 + version: 2.7.0 import-values: - child: versions parent: global.core.versions