File tree Expand file tree Collapse file tree 4 files changed +32
-3
lines changed Expand file tree Collapse file tree 4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ v1.0.0-rc.2] - 2025-09-26
6+
7+ ### Schema
8+
9+ * Move known resource detectors to properties
10+ ([ #220 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/220 ) )
11+ * Add 'translation_strategy' to PrometheusMetricExporter
12+ ([ #262 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/262 ) )
13+ * bugfix: remove requirement for disabled field for ExperimentalTracerConfig
14+ ([ #307 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/307 ) )
15+ * bugfix: remove name/config as required in ExperimentalTracerMatcherAndConfig
16+ ([ #308 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/308 ) )
17+
18+
19+ ### Tooling
20+
21+ * Update community member listings
22+ ([ #225 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/225 ) )
23+ * Fix outdated community membership link
24+ ([ #226 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/226 ) )
25+ * Add minimum token permissions for all github workflow files
26+ ([ #231 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/231 ) )
27+ * Run docker image as current user
28+ ([ #240 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/240 ) )
29+ * Install all dependencies in one step
30+ ([ #241 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/241 ) )
31+ * Dep validator for validator-build-shelltest-image
32+ ([ #239 ] ( https://github.com/open-telemetry/opentelemetry-configuration/pull/239 ) )
33+
534## [ v1.0.0-rc.1] - 2025-06-18
635
736### Schema
Original file line number Diff line number Diff line change 88# The file format version.
99# The yaml format is documented at
1010# https://github.com/open-telemetry/opentelemetry-configuration/tree/main/schema
11- file_format : " 1.0-rc.1 "
11+ file_format : " 1.0-rc.2 "
1212# Configure if the SDK is disabled or not.
1313# If omitted or null, false is used.
1414disabled : false
Original file line number Diff line number Diff line change 88# The file format version.
99# The yaml format is documented at
1010# https://github.com/open-telemetry/opentelemetry-configuration/tree/main/schema
11- file_format : " 1.0-rc.1 "
11+ file_format : " 1.0-rc.2 "
1212# Configure if the SDK is disabled or not.
1313# If omitted or null, false is used.
1414disabled : false
Original file line number Diff line number Diff line change 3535# The file format version.
3636# The yaml format is documented at
3737# https://github.com/open-telemetry/opentelemetry-configuration/tree/main/schema
38- file_format : " 1.0-rc.1 "
38+ file_format : " 1.0-rc.2 "
3939# Configure if the SDK is disabled or not.
4040# If omitted or null, false is used.
4141disabled : ${OTEL_SDK_DISABLED:-false}
You can’t perform that action at this time.
0 commit comments