Skip to content

Commit

Permalink
Revise breaking change doc areas (#80761)
Browse files Browse the repository at this point in the history
PR #79162 revised the breaking changes categories in the doc. Follow this by revising
the categories that changelog YAML files can use.
  • Loading branch information
pugnascotia authored Nov 17, 2021
1 parent 2c8840e commit 38ed63c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
35 changes: 10 additions & 25 deletions build-tools-internal/src/main/resources/changelog-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,33 +191,18 @@
"breakingArea": {
"type": "string",
"enum": [
"API",
"Aggregation",
"Allocation",
"Authentication",
"CCR",
"Cluster",
"Discovery",
"Engine",
"HTTP",
"Highlighters",
"Indices",
"Java",
"License Information",
"Cluster and node setting",
"Command line tool",
"Index setting",
"JVM option",
"Java API",
"Logging",
"Machine Learning",
"Mappings",
"Networking",
"Mapping",
"Packaging",
"Plugins",
"Script Cache",
"Search Changes",
"Search",
"Security",
"Settings",
"Snapshot and Restore",
"Transform",
"Transport"
"Painless",
"REST API",
"System requirement",
"Transform"
]
},
"additionalProperties": false
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/78968.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: breaking
issues: []
breaking:
title: HTTP Status code has changed for the Cluster Health API in case of a server timeout
area: API
area: REST API
details: |-
The cluster health API includes options for waiting
for certain health conditions to be satisfied. If the requested conditions are
Expand Down

0 comments on commit 38ed63c

Please sign in to comment.