Skip to content

Commit

Permalink
chore: update renku-python to 2.7.0 (#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Oct 2, 2023
1 parent 46e9dae commit 04b37aa
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
42 changes: 39 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hhttps://github.com/SwissDataScienceCenter/renku-python/issues/3548>`_).

**🌟 New Features**

- 🖼️ **Knowledge Graph**: New `Project Create API <https://renkulab.io/swagger/?urls.primaryName=knowledge%20graph#/default/post_projects>`_
Expand All @@ -23,17 +29,47 @@ User-Facing Changes
Internal Changes
~~~~~~~~~~~~~~~~

**Improvements**

- **Core Service**: replace/refactor internal repository cache
(`#3534 <hhttps://github.com/SwissDataScienceCenter/renku-python/issues/3534>`_).

**Bug Fixes**

- **Knowledge Graph**: Various issues preventing Grafana dashboards not working.
(`#1717 <https://github.com/SwissDataScienceCenter/renku-graph/pull/1717>`_)
(`#1719 <https://github.com/SwissDataScienceCenter/renku-graph/pull/1719>`_).
- **CLI:** do not freeze/unfreeze plan view model
(`#3599 <https://github.com/SwissDataScienceCenter/renku-python/issues/3599>`__)
(`3c48cff <https://github.com/SwissDataScienceCenter/renku-python/commit/3c48cffe116db5c246beca2003c2f282fc38b465>`__)
- **CLI:** simplify ssh setup and key usage
(`#3615 <https://github.com/SwissDataScienceCenter/renku-python/issues/3615>`__)
(`3fa737a <https://github.com/SwissDataScienceCenter/renku-python/commit/3fa737ab6cd6126047098957ff2e5f179e939339>`__)
- **Core Service:** setting a non-existing config property to null more than once results in error
(`#3595 <https://github.com/SwissDataScienceCenter/renku-python/issues/3595>`__)
(`e0ff587 <https://github.com/SwissDataScienceCenter/renku-python/commit/e0ff587f507d049eeeb873e8488ba8bb10ac1a15>`__)
- **Core Service:** skip fast cache migrations check for anonymous users
(`#3577 <https://github.com/SwissDataScienceCenter/renku-python/issues/3577>`__)
(`9ee3176 <https://github.com/SwissDataScienceCenter/renku-python/commit/9ee3176ce379dd80d2955e858f5e11e1fb32b464>`__)
- **Core Service:** normalize git url to avoid duplicate cache entries
(`#3606 <https://github.com/SwissDataScienceCenter/renku-python/issues/3606>`__)
(`19142c6 <https://github.com/SwissDataScienceCenter/renku-python/commit/19142c6f58713cb9990b71f9ed738990987c3e16>`__)
- **CLI:** adapt to changes in Knowledge Graph API for importing datasets
(`#3549 <https://github.com/SwissDataScienceCenter/renku-python/issues/3549>`__)
(`020434a <https://github.com/SwissDataScienceCenter/renku-python/commit/020434a7dd6449755644a2e9ca849b8821900f72>`__)
- **Core Service:** add branch to service cache path
(`#3562 <https://github.com/SwissDataScienceCenter/renku-python/issues/3562>`__)
(`3800a38 <https://github.com/SwissDataScienceCenter/renku-python/commit/3800a3823515763c207b1b15f348df3b0cdd9831>`__)
- **Core Service:** add support for using default values in template parameters
(`#3550 <https://github.com/SwissDataScienceCenter/renku-python/issues/3550>`__)
(`d162392 <https://github.com/SwissDataScienceCenter/renku-python/commit/d162392b3dc20dd3433be78b08f101e7f268ed7d>`__)
- **Knowledge Graph**: Various issues preventing Grafana dashboards not working.
(`#1717 <https://github.com/SwissDataScienceCenter/renku-graph/pull/1717>`_)
(`#1719 <https://github.com/SwissDataScienceCenter/renku-graph/pull/1719>`_).

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

- `renku-graph 2.42.0 <https://github.com/SwissDataScienceCenter/renku-graph/releases/tag/2.42.0>`_
- `renku-graph 2.42.1 <https://github.com/SwissDataScienceCenter/renku-graph/releases/tag/2.42.1>`_
- `renku-python 2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/2.7.0>`_


0.37.0
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 @@ -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
Expand Down

0 comments on commit 04b37aa

Please sign in to comment.