Skip to content

Commit 1621ae5

Browse files
committed
file format cleanup, only major and minor.
1 parent 8b3cae1 commit 1621ae5

20 files changed

+171
-176
lines changed

examples/configuration/extensions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# The file format version
5-
file_format: "0.1"
5+
file_format: "1.0"
66

77
# Configure if the SDK is disabled or not. This is not required to be provided
88
# to ensure the SDK isn't disabled, the default value when this is not provided

functional/configuration/shelltests/kitchen-sink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# The file format version.
1212
# The yaml format is documented at
1313
# https://github.com/open-telemetry/opentelemetry-configuration/tree/main/schema
14-
file_format: "1.0.0-rc.1"
14+
file_format: "1.0-rc.1"
1515
# Configure if the SDK is disabled or not.
1616
# If omitted or null, false is used.
1717
disabled: false

functional/configuration/shelltests/propagator_both.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:

functional/configuration/shelltests/propagator_broken.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite_list: "tracecontext,baggage,b3,b3multi"

functional/configuration/shelltests/propagator_duplicates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:

functional/configuration/shelltests/propagator_multi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:

functional/configuration/shelltests/propagator_ottrace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:

functional/configuration/shelltests/propagator_single.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:

functional/configuration/shelltests/propagator_unknown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
file_format: 1.0.0
4+
file_format: "1.0"
55

66
propagator:
77
composite:

0 commit comments

Comments
 (0)