Skip to content

Commit 8608c40

Browse files
committed
chore: release v2.9.1
1 parent 398ec2e commit 8608c40

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

CHANGES.rst

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

21+
`2.9.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.0...v2.9.1>`__ (2024-01-18)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** output proper session link and only check registry if logged
28+
in
29+
(`#3660 <https://github.com/SwissDataScienceCenter/renku-python/issues/3660>`__)
30+
(`12469f9 <https://github.com/SwissDataScienceCenter/renku-python/commit/12469f913d4a80662c2b7e2fe2e3f9f594900078>`__)
31+
- **cli:** use lower case image names for sessions in upper-case
32+
projects
33+
(`#3666 <https://github.com/SwissDataScienceCenter/renku-python/issues/3666>`__)
34+
(`ec1e282 <https://github.com/SwissDataScienceCenter/renku-python/commit/ec1e2824e6604cd82e677fdfb5e70d3491b7df68>`__)
35+
- prevent distutils warning
36+
(`#3663 <https://github.com/SwissDataScienceCenter/renku-python/issues/3663>`__)
37+
(`5954aac <https://github.com/SwissDataScienceCenter/renku-python/commit/5954aacac6ab724a14458957ccc6e64137632592>`__)
38+
- **service:** accept commit-sha in config.show
39+
(`#3685 <https://github.com/SwissDataScienceCenter/renku-python/issues/3685>`__)
40+
(`00da768 <https://github.com/SwissDataScienceCenter/renku-python/commit/00da76851e5c263c89d168b0cd6e57d71244c446>`__)
41+
- **service:** add proper error if a dataset can’t be found
42+
(`#3661 <https://github.com/SwissDataScienceCenter/renku-python/issues/3661>`__)
43+
(`8afaedd <https://github.com/SwissDataScienceCenter/renku-python/commit/8afaedddba248a34a0bb175189f04cf1119034e6>`__)
44+
- **service:** allow editing datasets without creator email
45+
(`#3664 <https://github.com/SwissDataScienceCenter/renku-python/issues/3664>`__)
46+
(`d74cc72 <https://github.com/SwissDataScienceCenter/renku-python/commit/d74cc72467ce10d9330e4080aa3540697e6a2869>`__)
47+
- **service:** allow setting keywords on project creation
48+
(`#3665 <https://github.com/SwissDataScienceCenter/renku-python/issues/3665>`__)
49+
(`9377ac4 <https://github.com/SwissDataScienceCenter/renku-python/commit/9377ac4ab55f778c4ef1b505f4baeb0bc2378ebd>`__)
50+
- **service:** fix clone depth not being respected
51+
(`#3678 <https://github.com/SwissDataScienceCenter/renku-python/issues/3678>`__)
52+
(`0c523fa <https://github.com/SwissDataScienceCenter/renku-python/commit/0c523facd2647e04285430b4a5fc64c912df1b1f>`__)
53+
- **svc:** fix migration not working with old template metadata
54+
(`#3687 <https://github.com/SwissDataScienceCenter/renku-python/issues/3687>`__)
55+
(`398ec2e <https://github.com/SwissDataScienceCenter/renku-python/commit/398ec2ef35ec296aa55f3cdd568e35eaa360cd89>`__)
56+
57+
Features
58+
~~~~~~~~
59+
60+
- add cloud storage support for session start
61+
(`#3629 <https://github.com/SwissDataScienceCenter/renku-python/issues/3629>`__)
62+
(`ec3173a <https://github.com/SwissDataScienceCenter/renku-python/commit/ec3173a8601d8dbf93626778b3da0bdce68e9060>`__)
63+
- **service:** date_published in datasets.list response
64+
(`#3648 <https://github.com/SwissDataScienceCenter/renku-python/issues/3648>`__)
65+
(`a7f4a22 <https://github.com/SwissDataScienceCenter/renku-python/commit/a7f4a224a1cc2108c3b091b751187bf03ebb83e4>`__)
66+
2167
`2.9.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.8.2...v2.9.0>`__ (2024-01-17)
2268
-------------------------------------------------------------------------------------------------------
2369

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.9.0
6+
version: 2.9.1

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ global:
88
versions:
99
latest:
1010
image:
11-
tag: v2.9.0
11+
tag: v2.9.1

0 commit comments

Comments
 (0)