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 #9674

Merged
merged 8 commits into from
Apr 1, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go v0.112.1 -> v0.112.2 age adoption passing confidence require patch
cloud.google.com/go/aiplatform v1.64.0 -> v1.66.0 age adoption passing confidence require minor
cloud.google.com/go/bigquery v1.59.1 -> v1.60.0 age adoption passing confidence require minor
cloud.google.com/go/longrunning v0.5.5 -> v0.5.6 age adoption passing confidence require patch
cloud.google.com/go/spanner v1.59.0 -> v1.60.0 age adoption passing confidence require minor
cloud.google.com/go/storage v1.39.1 -> v1.40.0 age adoption passing confidence require minor
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 -> v1.22.0 age adoption passing confidence require minor
github.com/cloudprober/cloudprober v0.13.2 -> v0.13.3 age adoption passing confidence require patch
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0 age adoption passing confidence require minor
github.com/google/pprof 401108e -> 868f304 require digest
google.golang.org/api v0.170.0 -> v0.172.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api 6e1732d -> c3f9821 require digest
google.golang.org/genproto/googleapis/rpc 6e1732d -> c3f9821 require digest

Release Notes

googleapis/google-cloud-go (cloud.google.com/go)

v0.112.2

Compare Source

Bug Fixes
cloudprober/cloudprober (github.com/cloudprober/cloudprober)

v0.13.3: - Probe scheduling, DNS probing improvements, jsonnet configs, dynamic config persistence and more

Compare Source

What's Changed

  • Probe scheduling capability:
    • You can now run probes only on the weekdays, only business hours, or turn them off during certain time periods. (#​652, #​662, #​683)
  • External probe server:
  • DNS Probe Improvements:
    • Allow running multiple probes in parallel. (#​670)
    • Add support for TCP DNS probes. (#​681)
  • Dynamic config: Provide a mechanism to save config to disk on dynamic change. If you program probes dynamically using gRPC interface for example, you can configure cloudprober such that it will reload the config on restart (see https://github.com/cloudprober/cloudprober/issues/645 for more background). (#​671)
  • Jsonnet configs support. You can now write Cloudprober configs in textpb (protobuf text), YAML, JSON, and Jsonnet (#​687)
  • [surfacers.otel] Additional resource attribute support. (#​664)
  • [tls] Fix client cert handling when cert reloading is enabled. (#​697)
  • [logs] Redirect container logs to journald. (#​682)
  • [website.homepage] Add a diagram to Cloudprober homepage. (#​674)
  • [servers.http] Fix /healthcheck when lameduck lister is not initialized. (#​684)

Contributors: @​manugarg, @​cbroglie, @​aitorpazos, @​ls692, @​AdamEAnderson

New Contributors

Full Changelog: cloudprober/cloudprober@v0.13.2...v0.13.3

go-git/go-git (github.com/go-git/go-git/v5)

v5.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.11.0...v5.12.0

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

v0.172.0

Compare Source

Features

v0.171.0

Compare Source

Features
Bug Fixes

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 has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from jba as a code owner April 1, 2024 00:58
Copy link

⚠ Artifact update problem

Renovate failed to update an artifact 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/internal/benchmarks/go.sum
Command failed: go get -d -t ./...
go: downloading cloud.google.com/go v0.112.1
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.22.0
go: downloading github.com/cloudprober/cloudprober v0.13.3
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.24.0
go: downloading go.opentelemetry.io/otel/bridge/opencensus v0.45.0
go: downloading go.opentelemetry.io/otel/sdk v1.24.0
go: downloading cloud.google.com/go/trace v1.10.5
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.46.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.22.0
main imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/slices)

@renovate-bot renovate-bot requested review from eliben, a team and shollyman as code owners April 1, 2024 00:58
@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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 2024
@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label Apr 1, 2024
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@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 Apr 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 1, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit a2575a9 into googleapis:main Apr 1, 2024
320 of 324 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 Apr 1, 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