Skip to content

Commit c7ff6b9

Browse files
jack-bergcodeboten
andauthored
Prepare for 1.0.0-rc.1 release (#207)
Co-authored-by: Alex Boten <[email protected]>
1 parent cc1ef74 commit c7ff6b9

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## Unreleased
44

5+
## [v1.0.0-rc.1] - 2025-06-12
6+
7+
### Schema
8+
9+
* Standardize container, host, process, and service resource detectors
10+
([#199](https://github.com/open-telemetry/opentelemetry-configuration/pull/199))
11+
12+
### Tooling
13+
14+
* Add mark down link checking build step
15+
([#196](https://github.com/open-telemetry/opentelemetry-configuration/pull/196),
16+
[#198](https://github.com/open-telemetry/opentelemetry-configuration/pull/198))
17+
* Add ossf-scorecard scanning workflow
18+
([#194](https://github.com/open-telemetry/opentelemetry-configuration/pull/194))
19+
* Update validator-release.yml to use ubuntu-latest
20+
([#200](https://github.com/open-telemetry/opentelemetry-configuration/pull/200))
21+
* Add Renovate configuration
22+
([#202](https://github.com/open-telemetry/opentelemetry-configuration/pull/202))
23+
* [StepSecurity] ci: Harden GitHub Actions
24+
([#206](https://github.com/open-telemetry/opentelemetry-configuration/pull/206))
25+
526
## [v0.4.0] - 2025-03-31
627

728
This release has a significant number of breaking changes, new additions and

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: "0.4"
11+
file_format: "1.0-rc.1"
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: "0.4"
11+
file_format: "1.0-rc.1"
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: "0.4"
38+
file_format: "1.0-rc.1"
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)