Skip to content

Commit 34e1354

Browse files
author
ezekiel-alexrod
committed
Update version to 133.0
1 parent 733dc12 commit 34e1354

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=132.0
23-
- name: "Nightly for MetalK8s 132.0"
22+
# current=133.0
23+
- name: "Nightly for MetalK8s 133.0"
2424
cron: "0 1 * * 1-5"
25-
branch: "development/132.0"
25+
branch: "development/133.0"
2626
workflow: "nightly.yaml"
27-
# old=131.0
28-
- name: "Nightly for MetalK8s 131.0"
27+
# old=132.0
28+
- name: "Nightly for MetalK8s 132.0"
2929
cron: "0 2 * * 1-5"
30-
branch: "development/131.0"
30+
branch: "development/132.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 133.0.0 (in development)
4+
35
## Release 132.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=132
1+
VERSION_MAJOR=133
22
VERSION_MINOR=0
33
VERSION_PATCH=0
44
VERSION_SUFFIX=-dev

0 commit comments

Comments
 (0)