Skip to content

Commit 91174e5

Browse files
committed
Revise breaking areas in changelog schema
Following elastic#79162, change the possible breaking / deprecation areas in the changelog schema.
1 parent 01a144a commit 91174e5

File tree

2 files changed

+13
-26
lines changed

2 files changed

+13
-26
lines changed

build-tools-internal/src/main/resources/changelog-schema.json

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -191,33 +191,20 @@
191191
"breakingArea": {
192192
"type": "string",
193193
"enum": [
194-
"API",
195-
"Aggregation",
196-
"Allocation",
197-
"Authentication",
198-
"CCR",
199-
"Cluster",
200-
"Discovery",
201-
"Engine",
202-
"HTTP",
203-
"Highlighters",
204-
"Indices",
205-
"Java",
206-
"License Information",
194+
"Cluster and node setting",
195+
"Cluster and node setting",
196+
"Command line tool",
197+
"Command line tool",
198+
"Index setting",
199+
"JVM option",
200+
"Java API",
207201
"Logging",
208-
"Machine Learning",
209-
"Mappings",
210-
"Networking",
202+
"Mapping",
211203
"Packaging",
212-
"Plugins",
213-
"Script Cache",
214-
"Search Changes",
215-
"Search",
216-
"Security",
217-
"Settings",
218-
"Snapshot and Restore",
219-
"Transform",
220-
"Transport"
204+
"Painless",
205+
"REST API",
206+
"System requirement",
207+
"Transform"
221208
]
222209
},
223210
"additionalProperties": false

docs/changelog/78968.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: breaking
55
issues: []
66
breaking:
77
title: HTTP Status code has changed for the Cluster Health API in case of a server timeout
8-
area: API
8+
area: REST API
99
details: |-
1010
The cluster health API includes options for waiting
1111
for certain health conditions to be satisfied. If the requested conditions are

0 commit comments

Comments
 (0)