33# Place this file as `changelog.yml` in the `docs/` directory
44
55# Available products (optional - if not specified, all products from products.yml are allowed)
6- available_products :
6+ products :
77 - elasticsearch
88 - cloud-serverless
99 # Add more products as needed
@@ -69,14 +69,14 @@ pivot:
6969 Client : " :Security/Client"
7070 " Cluster coordination " : " :Distributed Coordination/Cluster Coordination"
7171 Codec : " :StorageEngine/Codec"
72- " Data streams " : " :Data Management/Data streams"
72+ " Data streams " : " :Data Management/Data streams, :StorageEngine/Data streams "
7373 DLM : " :Data Management/DLM"
7474 " Discovery-Plugins " : " :Distributed Coordination/Discovery-Plugins"
75- Distributed : " :Distributed Indexing/Distributed"
75+ Distributed : " :Distributed Indexing/Distributed, :Distributed Coordination/Distributed "
7676 Downsampling : " :StorageEngine/Downsampling"
77- Engine : " :Distributed Indexing/Engine"
77+ Engine : " :Distributed Indexing/Engine, :Analytics/Compute Engine "
7878 " ES|QL " : " :Search Relevance/ES|QL, :StorageEngine/ES|QL, :ml/ES|QL, :Analytics/ES|QL"
79- EQL : " :Query Languages/EQL"
79+ EQL : " :Query Languages/EQL, :Analytics/EQL "
8080 Experiences : " :SearchOrg/Experiences"
8181 " Extract&Transform " : " :SearchOrg/Extract&Transform"
8282 # Features: TBD
@@ -120,14 +120,14 @@ pivot:
120120 Ranking : " :Search Relevance/Ranking"
121121 Recovery : " :Distributed Indexing/Recovery"
122122 Reindex : " :Distributed Indexing/Reindex"
123- Relevance : " :Search Relevance/Search"
123+ Relevance : " :Search Relevance/Search, :SearchOrg/Relevance "
124124 Rollup : " :StorageEngine/Rollup"
125125 Search : " :Search/Search, :Search Foundations/Search"
126126 " Searchable snapshots " : " :Distributed Indexing/Searchable Snapshots"
127127 Security : " :Security/Security"
128128 SLM : " :Distributed/SLM, :Data Management/ILM+SLM"
129129 " Snapshot/Restore " : " :Distributed Coordination/Snapshot/Restore"
130- SQL : " :Query Languages/SQL"
130+ SQL : " :Query Languages/SQL, :Analytics/SQL "
131131 Stats : " :Data Management/Stats"
132132 Store : " :Distributed Indexing/Store"
133133 Suggesters : " :Search Relevance/Suggesters"
@@ -141,55 +141,55 @@ pivot:
141141# Product-specific label blockers (optional)
142142# Maps product IDs to lists of labels that prevent changelog creation for that product
143143# If you run the changelog add command with the --prs option and a PR has any of these labels, the changelog is not created
144- add_blockers :
145- elasticsearch,cloud-serverless :
146- - " >non-issue"
147- - " >test"
148- - " >refactoring"
149- - " :Delivery/Build"
150- - " :Delivery/Tooling"
144+ # add_blockers:
145+ # elasticsearch,cloud-serverless:
146+ # - ">non-issue"
147+ # - ">test"
148+ # - ">refactoring"
149+ # - ":Delivery/Build"
150+ # - ":Delivery/Tooling"
151151
152- render_blockers :
153- cloud-serverless :
154- areas :
155- - Allocation
156- - Audit
157- - Authentication
158- - Autoscaling
159- - CCR
160- - CCS
161- - " Cluster Coordination"
162- - Codec
163- - " Discovery-Plugins"
164- - Engine
165- - FIPS
166- - Health
167- - " ILM+SLM"
168- - " IdentityProvider"
169- - " Infra/CLI"
170- - " Circuit Breakers"
171- - " Infra/Core"
172- - " Infra/Entitlements"
173- - " Infra/Logging"
174- - " Infra/Metrics"
175- - " Infra/Node Lifecycle"
176- - " Infra/Plugins"
177- - " Infra/Transport API"
178- - License
179- - Monitoring
180- - Packaging
181- - Searchable Snapshots
182- - " Snapshot/Restore"
183- - Stats
184- - Watcher
185- types :
186- - docs
187- elasticsearch :
188- types :
189- - docs
152+ # render_blockers:
153+ # cloud-serverless:
154+ # areas:
155+ # - Allocation
156+ # - Audit
157+ # - Authentication
158+ # - Autoscaling
159+ # - CCR
160+ # - CCS
161+ # - "Cluster Coordination"
162+ # - Codec
163+ # - "Discovery-Plugins"
164+ # - Engine
165+ # - FIPS
166+ # - Health
167+ # - "ILM+SLM"
168+ # - "IdentityProvider"
169+ # - "Infra/CLI"
170+ # - "Circuit Breakers"
171+ # - "Infra/Core"
172+ # - "Infra/Entitlements"
173+ # - "Infra/Logging"
174+ # - "Infra/Metrics"
175+ # - "Infra/Node Lifecycle"
176+ # - "Infra/Plugins"
177+ # - "Infra/Transport API"
178+ # - License
179+ # - Monitoring
180+ # - Packaging
181+ # - Searchable Snapshots
182+ # - "Snapshot/Restore"
183+ # - Stats
184+ # - Watcher
185+ # types:
186+ # - docs
187+ # elasticsearch:
188+ # types:
189+ # - docs
190190
191191# Block configuration - combined create and publish blockers
192- # block:
192+ block :
193193 # Global labels that block changelog creation for all products (comma-separated string)
194194 # create: ">non-issue, >test, >refactoring, :Delivery/Build, :Delivery/Tooling"
195195 # Block changelog entries from publishing based on entry type or area
@@ -200,40 +200,40 @@ render_blockers:
200200 # - "Internal"
201201 # Product-specific overrides (override global blockers, don't merge)
202202 # Dictionary key can be a single product ID or comma-separated product IDs
203- # product:
204- # 'elasticsearch':
205- # publish:
206- # types:
207- # - docs
208- # 'cloud-serverless':
209- # publish:
210- # areas:
211- # - Allocation
212- # - Audit
213- # - Authentication
214- # - Autoscaling
215- # - CCR
216- # - CCS
217- # - "Cluster Coordination"
218- # - Codec
219- # - "Discovery-Plugins"
220- # - Engine
221- # - FIPS
222- # - Health
223- # - "ILM"
224- # - IdentityProvider
225- # - "Infra/CLI"
226- # - "Infra/Logging"
227- # - "Infra/Metrics"
228- # - "Infra/Node Lifecycle"
229- # - "Infra/Plugins"
230- # - "Infra/Transport API"
231- # - License
232- # - Monitoring
233- # - Packaging
234- # - "Searchable Snapshots"
235- # - "Snapshot/Restore"
236- # - Stats
237- # - Watcher
238- # types:
239- # - docs
203+ product :
204+ ' elasticsearch ' :
205+ publish :
206+ types :
207+ - docs
208+ ' cloud-serverless ' :
209+ publish :
210+ areas :
211+ - Allocation
212+ - Audit
213+ - Authentication
214+ - Autoscaling
215+ - CCR
216+ - CCS
217+ - " Cluster Coordination"
218+ - Codec
219+ - " Discovery-Plugins"
220+ - Engine
221+ - FIPS
222+ - Health
223+ - " ILM"
224+ - IdentityProvider
225+ - " Infra/CLI"
226+ - " Infra/Logging"
227+ - " Infra/Metrics"
228+ - " Infra/Node Lifecycle"
229+ - " Infra/Plugins"
230+ - " Infra/Transport API"
231+ - License
232+ - Monitoring
233+ - Packaging
234+ - " Searchable Snapshots"
235+ - " Snapshot/Restore"
236+ - Stats
237+ - Watcher
238+ types :
239+ - docs
0 commit comments