Skip to content

Commit ade8f34

Browse files
authored
ci(workflows): add release-1.29 branch support, remove EOL 1.27 (cloudnative-pg#10401)
Update backport, CI, CD workflows and Renovate config to support the new release-1.29 branch and drop end-of-life release-1.27. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 23eae00 commit ade8f34

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
baseBranchPatterns: [
1212
'main',
1313
'release-1.25',
14-
'release-1.27',
1514
'release-1.28',
15+
'release-1.29',
1616
],
1717
ignorePaths: [
1818
'docs/**',

.github/workflows/backport.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
labels: |
3434
backport-requested :arrow_backward:
3535
release-1.25
36-
release-1.27
3736
release-1.28
37+
release-1.29
3838
-
3939
name: Create comment
4040
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
@@ -57,8 +57,8 @@ jobs:
5757
labels: |
5858
backport-requested :arrow_backward:
5959
release-1.25
60-
release-1.27
6160
release-1.28
61+
release-1.29
6262
6363
## backport pull request in condition when pr contains 'backport-requested' label and contains target branches labels
6464
back-porting-pr:
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
branch: [release-1.25, release-1.27, release-1.28]
77+
branch: [release-1.25, release-1.28, release-1.29]
7878
env:
7979
PR: ${{ github.event.pull_request.number }}
8080
BRANCH: ${{ matrix.branch }}

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
branch: [release-1.25, release-1.27, release-1.28]
82+
branch: [release-1.25, release-1.28, release-1.29]
8383
env:
8484
BRANCH: ${{ matrix.branch }}
8585
steps:

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
branch: [release-1.25, release-1.27, release-1.28]
62+
branch: [release-1.25, release-1.28, release-1.29]
6363
env:
6464
BRANCH: ${{ matrix.branch }}
6565
steps:

0 commit comments

Comments
 (0)