|
1 | | -# The directory that stores individual changelog entries. |
2 | | -# Each entry is stored in a dedicated yaml file. |
3 | | -# - 'chloggen new' will copy the 'template_yaml' to this directory as a new entry file. |
4 | | -# - 'chloggen validate' will validate that all entry files are valid. |
5 | | -# - 'chloggen update' will read and delete all entry files in this directory, and update 'changelog_md'. |
6 | | -# Specify as relative path from root of repo. |
7 | | -# (Optional) Default: .chloggen |
| 1 | +change_logs: |
| 2 | + api: CHANGELOG-API.md |
| 3 | + user: CHANGELOG.md |
| 4 | +default_change_logs: |
| 5 | + - user |
8 | 6 | entries_dir: .chloggen |
9 | | - |
10 | | -# This file is used as the input for individual changelog entries. |
11 | | -# Specify as relative path from root of repo. |
12 | | -# (Optional) Default: .chloggen/TEMPLATE.yaml |
13 | 7 | template_yaml: .chloggen/TEMPLATE.yaml |
14 | | - |
15 | 8 | summary_template: .chloggen/summary.tmpl |
16 | | - |
17 | | -# The CHANGELOG file or files to which 'chloggen update' will write new entries |
18 | | -# (Optional) Default filename: CHANGELOG.md |
19 | | -change_logs: |
20 | | - user: CHANGELOG.md |
21 | | - api: CHANGELOG-API.md |
22 | | - |
23 | | -# The default change_log or change_logs to which an entry should be added. |
24 | | -# If 'change_logs' is specified in this file, and no value is specified for 'default_change_logs', |
25 | | -# then 'change_logs' MUST be specified in every entry file. |
26 | | -default_change_logs: [user] |
| 9 | +components: |
| 10 | + - all |
| 11 | + - cmd/builder |
| 12 | + - cmd/mdatagen |
| 13 | + - connector/forward |
| 14 | + - connector/sample |
| 15 | + - consumer/xconsumer |
| 16 | + - docs/rfcs |
| 17 | + - exporter/debug |
| 18 | + - exporter/nop |
| 19 | + - exporter/otlp |
| 20 | + - exporter/otlphttp |
| 21 | + - extension/memory_limiter |
| 22 | + - extension/xextension |
| 23 | + - extension/xextension |
| 24 | + - extension/zpages |
| 25 | + - pdata/pprofile |
| 26 | + - pdata/xpdata |
| 27 | + - pkg/config/configauth |
| 28 | + - pkg/config/configcompression |
| 29 | + - pkg/config/configgrpc |
| 30 | + - pkg/config/confighttp |
| 31 | + - pkg/config/configmiddleware |
| 32 | + - pkg/config/confignet |
| 33 | + - pkg/config/configopaque |
| 34 | + - pkg/config/configoptional |
| 35 | + - pkg/config/configretry |
| 36 | + - pkg/config/configtelemetry |
| 37 | + - pkg/config/configtls |
| 38 | + - pkg/confmap |
| 39 | + - pkg/exporterhelper |
| 40 | + - pkg/otelcol |
| 41 | + - pkg/pdata |
| 42 | + - pkg/processorhelper |
| 43 | + - pkg/queuebatch |
| 44 | + - pkg/receiverhelper |
| 45 | + - pkg/scraper |
| 46 | + - pkg/scraperhelper |
| 47 | + - pkg/service |
| 48 | + - pkg/xconnector |
| 49 | + - pkg/xexporter |
| 50 | + - pkg/xexporterhelper |
| 51 | + - pkg/xprocessor |
| 52 | + - pkg/xreceiver |
| 53 | + - processor/batch |
| 54 | + - processor/memory_limiter |
| 55 | + - processor/sample |
| 56 | + - provider/env |
| 57 | + - provider/file |
| 58 | + - provider/http |
| 59 | + - provider/https |
| 60 | + - provider/yaml |
| 61 | + - receiver/nop |
| 62 | + - receiver/otlp |
| 63 | + - receiver/sample |
| 64 | + - receiver/sample |
| 65 | + - scraper/sample |
| 66 | + - service/graph |
0 commit comments