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

chore(all): update deps #10871

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/accesscontextmanager v1.9.0 -> v1.9.1 age adoption passing confidence require patch
cloud.google.com/go/auth v0.9.3 -> v0.9.4 age adoption passing confidence require patch
cloud.google.com/go/bigquery v1.62.0 -> v1.63.0 age adoption passing confidence require minor
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.1 age adoption passing confidence require patch
cloud.google.com/go/datacatalog v1.22.0 -> v1.22.1 age adoption passing confidence require patch
cloud.google.com/go/grafeas v0.3.10 -> v0.3.11 age adoption passing confidence require patch
cloud.google.com/go/iam v1.2.0 -> v1.2.1 age adoption passing confidence require patch
cloud.google.com/go/kms v1.19.0 -> v1.19.1 age adoption passing confidence require patch
cloud.google.com/go/longrunning v0.6.0 -> v0.6.1 age adoption passing confidence require patch
cloud.google.com/go/monitoring v1.21.0 -> v1.21.1 age adoption passing confidence require patch
cloud.google.com/go/orgpolicy v1.13.0 -> v1.13.1 age adoption passing confidence require patch
cloud.google.com/go/osconfig v1.14.0 -> v1.14.1 age adoption passing confidence require patch
cloud.google.com/go/pubsub v1.42.0 -> v1.43.0 age adoption passing confidence require minor
cloud.google.com/go/translate v1.12.0 -> v1.12.1 age adoption passing confidence require patch
github.com/googleapis/enterprise-certificate-proxy v0.3.3 -> v0.3.4 age adoption passing confidence require patch
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 -> v1.30.0 age adoption passing confidence require minor
google.golang.org/api v0.196.0 -> v0.197.0 age adoption passing confidence require minor
google.golang.org/grpc v1.66.0 -> v1.66.2 age adoption passing confidence require patch
google.golang.org/grpc/stats/opentelemetry 3ffb98b -> ac41314 age adoption passing confidence require digest

Release Notes

googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)

v0.3.4: Post-GA Release

Compare Source

This is strictly a version bump release to fix github mirrors issue associated with v0.3.3 (due incorrectly tagged commit id). No code changes between v0.3.3 and v0.3.4.

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.3...v0.3.4

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)

v1.30.0: /v0.55.0/v0.24.0/v0.10.0/v0.5.0/v0.3.0/v0.2.0

Compare Source

Overview
Added
  • Add NewProducer to go.opentelemetry.io/contrib/instrumentation/runtime, which allows collecting the go.schedule.duration histogram metric from the Go runtime. (#​5991)
  • Add gRPC protocol support for OTLP log exporter in go.opentelemetry.io/contrib/exporters/autoexport. (#​6083)
Removed
Fixed
  • Superfluous call to WriteHeader when flushing after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​6074)
  • Superfluous call to WriteHeader when writing the response body after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​6055)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.29.0...v1.30.0

googleapis/google-api-go-client (google.golang.org/api)

v0.197.0

Compare Source

Features
Bug Fixes
  • transport: Set UniverseDomain in http.NewClient for new auth (#​2773) (140d0a5)
grpc/grpc-go (google.golang.org/grpc)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)

v1.66.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: storage/go.sum
Command failed: go get -d -t ./...
go: module go.opentelemetry.io/contrib/detectors/gcp@v1.30.0 requires go >= 1.22; switching to go1.22.7
go: downloading go1.22.7 (linux/amd64)
go: download go1.22.7: golang.org/toolchain@v0.0.1-go1.22.7.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: storage/internal/benchmarks/go.sum
Command failed: go get -d -t ./...
go: module go.opentelemetry.io/contrib/detectors/gcp@v1.30.0 requires go >= 1.22; switching to go1.22.7
go: downloading go1.22.7 (linux/amd64)
go: download go1.22.7: golang.org/toolchain@v0.0.1-go1.22.7.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 16, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 16, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 16, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 16, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 16, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 16, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 16, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 17, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 17, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 17, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 18, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 18, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 18, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 18, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 18, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 18, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 19, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 19, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 19, 2024
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Sep 19, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 19, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 19, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 19, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit cf67711 into googleapis:main Sep 19, 2024
344 of 346 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants