Skip to content

Commit 81ac873

Browse files
committed
chore: release v2.8.0
1 parent 314786e commit 81ac873

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

CHANGES.rst

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

21+
`2.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.7.0...v2.8.0>`__ (2023-11-17)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** do not error unneccesarily on session stop
28+
(`#3642 <https://github.com/SwissDataScienceCenter/renku-python/issues/3642>`__)
29+
(`4726f66 <https://github.com/SwissDataScienceCenter/renku-python/commit/4726f660e33a6eb3706b20f661faa635fbe6356b>`__)
30+
- **cli:** do not pass the force-build flag to docker
31+
(`#3641 <https://github.com/SwissDataScienceCenter/renku-python/issues/3641>`__)
32+
(`ff5e8f6 <https://github.com/SwissDataScienceCenter/renku-python/commit/ff5e8f63b94691a65dfe5e44438c4f819819f7ee>`__)
33+
- **cli:** do not start a session when in detached HEAD state
34+
(`#3636 <https://github.com/SwissDataScienceCenter/renku-python/issues/3636>`__)
35+
(`80f70f5 <https://github.com/SwissDataScienceCenter/renku-python/commit/80f70f554ef552b67683ba2498959dbca4aa8200>`__)
36+
- **core:** do not clone submodules in renku clone command
37+
(`#3630 <https://github.com/SwissDataScienceCenter/renku-python/issues/3630>`__)
38+
(`e9986e0 <https://github.com/SwissDataScienceCenter/renku-python/commit/e9986e0d4a882cdf1b84603c9f08010d7f949972>`__)
39+
- don’t fail on exotic git diff types
40+
(`#3632 <https://github.com/SwissDataScienceCenter/renku-python/issues/3632>`__)
41+
(`160620c <https://github.com/SwissDataScienceCenter/renku-python/commit/160620c447f1ab7f6935ef63e3f92437c7537f98>`__)
42+
- make usage of name and slug consistent
43+
(`#3620 <https://github.com/SwissDataScienceCenter/renku-python/issues/3620>`__)
44+
(`b31ade0 <https://github.com/SwissDataScienceCenter/renku-python/commit/b31ade02eed873e09e790a46d92caaf2379871ce>`__)
45+
- **service:** set job timeouts correctly
46+
(`#3651 <https://github.com/SwissDataScienceCenter/renku-python/issues/3651>`__)
47+
(`db0f8cf <https://github.com/SwissDataScienceCenter/renku-python/commit/db0f8cf87d8f234e87aa48058eceaaf68283cedf>`__)
48+
- warn user about old version of git when using mergetool
49+
(`#3637 <https://github.com/SwissDataScienceCenter/renku-python/issues/3637>`__)
50+
(`5df0ce1 <https://github.com/SwissDataScienceCenter/renku-python/commit/5df0ce17e2264412ad081909d08a80f4e6523ae9>`__)
51+
52+
Features
53+
~~~~~~~~
54+
55+
- add prometheus metrics
56+
(`#3640 <https://github.com/SwissDataScienceCenter/renku-python/issues/3640>`__)
57+
(`d3eedb5 <https://github.com/SwissDataScienceCenter/renku-python/commit/d3eedb5e716cdc3299021f5e0c75d678c7c85da0>`__)
58+
- **cli, service:** support for project image
59+
(`#3623 <https://github.com/SwissDataScienceCenter/renku-python/issues/3623>`__)
60+
(`db9f93b <https://github.com/SwissDataScienceCenter/renku-python/commit/db9f93b83e077e62b0196305a82b860fcc2cad6b>`__)
61+
- **cli:** session pause and resume
62+
(`#3633 <https://github.com/SwissDataScienceCenter/renku-python/issues/3633>`__)
63+
(`f4b6480 <https://github.com/SwissDataScienceCenter/renku-python/commit/f4b648019cb0ef09e1591e34dbcdd56d2672f018>`__)
64+
- **service:** accept commit SHA in read endpoints
65+
(`#3608 <https://github.com/SwissDataScienceCenter/renku-python/issues/3608>`__)
66+
(`01a0798 <https://github.com/SwissDataScienceCenter/renku-python/commit/01a0798562357167944aab828e5e6b7967775f8a>`__)
67+
- **svc:** rename git_url to template_git_url and return git_url on all
68+
endpoints
69+
(`#3646 <https://github.com/SwissDataScienceCenter/renku-python/issues/3646>`__)
70+
(`314786e <https://github.com/SwissDataScienceCenter/renku-python/commit/314786e8f685d2e202de801434bf1dceed9e17bf>`__)
71+
2172
`2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.2...v2.7.0>`__ (2023-09-27)
2273
-------------------------------------------------------------------------------------------------------
2374

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.7.0
6+
version: 2.8.0

helm-chart/renku-core/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ global:
55
image:
66
repository: renku/renku-core
77
tag: "v2.7.0"
8+
versions:
9+
latest:
10+
image:
11+
tag: v2.8.0

0 commit comments

Comments
 (0)