Skip to content

Commit c672076

Browse files
authored
chore: prepare rc.2 release (#303)
* chore: prepare rc.2 release Updates the file format version and changelog in preparation for the release of rc.2 Signed-off-by: alex boten <[email protected]> * update changelog Signed-off-by: alex boten <[email protected]> --------- Signed-off-by: alex boten <[email protected]>
1 parent 7024a8b commit c672076

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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

examples/kitchen-sink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.
1414
disabled: false

examples/sdk-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.
1414
disabled: false

examples/sdk-migration-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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.
4141
disabled: ${OTEL_SDK_DISABLED:-false}

0 commit comments

Comments
 (0)