Skip to content

Commit 0448312

Browse files
authored
chore(deps): update opentelemetry to v1.20.0 (googleapis#15060)
1 parent 09fed7c commit 0448312

18 files changed

+28
-28
lines changed

bazel/workspace0.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ def gl_cpp_workspace0(name = None):
233233
http_archive,
234234
name = "io_opentelemetry_cpp",
235235
urls = [
236-
"https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz",
236+
"https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz",
237237
],
238-
sha256 = "e0330194b72f2fe4c0ce3ece06b02dc4aa0ab491eb75bf42c6f5e283912e468c",
239-
strip_prefix = "opentelemetry-cpp-1.19.0",
238+
sha256 = "4b6eeb852f075133c21b95948017f13a3e21740e55b921d27e42970a47314297",
239+
strip_prefix = "opentelemetry-cpp-1.20.0",
240240
repo_mapping = {
241241
"@curl": "@com_github_curl_curl",
242242
"@com_github_google_benchmark": "@com_github_benchmark",

ci/cloudbuild/dockerfiles/demo-alpine-stable.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN apk update && \
7171

7272
# ```bash
7373
WORKDIR /var/tmp/build/opentelemetry-cpp
74-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
74+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
7575
tar -xzf - --strip-components=1 && \
7676
cmake \
7777
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN curl -fsSL https://github.com/google/crc32c/archive/1.1.2.tar.gz | \
8888

8989
# ```bash
9090
WORKDIR /var/tmp/build/opentelemetry-cpp
91-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
91+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
9292
tar -xzf - --strip-components=1 && \
9393
cmake \
9494
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.69.0.tar.gz | \
152152

153153
# ```bash
154154
WORKDIR /var/tmp/build/opentelemetry-cpp
155-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
155+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
156156
tar -xzf - --strip-components=1 && \
157157
cmake \
158158
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ENV PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/local/l
7979

8080
# ```bash
8181
WORKDIR /var/tmp/build/opentelemetry-cpp
82-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
82+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
8383
tar -xzf - --strip-components=1 && \
8484
cmake \
8585
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENV PATH=/usr/local/bin:${PATH}
5959

6060
# ```bash
6161
WORKDIR /var/tmp/build/opentelemetry-cpp
62-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
62+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
6363
tar -xzf - --strip-components=1 && \
6464
cmake \
6565
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
199199

200200
# ```bash
201201
WORKDIR /var/tmp/build/opentelemetry-cpp
202-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
202+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
203203
tar -xzf - --strip-components=1 && \
204204
cmake \
205205
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN curl -fsSL https://github.com/google/crc32c/archive/1.1.2.tar.gz | \
9393

9494
# ```bash
9595
WORKDIR /var/tmp/build/opentelemetry-cpp
96-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
96+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
9797
tar -xzf - --strip-components=1 && \
9898
cmake \
9999
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
165165

166166
# ```bash
167167
WORKDIR /var/tmp/build/opentelemetry-cpp
168-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
168+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
169169
tar -xzf - --strip-components=1 && \
170170
cmake \
171171
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
146146

147147
# ```bash
148148
WORKDIR /var/tmp/build/opentelemetry-cpp
149-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
149+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
150150
tar -xzf - --strip-components=1 && \
151151
cmake \
152152
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
141141
ldconfig && cd /var/tmp && rm -fr build
142142

143143
WORKDIR /var/tmp/build/
144-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
144+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
145145
tar -xzf - --strip-components=1 && \
146146
cmake \
147147
-DCMAKE_CXX_STANDARD=14 \

ci/cloudbuild/dockerfiles/fedora-latest-cxx14.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
149149
cd /var/tmp && rm -fr build
150150

151151
WORKDIR /var/tmp/build/
152-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
152+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
153153
tar -xzf - --strip-components=1 && \
154154
cmake \
155155
-DCMAKE_CXX_STANDARD=14 \

ci/cloudbuild/dockerfiles/fedora-latest-cxx20.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
151151
cd /var/tmp && rm -fr build
152152

153153
WORKDIR /var/tmp/build/
154-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
154+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
155155
tar -xzf - --strip-components=1 && \
156156
cmake \
157157
-DCMAKE_CXX_STANDARD=20 \

ci/cloudbuild/dockerfiles/fedora-latest-publish-docs.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN curl -fsSL https://github.com/doxygen/doxygen/archive/refs/tags/Release_1_11
6363
cmake --build cmake-out --target install
6464

6565
WORKDIR /var/tmp/build/
66-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
66+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
6767
tar -xzf - --strip-components=1 && \
6868
cmake \
6969
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-m32.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
100100
# compiled with. And we use the compiler flags from ci/etc/m32-toolchain.cmake
101101
# to force a 32-bit install.
102102
WORKDIR /var/tmp/build/opentelemetry
103-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
103+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
104104
tar -xzf - --strip-components=1 && \
105105
cmake \
106106
-DCMAKE_CXX_STANDARD=17 \

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
7070
# GCC 7.x. See https://github.com/open-telemetry/opentelemetry-cpp/issues/1014
7171
# for more details.
7272
WORKDIR /var/tmp/build/opentelemetry-cpp
73-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
73+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
7474
tar -xzf - --strip-components=1 && \
7575
sed -i 's/Stack &GetStack()/Stack \&GetStack() __attribute__((noinline, noclone))/' "api/include/opentelemetry/context/runtime_context.h" && \
7676
cmake \

ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-07-02.tar.gz | \
156156
cd /var/tmp && rm -fr build
157157

158158
WORKDIR /var/tmp/build/
159-
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
159+
RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
160160
tar -xzf - --strip-components=1 && \
161161
cmake \
162162
-DCMAKE_CXX_STANDARD=14 \

doc/packaging.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ recommend installing this library because:
202202

203203
```bash
204204
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
205-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
205+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
206206
tar -xzf - --strip-components=1 && \
207207
cmake \
208208
-DCMAKE_BUILD_TYPE=Release \
@@ -304,7 +304,7 @@ recommend installing this library because:
304304

305305
```bash
306306
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
307-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
307+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
308308
tar -xzf - --strip-components=1 && \
309309
cmake \
310310
-DCMAKE_BUILD_TYPE=Release \
@@ -386,7 +386,7 @@ recommend installing this library because:
386386

387387
```bash
388388
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
389-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
389+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
390390
tar -xzf - --strip-components=1 && \
391391
cmake \
392392
-DCMAKE_BUILD_TYPE=Release \
@@ -506,7 +506,7 @@ recommend installing this library because:
506506

507507
```bash
508508
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
509-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
509+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
510510
tar -xzf - --strip-components=1 && \
511511
cmake \
512512
-DCMAKE_BUILD_TYPE=Release \
@@ -673,7 +673,7 @@ recommend installing this library because:
673673

674674
```bash
675675
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
676-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
676+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
677677
tar -xzf - --strip-components=1 && \
678678
cmake \
679679
-DCMAKE_BUILD_TYPE=Release \
@@ -859,7 +859,7 @@ recommend installing this library because:
859859

860860
```bash
861861
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
862-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
862+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
863863
tar -xzf - --strip-components=1 && \
864864
cmake \
865865
-DCMAKE_BUILD_TYPE=Release \
@@ -969,7 +969,7 @@ recommend installing this library because:
969969

970970
```bash
971971
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
972-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
972+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
973973
tar -xzf - --strip-components=1 && \
974974
cmake \
975975
-DCMAKE_BUILD_TYPE=Release \
@@ -1143,7 +1143,7 @@ recommend installing this library because:
11431143

11441144
```bash
11451145
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
1146-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
1146+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
11471147
tar -xzf - --strip-components=1 && \
11481148
cmake \
11491149
-DCMAKE_BUILD_TYPE=Release \
@@ -1364,7 +1364,7 @@ recommend installing this library because:
13641364

13651365
```bash
13661366
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
1367-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19.0.tar.gz | \
1367+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
13681368
tar -xzf - --strip-components=1 && \
13691369
cmake \
13701370
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)