Skip to content

Commit ac01826

Browse files
committed
chore: release v2.7.0
1 parent 3800a38 commit ac01826

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGES.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,36 @@
1818
Changes
1919
=======
2020

21+
`2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1...v2.7.0>`__ (2023-08-09)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** adapt to changes in KG api for importing datasets
28+
(`#3549 <https://github.com/SwissDataScienceCenter/renku-python/issues/3549>`__)
29+
(`020434a <https://github.com/SwissDataScienceCenter/renku-python/commit/020434a7dd6449755644a2e9ca849b8821900f72>`__)
30+
- **cli:** fix overwriting dataset tags
31+
(`#3497 <https://github.com/SwissDataScienceCenter/renku-python/issues/3497>`__)
32+
(`17a49ae <https://github.com/SwissDataScienceCenter/renku-python/commit/17a49aebc7207901986c38fd30afc58baf40be1f>`__)
33+
- **service:** add branch to service cache path
34+
(`#3562 <https://github.com/SwissDataScienceCenter/renku-python/issues/3562>`__)
35+
(`3800a38 <https://github.com/SwissDataScienceCenter/renku-python/commit/3800a3823515763c207b1b15f348df3b0cdd9831>`__)
36+
- **service:** add support for using default values in template
37+
parameters
38+
(`#3550 <https://github.com/SwissDataScienceCenter/renku-python/issues/3550>`__)
39+
(`d162392 <https://github.com/SwissDataScienceCenter/renku-python/commit/d162392b3dc20dd3433be78b08f101e7f268ed7d>`__)
40+
41+
Features
42+
~~~~~~~~
43+
44+
- **cli:** allow disabling automated parameter detection in renku run
45+
(`#3548 <https://github.com/SwissDataScienceCenter/renku-python/issues/3548>`__)
46+
(`bcdeba1 <https://github.com/SwissDataScienceCenter/renku-python/commit/bcdeba1f286ad786edb4e19e21236c4408fa3ed7>`__)
47+
- **service:** replace/refactor internal repository cache
48+
(`#3534 <https://github.com/SwissDataScienceCenter/renku-python/issues/3534>`__)
49+
(`a9994a8 <https://github.com/SwissDataScienceCenter/renku-python/commit/a9994a8cb2541527ca9be731037cc60b03d62cea>`__)
50+
2151
`2.6.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.5.0...v2.6.0>`__ (2023-06-20)
2252
-------------------------------------------------------------------------------------------------------
2353

helm-chart/renku-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: renku-core
55
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6-
version: 2.6.0
6+
version: 2.7.0

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ versions:
8989
fullnameOverride: ""
9090
image:
9191
repository: renku/renku-core
92-
tag: "v2.6.0"
92+
tag: "v2.7.0"
9393
pullPolicy: IfNotPresent
9494
v9:
9595
name: v9

0 commit comments

Comments
 (0)