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

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/cloudprober/cloudprober v0.12.7 -> v0.13.2 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api a9fa171 -> 6c6643b age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc a9fa171 -> 6c6643b age adoption passing confidence require digest

Release Notes

cloudprober/cloudprober (github.com/cloudprober/cloudprober)

v0.13.2: OpenTelemetry surfacer and composable config files

Compare Source

What's Changed

  • [config] Make cloudprober configs composable. You can now include other configs within a cloudprober config. This will make multi-team config management easier (yay!! 🎉) . #​643 (Note this doesn't work for YAML configs yet)
    • Cloudprober helm chart also supports specifying additional configs now.
  • [surfacers] Add OpenTelemetry surfacer. OpenTelemetry is becoming very popular and almost all metrics systems support it. Adding this surfacer increases Cloudprober's integration capabilities multifold. There may still be some rough edges but give it try. #​642
  • [surfacers] "failure" metric for all. Now all surfacers, except FILE and PUBSUB, export "failure" metric by default. You can still disable it if you want. #​648
  • [surfacers] Filtering metrics by name works for all surfacers now except FILE and PUBSUB. #​648
  • [probes.ping] Take a small pause between pushing packets to avoid overwhelming the network buffers by @​jumpojoy in https://github.com/cloudprober/cloudprober/pull/634
  • [docs] Documentation enhancements. #​627 #​650
  • [build] Fix Dockerfile.dev by @​jumpojoy in https://github.com/cloudprober/cloudprober/pull/632

Breaking Change

  • [targets] Rename targets.endpoints to targets.endpoint (#​646). With this change targets { endpoints {} } config fields will result an error. Sorry for the breaking change, but since these fields were introduced only in the last release (v0.13.1), impact should be minimal.

Security Update

New Contributors

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

v0.13.1: - Opsgenie integration, alerting enhancements and other changes

Compare Source

Alerting Enhancements

Other Changes (consistency, logs verbosity, documentation, etc)

  • [probes] Make DNS resolve errors behavior more consistent: #​616, #​619, #​620
  • Provide a way to specify detailed targets configuration in the config directly. This will simplify configuration quite significantly. #​606
  • [targets] Make targets optional for certain probes. #​614
  • [probes] Return an error if interval is smaller than timeout. #​560
  • Reduce logs verbosity: #​555, #​562, #​563
  • [docs.targets] Improve targets documentation. #​617
  • [config] Streamline config usage and loading: #​622
  • [probes.http] Support for new Cloudprober internal scheme, host and path labels. #​607, #​608
  • [website] Fix company list fonts on the homepage. #​612

Build and testing

  • [build] Move a bunch of packages to internal #​589, #​590, #​591, #​592
  • [build] Test example configs during build. #​543
  • [probes.test] Add tests to verify that empty configs work. #​544
  • [cleanup] Cleanup usage of deprecated packages: #​603, #​604, #​605
  • [probes.grpc] Disable connect failures test for macos. #​579
  • [examples] Fix myprober example and simplify it. #​568
  • [build] Don't fail fast. Run as many tests as possible. #​574
  • [build] Run certain actions only in the main repository. #​621

Bug fixes

  • [config] Fix bug in envSecret handling. #​546
  • [config] Fix a bug in the /config-running disabling functiionality. #​554

Security updates

  • [security] Upgrade gRPC package to fix the security issue. #​602
  • [build] Update some depdendencies to fix security alerts. #​577

Full Changelog: cloudprober/cloudprober@v0.13.0...v0.13.1

v0.13.0: - Alerts dashboard, alerting support for all probes, more config template functions, config documentation navigation

Compare Source

Enhancements

Bug fixes

Documentation

Full Changelog: cloudprober/cloudprober@v0.12.9...v0.13.0

v0.12.9: - YAML configs, structured logging, improved gRPC probe, more alerting targets, and much more

Compare Source

Enhancements

Bug fixes
Internal
Build and Testing

New Contributors

Full Changelog: cloudprober/cloudprober@v0.12.8...v0.12.9

v0.12.8: Bug fixes

Compare Source

Bug fixes

  • [probes.http] Fix HTTP request body handling and add a lot of tests. We were using a custom reader for HTTP request body to optimize some aspects of it, but some parts of the Go's HTTP implementation expect the request body to be a buffered reader. #​408, #​407, #​409, #​411
  • [oauth2] Fix a bug in HTTP token refresh, introduced by the above change. #​422
  • [probes.http] Fix how we determine whether to change the TLS config servername. #​420
  • [probes.udp] Fix additional labels handling for UDP probe. #​421

Other changes

  • [alerting] Add support for email notifications. #​403
  • [alerting] Fix config protobuf package name. #​402
  • [build] Exclude "tip" from releases. #​400
  • [probes.http] Include headers configured with header option in requests. #​418

New Contributors

Full Changelog: cloudprober/cloudprober@v0.12.7...v0.12.8


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.

Copy link

forking-renovate bot commented Jan 22, 2024

⚠ 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/storage v1.36.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0
go: downloading github.com/cloudprober/cloudprober v0.13.2
go: downloading cloud.google.com/go v0.111.0
go: downloading github.com/google/uuid v1.5.0
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.22.0
go: downloading go.opentelemetry.io/otel v1.22.0
go: downloading go.opentelemetry.io/otel/bridge/opencensus v0.45.0
go: downloading go.opentelemetry.io/otel/sdk v1.22.0
go: downloading go.opentelemetry.io/otel/trace v1.22.0
go: downloading golang.org/x/net v0.20.0
go: downloading golang.org/x/sync v0.6.0
go: downloading google.golang.org/api v0.157.0
go: downloading google.golang.org/grpc v1.60.1
go: downloading google.golang.org/protobuf v1.32.0
go: downloading cloud.google.com/go/trace v1.10.4
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.45.0
go: downloading golang.org/x/oauth2 v0.16.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac
go: downloading google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917
go: downloading cloud.google.com/go/iam v1.1.5
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/otel/metric v1.22.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.22.0
go: downloading golang.org/x/sys v0.16.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/envoyproxy/go-control-plane v0.12.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4
go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.2
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading golang.org/x/crypto v0.18.0
main imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.13/src/slices)

@renovate-bot renovate-bot requested review from a team as code owners January 22, 2024 01:52
@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 Jan 22, 2024
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jan 22, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 22, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 22, 2024
@renovate-bot renovate-bot requested review from a team and shollyman as code owners January 22, 2024 18:03
@renovate-bot renovate-bot changed the title chore(all): update module github.com/cloudprober/cloudprober to v0.13.2 chore(all): update deps Jan 22, 2024
@renovate-bot renovate-bot requested a review from a team as a code owner January 22, 2024 18:03
@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 Jan 22, 2024
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: xs Pull request size is extra small. labels Jan 22, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 22, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 22, 2024
@quartzmo quartzmo enabled auto-merge (squash) January 22, 2024 18:19
@quartzmo quartzmo merged commit 62fe84b into googleapis:main Jan 22, 2024
153 of 157 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants