Skip to content

Commit 7e631e9

Browse files
Merge pull request #4635 from scality/feature/init-dev-132.0
Initialize development/132.0 branch
1 parent a9c4cad commit 7e631e9

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/crons.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
include:
2020
# these helper comments are needed by the dev branch workflow
2121
# 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"
2424
cron: "0 1 * * 1-5"
25-
branch: "development/131.0"
25+
branch: "development/132.0"
2626
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"
2929
cron: "0 2 * * 1-5"
30-
branch: "development/130.0"
30+
branch: "development/131.0"
3131
workflow: "nightly.yaml"
3232
steps:
3333
- name: Checkout

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## Release 132.0.0 (in development)
4+
35
## Release 131.0.0 (in development)
46

57
### Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_MAJOR=131
1+
VERSION_MAJOR=132
22
VERSION_MINOR=0
33
VERSION_PATCH=0
44
VERSION_SUFFIX=-dev

0 commit comments

Comments
 (0)