Skip to content

Commit

Permalink
Merge branch 'feature/init-dev-130.0' into q/130.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Dec 9, 2024
2 parents 1c2946c + 121e6eb commit c16ea0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/crons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
include:
# these helper comments are needed by the dev branch workflow
# please do not edit them unless you're changing the version as well
# current=129.0
- name: "Nightly for MetalK8s 129.0"
# current=130.0
- name: "Nightly for MetalK8s 130.0"
cron: "0 1 * * 1-5"
branch: "development/129.0"
branch: "development/130.0"
workflow: "nightly.yaml"
# old=128.0
- name: "Nightly for MetalK8s 128.0"
# old=129.0
- name: "Nightly for MetalK8s 129.0"
cron: "0 2 * * 1-5"
branch: "development/128.0"
branch: "development/129.0"
workflow: "nightly.yaml"
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## Release 130.0.0 (in development)

## Release 129.0.0 (in development)

### Removals
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_MAJOR=129
VERSION_MAJOR=130
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_SUFFIX=-dev

0 comments on commit c16ea0f

Please sign in to comment.