From 011071c1da1acdbce816dbaedb658e08c5d53402 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 16 Oct 2023 13:33:16 -0400 Subject: [PATCH] Update to spec 1.26.0 and semconv 1.22.0 at the same time --- content-modules/opentelemetry-specification | 2 +- content-modules/semantic-conventions | 2 +- scripts/content-modules/adjust-pages.pl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content-modules/opentelemetry-specification b/content-modules/opentelemetry-specification index 4f23dce407b6..c517f628cc66 160000 --- a/content-modules/opentelemetry-specification +++ b/content-modules/opentelemetry-specification @@ -1 +1 @@ -Subproject commit 4f23dce407b6fcaba34a049df7c3d41cdd58cb77 +Subproject commit c517f628cc667d2aba7d6cdaba5950dfc5223808 diff --git a/content-modules/semantic-conventions b/content-modules/semantic-conventions index e53154102599..cadfe5394926 160000 --- a/content-modules/semantic-conventions +++ b/content-modules/semantic-conventions @@ -1 +1 @@ -Subproject commit e531541025992b68177a68b87628c5dc75c4f7d9 +Subproject commit cadfe53949266d33476b15ca52c92f682600a29c diff --git a/scripts/content-modules/adjust-pages.pl b/scripts/content-modules/adjust-pages.pl index 77d7452ac0b3..1fa3efbd2558 100755 --- a/scripts/content-modules/adjust-pages.pl +++ b/scripts/content-modules/adjust-pages.pl @@ -19,9 +19,9 @@ my $specBasePath = '/docs/specs'; my $path_base_for_github_subdir = "content/en$specBasePath"; my %versions = qw( - spec: 1.25.0 + spec: 1.26.0 otlp: 1.0.0 - semconv: 1.21.0 + semconv: 1.22.0 ); my $otelSpecVers = $versions{'spec:'}; my $otlpSpecVers = $versions{'otlp:'};