Skip to content

Commit ac93d22

Browse files
authored
Deprecate 7.17 branch (#2942)
* Deprecate 7.17 branch * [skip-ci] add 7.17 to the backport action
1 parent 7ce4bdd commit ac93d22

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

.backportrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"v9.2",
88
"v9.1",
99
"v8.19",
10-
"v8.18",
11-
"v7.17"
10+
"v8.18"
1211
],
1312
"branchLabelMapping": {
1413
"^v9.4$": "master",

.github/workflows/backport.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request_target:
55
types: ["labeled", "closed"]
66
branches-ignore:
7-
- v7.17
87
- v8.18
98
- v8.19
109
- v9.1

renovate.json

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"v9.2",
1212
"v9.1",
1313
"v8.19",
14-
"v8.18",
15-
"v7.17"
14+
"v8.18"
1615
],
1716
"labels": [
1817
"dependencies"
@@ -61,47 +60,6 @@
6160
],
6261
"allowedVersions": "3.x"
6362
},
64-
{
65-
"description": "Pin EUI to 98.x for v7.17 branch",
66-
"matchBaseBranches": [
67-
"v7.17"
68-
],
69-
"matchPackageNames": [
70-
"@elastic/eui"
71-
],
72-
"allowedVersions": "98.x"
73-
},
74-
{
75-
"description": "Pin React to 18.x for v7.17 branch",
76-
"matchBaseBranches": [
77-
"v7.17"
78-
],
79-
"matchPackageNames": [
80-
"react",
81-
"react-dom"
82-
],
83-
"allowedVersions": "18.x"
84-
},
85-
{
86-
"description": "Pin maplibre-gl to 4.x for v7.17 branch",
87-
"matchBaseBranches": [
88-
"v7.17"
89-
],
90-
"matchPackageNames": [
91-
"maplibre-gl"
92-
],
93-
"allowedVersions": "4.x"
94-
},
95-
{
96-
"description": "Pin ems-client to 7.17.x for v7.17 branch",
97-
"matchBaseBranches": [
98-
"v7.17"
99-
],
100-
"matchPackageNames": [
101-
"@elastic/ems-client"
102-
],
103-
"allowedVersions": "7.17.x"
104-
},
10563
{
10664
"description": "Add branch-specific label for master/v9.4",
10765
"matchBaseBranches": [
@@ -161,16 +119,6 @@
161119
"dependencies",
162120
"v8.18"
163121
]
164-
},
165-
{
166-
"description": "Add branch-specific label for v7.17",
167-
"matchBaseBranches": [
168-
"v7.17"
169-
],
170-
"labels": [
171-
"dependencies",
172-
"v7.17"
173-
]
174122
}
175123
]
176124
}

0 commit comments

Comments
 (0)