Skip to content

Commit

Permalink
Revise breaking areas in changelog schema
Browse files Browse the repository at this point in the history
Following elastic#79162, change the possible breaking / deprecation areas in
the changelog schema.
  • Loading branch information
pugnascotia committed Nov 9, 2021
1 parent 01a144a commit 91174e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
37 changes: 12 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,20 @@
"breakingArea": {
"type": "string",
"enum": [
"API",
"Aggregation",
"Allocation",
"Authentication",
"CCR",
"Cluster",
"Discovery",
"Engine",
"HTTP",
"Highlighters",
"Indices",
"Java",
"License Information",
"Cluster and node setting",
"Cluster and node setting",
"Command line tool",
"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 91174e5

Please sign in to comment.