File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 31
31
id : changelog
32
32
run : |
33
33
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
35
35
conventional-changelog -r 1 -p angular -c context.json > release_body.md
36
36
rm context.json
37
37
- name : Update Chart version
Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
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
+
21
30
`2.0.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.10.0...v2.0.0 >`__ (2022-12-21)
22
- ========================================================================================================
31
+ --------------------------------------------------------------------------------------------------------
23
32
24
33
Bug Fixes
25
34
~~~~~~~~~
@@ -52,7 +61,7 @@ Features
52
61
(`b7b2395 <https://github.com/SwissDataScienceCenter/renku-python/commit/b7b2395a248e1e25ea6b3dc3c38191da84984c5d >`__)
53
62
54
63
`1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0 >`__ (2022-11-28)
55
- =========================================================================================================
64
+ ---------------------------------------------------------------------------------------------------------
56
65
57
66
Bug Fixes
58
67
~~~~~~~~~
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
3
3
description : A Helm chart for Kubernetes
4
4
name : renku-core
5
5
icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6
- version : 2.0.0
6
+ version : 2.0.1
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ versions:
97
97
fullnameOverride : " "
98
98
image :
99
99
repository : renku/renku-core
100
- tag : " v2.0.0 "
100
+ tag : " v2.0.1 "
101
101
pullPolicy : IfNotPresent
102
102
v9 :
103
103
name : v9
You can’t perform that action at this time.
0 commit comments