Skip to content

Commit 2982119

Browse files
ddelgrosso1michaelpri10renovate-botdbolduccuiy0006
committed
Chore: merge from public circa 2024-11-18 (#83)
* docs(pubsub): Fix region tags for Pub/Sub ingestion from GCS samples (#14773) * chore(deps): update actions/checkout digest to eef6144 (#14772) * chore(deps): update opentelemetry to v1.17.0 (#14774) * chore(deps): update grpc to v1.67.0 (#14711) * cleanup: remove unused otel compile def (#14775) * impl: API key creds for gRPC (#14776) * cleanup(oauth2): change universe domain endpoint (#14777) * impl: add ApiKeyConfig, implement in gRPC (#14778) * feat: API key authentication (#14779) * refactor(oauth2): prepare for API key auth (#14780) * impl(compute): reduce specificity on integration test error message (#14782) * cleanup(oauth2): MinimalIamCredentialsRestStub use universe domain in endpoint (#14781) * cleanup(oauth2): MinimalIamCredentialsRestStub use universe domain in endpoint * test * cleanup * split unit tests * cleanup * fix win build * fix msan-pr * impl: API key auth over REST (#14785) * docs(storage): better suggestion for deprecated API (#14786) * cleanup(storage): add comment on why no API key support (#14788) * ci: pin python version for gsutil (#14792) * chore: update vcpkg to v2024.09.30 (#14790) * chore: update googleapis SHA circa 2024-10-17 (#14793) PiperOrigin-RevId: 686790780 * cleanup: cmake compute features (#14794) * chore(deps): update dependency bazelbuild/bazelisk to v1.22.1 (#14796) * chore(deps): update protobuf to v28.3 (#14798) * chore(deps): update dependency bazel to v7.4.0 (#14797) * chore(deps): update actions/checkout digest to 11bd719 (#14799) * chore: update googleapis SHA circa 2024-10-24 (#14801) * chore: update googleapis SHA circa 2024-10-24 PiperOrigin-RevId: 689456358 * Update the protodeps/protolists * Regenerate libraries * docs: add more cases for generating new libraries (#14806) * docs: add more cases for generating new libraries * fix * feat(oauth2): add support for external account workforce identity (#14800) * feat(oauth2): add support for external account workforce identity * move * avoid cmake dep * format * address the comments * ci: do not fail universe-domain-demo tests (#14811) * impl(mixin): add missing mixin headers to rest stub headers (#14808) * feat(parallelstore): generate library (#14805) * feat(parallelstore): generate library * Run generators and format their outputs * Add API baseline * Manually update READMEs, quickstart, and top-level stuff * use zone-id for quickstart input * refactor: prepare to parse ADC json from string (#14810) * chore(deps): update dependency build_bazel_rules_apple to v3.11.2 (#14802) * impl(compute): remove FutureReservationsClient as the service is not GA (#14812) * impl: parse impersonated ADC json (#14809) * cleanup(mixin): add one API test case for location mixin (#14813) * cleanup(mixin): add one API test case for location mixin * fix format * add test fix nit * chore: update googleapis SHA circa 2024-10-31 (#14817) PiperOrigin-RevId: 691873596 * chore(deps): update dependency rules_python to v0.37.2 (#14795) * cleanup(mixin): deduplicate mixin pb headers (#14819) * cleanup(mixin): add more test cases (#14818) * chore(compute): update discovery doc circa 20241015 (#14822) * cleanup: chrono literals (#14826) * chore(deps): update dependency rules_proto to v7 (#14827) * docs(release): update changelog for the 2024-11 release (#14830) * chore: version bump to 2.32.0-rc (#14834) * chore(deps): update dependency google_cloud_cpp to v2.31.0 (#14835) * chore(deps): update dependency rules_python to v0.38.0 (#14831) * chore(deps): update dependency build_bazel_rules_apple to v3.12.0 (#14837) * cleanup(mixin): add integration tests (#14829) * cleanup(mixin): add integration tests * fix * format * cleanup(quickstart): disable speech_quickstart_global (#14842) * cleanup(quickstart): disable speech_quickstart_global * format * ci: re-enable universe-domain-demo tests (#14843) * chore(deps): update dependency bazel to v7.4.1 (#14840) * chore(deps): update dependency rules_proto to v7.0.2 (#14839) Co-authored-by: Yao Cui <[email protected]> * feat(rest): support impersonated ADC (#14815) * chore(deps): update dependency build_bazel_rules_apple to v3.13.0 (#14844) * chore(deps): update dependency rules_python to v0.39.0 (#14845) * refactor: prepare for breaking change in Protobuf C++ API. (#14828) * cleanup(mixin): remove duplicated operations stub (#14838) * ci: enable global and add non-us region to speech quickstart (#14848) * docs(managedkafka): change old title to new title (#14846) * chore(compute): update discovery doc circa 20241112 (#14850) * impl(generator): handle deprecated services (#14849) * chore(deps): update dependency rules_python to v0.40.0 (#14847) * chore(deps): update dependency bazelbuild/bazelisk to v1.24.0 (#14851) * impl: warn but do not error on deprecated proto types (#14855) * impl(generator): remove deprecated declaration pragma (#14854) * ci: use installed cmake (#14857) * feat(rest): support generateIdToken in impersonation url (#14853) * ci: update cmake quickstart handling for storage grpc (#14856) * ci: prepare for new mdformat (#14859) * chore(deps): update dependency bazelbuild/bazelisk to v1.24.1 (#14858) --------- Co-authored-by: Mike Prieto <[email protected]> Co-authored-by: Mend Renovate <[email protected]> Co-authored-by: Darren Bolduc <[email protected]> Co-authored-by: Yao Cui <[email protected]> Co-authored-by: Scott Hart <[email protected]> Co-authored-by: evalon32 <[email protected]> Co-authored-by: Noah Dietz <[email protected]>
1 parent 94c903b commit 2982119

File tree

331 files changed

+16550
-16453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+16550
-16453
lines changed
Binary file not shown.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
8181
-DBUILD_TESTING=OFF \
8282
-DOPENTELEMETRY_INSTALL=ON \
8383
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
84-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
8584
-S . -B cmake-out && \
8685
cmake --build cmake-out --target install -- -j ${NCPU:-4}
8786
# ```

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
9898
-DBUILD_TESTING=OFF \
9999
-DOPENTELEMETRY_INSTALL=ON \
100100
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
101-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
102101
-S . -B cmake-out && \
103102
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
104103
ldconfig

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
162162
-DBUILD_TESTING=OFF \
163163
-DOPENTELEMETRY_INSTALL=ON \
164164
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
165-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
166165
-S . -B cmake-out && \
167166
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
168167
ldconfig

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
8989
-DBUILD_TESTING=OFF \
9090
-DOPENTELEMETRY_INSTALL=ON \
9191
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
92-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
9392
-S . -B cmake-out && \
9493
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
9594
ldconfig

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
6969
-DBUILD_TESTING=OFF \
7070
-DOPENTELEMETRY_INSTALL=ON \
7171
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
72-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
7372
-S . -B cmake-out && \
7473
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
7574
ldconfig

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
209209
-DBUILD_TESTING=OFF \
210210
-DOPENTELEMETRY_INSTALL=ON \
211211
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
212-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
213212
-S . -B cmake-out && \
214213
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
215214
ldconfig

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
103103
-DBUILD_TESTING=OFF \
104104
-DOPENTELEMETRY_INSTALL=ON \
105105
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
106-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
107106
-S . -B cmake-out && \
108107
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
109108
ldconfig

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
175175
-DBUILD_TESTING=OFF \
176176
-DOPENTELEMETRY_INSTALL=ON \
177177
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
178-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
179178
-S . -B cmake-out && \
180179
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
181180
ldconfig

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
156156
-DBUILD_TESTING=OFF \
157157
-DOPENTELEMETRY_INSTALL=ON \
158158
-DOPENTELEMETRY_ABI_VERSION_NO=2 \
159-
-DWITH_DEPRECATED_SDK_FACTORY=OFF \
160159
-S . -B cmake-out && \
161160
cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
162161
ldconfig

0 commit comments

Comments
 (0)