Skip to content

Commit 3f88674

Browse files
derekbitinnobead
authored andcommitted
chore: support v1.9.x branch
Longhorn 10754 Signed-off-by: Derek Su <[email protected]>
1 parent cc0851e commit 3f88674

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/workflows/release-sprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
branch_tag: ['master:v1.9.0', 'v1.8.x:v1.8.2', 'v1.7.x:v1.7.4', 'v1.6.x:v1.6.5']
29+
branch_tag: ['master:v1.10.0', 'v1.9.x:v1.9.0', 'v1.8.x:v1.8.2', 'v1.7.x:v1.7.4', 'v1.6.x:v1.6.5']
3030

3131
steps:
3232
- name: Install dependencies

renovate-default.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"baseBranches": [
88
"master",
99
"main",
10+
"v1.9.x",
1011
"v1.8.x",
1112
"v1.7.x",
1213
"v1.6.x"
@@ -156,7 +157,24 @@
156157
"github.com/longhorn/backing-image-manager",
157158
"github.com/longhorn/cli"
158159
],
159-
"allowedVersions": "/^v1\\.8\\.\\S+/",
160+
"allowedVersions": "/^v1\\.9\\.\\S+/",
161+
"matchManagers": [
162+
"gomod"
163+
],
164+
"groupName": "longhorn branch repo dependencies"
165+
},
166+
{
167+
"matchBaseBranches": [
168+
"v1.9.x"
169+
],
170+
"matchPackageNames": [
171+
"github.com/longhorn/longhorn-engine",
172+
"github.com/longhorn/longhorn-instance-manager",
173+
"github.com/longhorn/longhorn-share-manager",
174+
"github.com/longhorn/backing-image-manager",
175+
"github.com/longhorn/cli"
176+
],
177+
"allowedVersions": "/^v1\\.9\\.\\S+/",
160178
"matchManagers": [
161179
"gomod"
162180
],

0 commit comments

Comments
 (0)