Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opentelemetry-specification version to 1.29.0 #3757

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
my $specBasePath = '/docs/specs';
my $path_base_for_github_subdir = "content/en$specBasePath";
my %versions = qw(
spec: 1.28.0
spec: 1.29.0
otlp: 1.0.0
semconv: 1.24.0
);
Expand Down Expand Up @@ -113,14 +113,6 @@ ()
s|\.\./semantic_conventions/README.md|$semConvRef| if $ARGV =~ /overview/;
s|\.\./specification/(.*?\))|../otel/$1)|g if $ARGV =~ /otel\/specification/;

# TODO: drop the following warning once the checks are enabled in the spec repos
if (
/\((https:\/\/github.com\/open-telemetry\/opentelemetry-specification\/\w+\/.*?\/specification([^\)]*))\)/ &&
$ARGV !~ /tmp\/(opamp|otlp\/docs|semconv)|semantic_conventions/
) {
printf STDOUT "WARNING: link to spec page encoded as an external URL, but should be a local path, fix this upstream;\n File: $ARGV \n Link: $1\n";
}

# Match markdown inline links or link definitions to OTel spec pages: "[...](URL)" or "[...]: URL"
s|(\]:\s+\|\()https://github.com/open-telemetry/opentelemetry-specification/\w+/(main\|v$otelSpecVers)/specification(.*?\)?)|$1$specBasePath/otel$3|;

Expand Down
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6987,6 +6987,10 @@
"StatusCode": 206,
"LastSeen": "2023-06-29T18:41:53.764072-04:00"
},
"https://www.w3.org/TR/baggage/#baggage-string": {
"StatusCode": 206,
"LastSeen": "2024-01-11T06:07:13.666570443Z"
},
"https://www.w3.org/TR/baggage/#header-content": {
"StatusCode": 206,
"LastSeen": "2023-12-16T15:16:50.350520378Z"
Expand Down Expand Up @@ -7055,6 +7059,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-29T18:43:02.782058-04:00"
},
"https://yaml.org/spec/1.2.2/": {
"StatusCode": 206,
"LastSeen": "2024-01-11T06:07:16.115841487Z"
},
"https://youtu.be/9iaGG-YZw5I": {
"StatusCode": 200,
"LastSeen": "2023-06-01T17:03:14.742262-04:00"
Expand Down
Loading