Skip to content

Commit e7cdd7a

Browse files
author
Ralf Grubenmann
committed
Merge branch 'master' into develop
2 parents 0c523fa + 286de40 commit e7cdd7a

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

CHANGES.rst

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

21+
`2.8.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.8.1...v2.8.2>`__ (2024-01-15)
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:** add proper error if a dataset can’t be found
39+
(`#3661 <https://github.com/SwissDataScienceCenter/renku-python/issues/3661>`__)
40+
(`8afaedd <https://github.com/SwissDataScienceCenter/renku-python/commit/8afaedddba248a34a0bb175189f04cf1119034e6>`__)
41+
- **service:** allow editing datasets without creator email
42+
(`#3664 <https://github.com/SwissDataScienceCenter/renku-python/issues/3664>`__)
43+
(`d74cc72 <https://github.com/SwissDataScienceCenter/renku-python/commit/d74cc72467ce10d9330e4080aa3540697e6a2869>`__)
44+
- **service:** allow setting keywords on project creation
45+
(`#3665 <https://github.com/SwissDataScienceCenter/renku-python/issues/3665>`__)
46+
(`9377ac4 <https://github.com/SwissDataScienceCenter/renku-python/commit/9377ac4ab55f778c4ef1b505f4baeb0bc2378ebd>`__)
47+
- **service:** fix clone depth not being respected
48+
(`#3678 <https://github.com/SwissDataScienceCenter/renku-python/issues/3678>`__)
49+
(`0c523fa <https://github.com/SwissDataScienceCenter/renku-python/commit/0c523facd2647e04285430b4a5fc64c912df1b1f>`__)
50+
51+
Features
52+
~~~~~~~~
53+
54+
- **service:** date_published in datasets.list response
55+
(`#3648 <https://github.com/SwissDataScienceCenter/renku-python/issues/3648>`__)
56+
(`a7f4a22 <https://github.com/SwissDataScienceCenter/renku-python/commit/a7f4a224a1cc2108c3b091b751187bf03ebb83e4>`__)
57+
2158
`2.8.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.8.0...v2.8.1>`__ (2023-12-18)
2259
-------------------------------------------------------------------------------------------------------
2360

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.8.1
6+
version: 2.8.2

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.8.1
11+
tag: v2.8.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[tool.poetry]
2020
name = "renku"
21-
version = "2.7.0.dev34+g45772746-dirty" # placeholder, see poetry-dynamic-versioning
21+
version = "0.0.0" # placeholder, see poetry-dynamic-versioning
2222
description = "Python SDK and CLI for the Renku platform."
2323
license = "Apache License 2.0"
2424
keywords = ["Renku", "CLI"]

0 commit comments

Comments
 (0)