Skip to content

Commit ec914dc

Browse files
Update semantic-conventions version to v1.28.0 (#5341)
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent ba70033 commit ec914dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[submodule "content-modules/semantic-conventions"]
2020
path = content-modules/semantic-conventions
2121
url = https://github.com/open-telemetry/semantic-conventions
22-
semconv-pin = v1.27.0
22+
semconv-pin = v1.28.0
2323
[submodule "content-modules/opamp-spec"]
2424
path = content-modules/opamp-spec
2525
url = https://github.com/open-telemetry/opamp-spec

content-modules/semantic-conventions

scripts/content-modules/adjust-pages.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
my %versions = qw(
2121
spec: 1.37.0
2222
otlp: 1.3.2
23-
semconv: 1.27.0
23+
semconv: 1.28.0
2424
);
2525
my $otelSpecVers = $versions{'spec:'};
2626
my $otlpSpecVers = $versions{'otlp:'};

0 commit comments

Comments
 (0)