File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
include :
20
20
# these helper comments are needed by the dev branch workflow
21
21
# please do not edit them unless you're changing the version as well
22
- # current=131 .0
23
- - name : " Nightly for MetalK8s 131 .0"
22
+ # current=132 .0
23
+ - name : " Nightly for MetalK8s 132 .0"
24
24
cron : " 0 1 * * 1-5"
25
- branch : " development/131 .0"
25
+ branch : " development/132 .0"
26
26
workflow : " nightly.yaml"
27
- # old=130 .0
28
- - name : " Nightly for MetalK8s 130 .0"
27
+ # old=131 .0
28
+ - name : " Nightly for MetalK8s 131 .0"
29
29
cron : " 0 2 * * 1-5"
30
- branch : " development/130 .0"
30
+ branch : " development/131 .0"
31
31
workflow : " nightly.yaml"
32
32
steps :
33
33
- name : Checkout
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Release 132.0.0 (in development)
4
+
3
5
## Release 131.0.0 (in development)
4
6
5
7
### Enhancements
Original file line number Diff line number Diff line change 1
- VERSION_MAJOR=131
1
+ VERSION_MAJOR=132
2
2
VERSION_MINOR=0
3
3
VERSION_PATCH=0
4
4
VERSION_SUFFIX=-dev
You can’t perform that action at this time.
0 commit comments