@@ -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"
@@ -138,14 +138,64 @@ pivot:
138138 " Vector search " : " :Search Relevance/Vectors"
139139 Watcher : " :Data Management/Watcher"
140140
141+ # Product-specific label blockers (optional)
142+ # Maps product IDs to lists of labels that prevent changelog creation for that product
143+ # 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"
151+
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
190+
141191# Block configuration - combined create and publish blockers
142192block :
143193 # Global labels that block changelog creation for all products (comma-separated string)
144194 # create: ">non-issue, >test, >refactoring, :Delivery/Build, :Delivery/Tooling"
145195 # Block changelog entries from publishing based on entry type or area
146196 # publish:
147- # types:
148- # - docs
197+ # types:
198+ # - docs
149199 # areas:
150200 # - "Internal"
151201 # Product-specific overrides (override global blockers, don't merge)
0 commit comments