Skip to content

Commit b4fbf43

Browse files
author
Ralf Grubenmann
committed
Merge branch 'master' into develop
2 parents f63a08e + 4ab9933 commit b4fbf43

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: changelog
3232
run: |
3333
echo '{"version": "${{ github.event.inputs.version }}"}' > context.json
34-
conventional-changelog -r 1 -p angular -c context.json | pandoc --from markdown --to rst | sed -e '/=======/r /dev/stdin' -e 's/=======/=======\n/' -i CHANGES.rst
34+
conventional-changelog -r 1 -p angular -c context.json | pandoc --from markdown --to rst | sed -e '/=======\n/r /dev/stdin' -e 's/=======\n/=======\n\n/' -i CHANGES.rst
3535
conventional-changelog -r 1 -p angular -c context.json > release_body.md
3636
rm context.json
3737
- name: Update Chart version

CHANGES.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@
1818
Changes
1919
=======
2020

21+
`2.0.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.0.0...v2.0.1>`__ (2023-01-04)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** fix template migration not working in version 2.0.0
28+
(`1b05470 <https://github.com/SwissDataScienceCenter/renku-python/commit/1b0547019945fd1f9bb58faa6aea1fd578e43111>`__)
29+
2130
`2.0.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.10.0...v2.0.0>`__ (2022-12-21)
22-
========================================================================================================
31+
--------------------------------------------------------------------------------------------------------
2332

2433
Bug Fixes
2534
~~~~~~~~~
@@ -52,7 +61,7 @@ Features
5261
(`b7b2395 <https://github.com/SwissDataScienceCenter/renku-python/commit/b7b2395a248e1e25ea6b3dc3c38191da84984c5d>`__)
5362

5463
`1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0>`__ (2022-11-28)
55-
=========================================================================================================
64+
---------------------------------------------------------------------------------------------------------
5665

5766
Bug Fixes
5867
~~~~~~~~~

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.0.0
6+
version: 2.0.1

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ versions:
9797
fullnameOverride: ""
9898
image:
9999
repository: renku/renku-core
100-
tag: "v2.0.0"
100+
tag: "v2.0.1"
101101
pullPolicy: IfNotPresent
102102
v9:
103103
name: v9

0 commit comments

Comments
 (0)