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

Bump the github-dependencies group across 1 directory with 26 updates #1052

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the github-dependencies group with 14 updates in the / directory:

Package From To
cloud.google.com/go/resourcemanager 1.10.1 1.10.3
github.com/container-storage-interface/spec 1.8.0 1.11.0
github.com/stretchr/testify 1.9.0 1.10.0
cloud.google.com/go 0.116.0 0.118.1
github.com/emicklei/go-restful/v3 3.11.0 3.12.1
github.com/evanphx/json-patch 5.6.0+incompatible 5.9.11+incompatible
github.com/fsnotify/fsnotify 1.7.0 1.8.0
github.com/go-openapi/jsonreference 0.20.2 0.21.0
github.com/hashicorp/go-multierror 1.1.0 1.1.1
github.com/mailru/easyjson 0.7.7 0.9.0
github.com/nxadm/tail 1.4.8 1.4.11
github.com/prometheus/client_golang 1.16.0 1.20.5
github.com/sirupsen/logrus 1.9.0 1.9.3
go.uber.org/atomic 1.10.0 1.11.0

Updates cloud.google.com/go/resourcemanager from 1.10.1 to 1.10.3

Release notes

Sourced from cloud.google.com/go/resourcemanager's releases.

webrisk: v1.10.3

1.10.3 (2025-01-02)

Bug Fixes

  • webrisk: Update golang.org/x/net to v0.33.0 (e9b0b69)
Commits
  • aa41de6 chore: release main (#8917)
  • 81a97b0 fix(all): update grpc-go to v1.59.0 (#8922)
  • 343cea8 fix(all): update grpc-go to v1.56.3 (#8916)
  • 7bb630b test(bigtable): Add retries while getting app profile (#8751)
  • b1409e3 chore(cloudquotas): Revert "add config to generate apiv1 (#8766)" (#8770)
  • b3cc26b chore(cloudquotas): add config to generate apiv1 (#8766)
  • dfa8e22 feat(bigquery/storage/managedwriter): support default value controls (#8686)
  • 3e5ba24 chore(internal/godocfx): test a specific golden package version (#8759)
  • 1e6534f chore(internal/kokoro): upload docs to subdirectory (#8763)
  • 74fa783 chore(internal/kokoro): fix doc upload (#8762)
  • Additional commits viewable in compare view

Updates github.com/container-storage-interface/spec from 1.8.0 to 1.11.0

Release notes

Sourced from github.com/container-storage-interface/spec's releases.

v1.11.0

What's Changed

Breaking changes/Deprecations

  • None

Additions

Clarifications/Corrections/Fixes

  • None

Dependencies

  • None

Full Changelog: container-storage-interface/spec@v1.10.0...v1.11.0

v1.11.0-rc1

No release notes provided.

v1.10.0

What's Changed

Breaking changes/Deprecations

  • The google.golang.org/protobuf and protoc-gen-go libraries were bumped in this release to v1.33.0 (indirectly bumping github.com/golang/protobuf to v1.5.3) resulting in breaking changes to generated protobuf go message structures. SPs updating their CSI drivers to this version of the CSI spec must modify their code to handle the changes. See #570.

Additions

Clarifications/Corrections/Fixes

  • None

Dependencies

New Contributors

Full Changelog: container-storage-interface/spec@v1.9.0...v1.10.0

v1.10.0-rc1

No release notes provided.

v1.9.0

Breaking changes/Deprecations:

  • None

Additions:

  • spec ([PR #544](container-storage-interface/spec#544)): [Alpha] Introduce new ControllerModifyVolume RPC and a mutable_parameters field under existing CreateVolumeRequest RPC to enable modification of volume properties (e.g. IOPS, etc.) after volume creation.

Clarifications/Corrections/Fixes:

... (truncated)

Commits
  • f6b6d53 Move VolumeGroupSnapshot to GA (#573)
  • 2f34062 Merge pull request #567 from saad-ali/bumpv111
  • 47d428b Bump master version to 1.11 for next release
  • 21be3f8 Merge pull request #566 from saad-ali/protoBufTo133
  • 1bc2caf Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  • adb2b16 Merge pull request #564 from container-storage-interface/dependabot/go_module...
  • 811799a Bump golang.org/x/net from 0.10.0 to 0.23.0
  • 9674d35 Merge pull request #559 from container-storage-interface/dependabot/go_module...
  • 2696773 Added the SnapshotMetadata service. (#551)
  • 1f2bf8a Bump google.golang.org/grpc from 1.57.0 to 1.57.1
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates cloud.google.com/go from 0.116.0 to 0.118.1

Release notes

Sourced from cloud.google.com/go's releases.

v0.118.1

0.118.1 (2025-01-30)

Bug Fixes

  • main: Remove OpenCensus dependency (6243d91)

v0.118.0

0.118.0 (2025-01-02)

Features

  • civil: Add AddMonths, AddYears and Weekday methods to Date (#11340) (d45f1a0)
Changelog

Sourced from cloud.google.com/go's changelog.

0.118.1 (2025-01-30)

Bug Fixes

  • main: Remove OpenCensus dependency (6243d91)

0.118.0 (2025-01-02)

Features

  • civil: Add AddMonths, AddYears and Weekday methods to Date (#11340) (d45f1a0)

0.117.0 (2024-12-16)

Features

Commits

Updates cloud.google.com/go/auth from 0.13.0 to 0.14.0

Release notes

Sourced from cloud.google.com/go/auth's releases.

auth: v0.14.0

0.14.0 (2025-01-08)

Features

  • auth: Add universe domain support to idtoken (#11059) (72add7e)

Bug Fixes

  • auth/oauth2adapt: Update golang.org/x/net to v0.33.0 (e9b0b69)
  • auth: Fix copy of delegates in impersonate.NewIDTokenCredentials (#11386) (ff7ef8e), refs #11379
  • auth: Update golang.org/x/net to v0.33.0 (e9b0b69)
Changelog

Sourced from cloud.google.com/go/auth's changelog.

v0.14.0

  • bigquery BREAKING CHANGES:

    • Standard SQL is the default for queries and views.
    • Table.Create takes TableMetadata as a second argument, instead of options.
    • Dataset.Create takes DatasetMetadata as a second argument.
    • DatasetMetadata field ID renamed to FullID
    • TableMetadata field ID renamed to FullID
  • Other bigquery changes:

    • The client will append a random suffix to a provided job ID if you set AddJobIDSuffix to true in a job config.
    • Listing jobs is supported.
    • Better retry logic.
  • vision, language, speech: clients are now stable

  • monitoring: client is now beta

  • profiler:

    • Rename InstanceName to Instance, ZoneName to Zone
    • Auto-detect service name and version on AppEngine.
Commits
  • f6de2c5 README.md: Update news with new version release notes.
  • 6c30825 bigquery: make standard SQL the default
  • adbf666 bigquery: Table.Create takes TableMetadata, not options
  • aeeacb0 spanner: fix memory leak with context
  • 32a444f trace: document that a nil Client no-ops
  • cb1e56c storage: reinstate requester-pays test
  • 327aac4 storage: nil out everying in Client.Close
  • 1e4a5f4 Revert "storage: remove go1.10 tag from build"
  • a51adbf profiler: make zone and instance private
  • da30b6d bigquery: create datasets with initial metadata
  • Additional commits viewable in compare view

Updates cloud.google.com/go/auth/oauth2adapt from 0.2.6 to 0.2.7

Commits
  • a7abf56 chore: release main (#9615)
  • 75d0768 feat(cloudcontrolspartner): new clients (#9643)
  • 94f9463 feat(aiplatform): Add Optimized feature store proto (#9635)
  • 5de7452 chore(cloudcontrolspartner): add config to generate apiv1beta (#9641)
  • 4d7b78e test(storage): add conformance tests for endpoints on SignURLs (#9346)
  • 52cf7d7 feat(auth): add downscope.Options.UniverseDomain (#9634)
  • 16efbb5 fix(auth): read universe_domain from all credentials files (#9632)
  • cddd528 chore(networkmanagement): deprecate legacy fields related to load balancing (...
  • d0fe7f9 chore(storage): remove benchmark from go.work (#9611)
  • b6574aa fix(storage): retry errors from last recv on uploads (#9616)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/iam from 1.2.1 to 1.3.1

Release notes

Sourced from cloud.google.com/go/iam's releases.

cloudcontrolspartner: v1.3.0

1.3.0 (2025-01-30)

Features

  • cloudcontrolspartner: A new field organization_domain is added to message .google.cloud.cloudcontrolspartner.v1beta.Customer (232775b)
  • cloudcontrolspartner: A new message CreateCustomerRequest is added (232775b)
  • cloudcontrolspartner: A new message DeleteCustomerRequest is added (232775b)
  • cloudcontrolspartner: A new message UpdateCustomerRequest is added (232775b)
  • cloudcontrolspartner: A new method CreateCustomer is added to service CloudControlsPartnerCore (#11504) (232775b)
  • cloudcontrolspartner: A new method DeleteCustomer is added to service CloudControlsPartnerCore (232775b)
  • cloudcontrolspartner: A new method UpdateCustomer is added to service CloudControlsPartnerCore (232775b)

Documentation

  • cloudcontrolspartner: A comment for enum value VIRTRU in enum EkmSolution is changed (232775b)
  • cloudcontrolspartner: A comment for field requested_cancellation in message .google.cloud.cloudcontrolspartner.v1beta.OperationMetadata is changed (232775b)

backupdr: v1.3.0

1.3.0 (2025-01-15)

⚠ BREAKING CHANGES

  • backupdr: Update field behavior of resource_type field in message BackupPlanAssociation to REQUIRED

Features

  • backupdr: ignore_backup_plan_references added to the DeleteBackupVaultRequest (baeccc8)
  • backupdr: Add enum to Backup Vault Access Restriction field (baeccc8)
  • backupdr: Add InitializeServiceAPI (#11419) (baeccc8)
  • backupdr: Update field behavior of networks field in message ManagementServer to OPTIONAL (baeccc8)

Bug Fixes

  • backupdr: Update field behavior of resource_type field in message BackupPlanAssociation to REQUIRED (baeccc8)

Documentation

  • backupdr: A comment for enum value ACCESS_RESTRICTION_UNSPECIFIED in enum AccessRestriction is changed (baeccc8)
  • backupdr: A comment for field access_restriction in message .google.cloud.backupdr.v1.BackupVault is changed (baeccc8)
  • backupdr: A comment for field backup_retention_days in message .google.cloud.backupdr.v1.BackupRule is changed (baeccc8)
  • backupdr: A comment for field data_source in message .google.cloud.backupdr.v1.BackupPlanAssociation is changed (baeccc8)
  • backupdr: A comment for field last_backup_error in message .google.cloud.backupdr.v1.RuleConfigInfo is changed (baeccc8)
  • backupdr: A comment for field networks in message .google.cloud.backupdr.v1.ManagementServer is changed (baeccc8)
  • backupdr: A comment for field requested_cancellation in message .google.cloud.backupdr.v1.OperationMetadata is changed (baeccc8)

... (truncated)

Changelog

Sourced from cloud.google.com/go/iam's changelog.

Changes

0.118.1 (2025-01-30)

Bug Fixes

  • main: Remove OpenCensus dependency (6243d91)

0.118.0 (2025-01-02)

Features

  • civil: Add AddMonths, AddYears and Weekday methods to Date (#11340) (d45f1a0)

0.117.0 (2024-12-16)

Features

0.116.0 (2024-10-09)

Features

0.115.1 (2024-08-13)

Bug Fixes

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

... (truncated)

Commits
  • 559b86a chore: release main (#8706)
  • 174da47 fix(all): update golang.org/x/net to v0.17.0 (#8705)
  • 89eeeff chore: release main (#8664)
  • 0e43b40 feat(shopping): new clients (#8699)
  • 9c502c2 fix: Update go_package and Go importpath (#8667)
  • 4284639 chore(ci): update Go version to 1.21 (#8695)
  • c73963f fix(bigquery): handle storage read api Recv call errors (#8666)
  • 65cb8bd chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#8691)
  • 7b19ae2 chore(internal/postprocessor): add config for shopping/type (#8690)
  • 45d4f21 chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /internal/example...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/longrunning from 0.6.1 to 0.6.4

Release notes

Sourced from cloud.google.com/go/longrunning's releases.

auth/oauth2adapt: v0.2.7

0.2.7 (2025-01-09)

Bug Fixes

  • auth/oauth2adapt: Update golang.org/x/net to v0.33.0 (e9b0b69)
Commits

Updates github.com/emicklei/go-restful/v3 from 3.11.0 to 3.12.1

Changelog

Sourced from github.com/emicklei/go-restful/v3's changelog.

[v3.12.1] - 2024-05-28

  • fix misroute when dealing multiple webservice with regex (#549) (thanks Haitao Chen)

[v3.12.0] - 2024-03-11

  • add Flush method #529 (#538)
  • fix: Improper handling of empty POST requests (#543)

[v3.11.3] - 2024-01-09

  • better not have 2 tags on one commit

[v3.11.1, v3.11.2] - 2024-01-09

  • fix by restoring custom JSON handler functions (Mike Beaumont #540)
Commits

Updates github.com/evanphx/json-patch from 5.6.0+incompatible to 5.9.11+incompatible

Release notes

Sourced from github.com/evanphx/json-patch's releases.

v5.9.11

What's Changed

Full Changelog: evanphx/json-patch@v5.9.10...v5.9.11

v5.9.10

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.9.0...v5.9.10

v5.9.0

What's Changed

Full Changelog: evanphx/json-patch@v5.8.1...v5.9.0

Fix API breakage

This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.

Full Changelog: evanphx/json-patch@v5.8.0...v5.8.1

Blargh Phixs and Empathyprovements

This release fixes a few stray panics, addresses large number accuracy, and improves performance!

What's Changed

Full Changelog: evanphx/json-patch@v5.7.0...v5.8.0

The 2023 Release

What's Changed

... (truncated)

Commits
  • 84a4bb1 Merge pull request #209 from skitt/export-errs-v5
  • 7a7a88a Export errBadJSONDoc and errBadJSONPatch errors
  • bd18525 Upgrade go-flags
  • 42f26cb Fix spacing

Bumps the github-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/resourcemanager](https://github.com/googleapis/google-cloud-go) | `1.10.1` | `1.10.3` |
| [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) | `1.8.0` | `1.11.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.116.0` | `0.118.1` |
| [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.0` | `3.12.1` |
| [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) | `5.6.0+incompatible` | `5.9.11+incompatible` |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.0` |
| [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) | `1.1.0` | `1.1.1` |
| [github.com/mailru/easyjson](https://github.com/mailru/easyjson) | `0.7.7` | `0.9.0` |
| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.16.0` | `1.20.5` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.0` | `1.9.3` |
| [go.uber.org/atomic](https://github.com/uber-go/atomic) | `1.10.0` | `1.11.0` |



Updates `cloud.google.com/go/resourcemanager` from 1.10.1 to 1.10.3
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.10.1...dlp/v1.10.3)

Updates `github.com/container-storage-interface/spec` from 1.8.0 to 1.11.0
- [Release notes](https://github.com/container-storage-interface/spec/releases)
- [Commits](container-storage-interface/spec@v1.8.0...v1.11.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `cloud.google.com/go` from 0.116.0 to 0.118.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.116.0...v0.118.1)

Updates `cloud.google.com/go/auth` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.13.0...v0.14.0)

Updates `cloud.google.com/go/auth/oauth2adapt` from 0.2.6 to 0.2.7
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@netapp/v0.2.6...netapp/v0.2.7)

Updates `cloud.google.com/go/iam` from 1.2.1 to 1.3.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iam/v1.2.1...run/v1.3.1)

Updates `cloud.google.com/go/longrunning` from 0.6.1 to 0.6.4
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@auth/v0.6.1...longrunning/v0.6.4)

Updates `github.com/emicklei/go-restful/v3` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](emicklei/go-restful@v3.11.0...v3.12.1)

Updates `github.com/evanphx/json-patch` from 5.6.0+incompatible to 5.9.11+incompatible
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v5.6.0...v5.9.11)

Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0)

Updates `github.com/go-openapi/jsonreference` from 0.20.2 to 0.21.0
- [Commits](go-openapi/jsonreference@v0.20.2...v0.21.0)

Updates `github.com/hashicorp/go-multierror` from 1.1.0 to 1.1.1
- [Commits](hashicorp/go-multierror@v1.1.0...v1.1.1)

Updates `github.com/mailru/easyjson` from 0.7.7 to 0.9.0
- [Release notes](https://github.com/mailru/easyjson/releases)
- [Commits](mailru/easyjson@v0.7.7...v0.9.0)

Updates `github.com/nxadm/tail` from 1.4.8 to 1.4.11
- [Changelog](https://github.com/nxadm/tail/blob/master/CHANGES.md)
- [Commits](nxadm/tail@v1.4.8...v1.4.11)

Updates `github.com/prometheus/client_golang` from 1.16.0 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.16.0...v1.20.5)

Updates `github.com/prometheus/client_model` from 0.4.0 to 0.6.1
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](prometheus/client_model@v0.4.0...v0.6.1)

Updates `github.com/prometheus/common` from 0.44.0 to 0.55.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.44.0...v0.55.0)

Updates `github.com/prometheus/procfs` from 0.10.1 to 0.15.1
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.10.1...v0.15.1)

Updates `github.com/sirupsen/logrus` from 1.9.0 to 1.9.3
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.0...v1.9.3)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.54.0 to 0.58.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.54.0...zpages/v0.58.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.54.0 to 0.58.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.54.0...zpages/v0.58.0)

Updates `go.opentelemetry.io/otel` from 1.31.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.34.0)

Updates `go.opentelemetry.io/otel/metric` from 1.31.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.34.0)

Updates `go.opentelemetry.io/otel/trace` from 1.31.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.34.0)

Updates `go.uber.org/atomic` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](uber-go/atomic@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/resourcemanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/container-storage-interface/spec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: cloud.google.com/go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: cloud.google.com/go/auth
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: cloud.google.com/go/auth/oauth2adapt
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: cloud.google.com/go/iam
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: cloud.google.com/go/longrunning
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/emicklei/go-restful/v3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/evanphx/json-patch
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/hashicorp/go-multierror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/mailru/easyjson
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/nxadm/tail
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/procfs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.uber.org/atomic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Feb 3, 2025
@dependabot dependabot bot requested review from pwschuurman and tyuchn February 3, 2025 21:14
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 3, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign msau42 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 3, 2025
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-gcp-filestore-csi-driver-unit e5eaef9 link true /test pull-gcp-filestore-csi-driver-unit
pull-gcp-filestore-csi-driver-sanity e5eaef9 link true /test pull-gcp-filestore-csi-driver-sanity
pull-gcp-filestore-csi-driver-verify e5eaef9 link true /test pull-gcp-filestore-csi-driver-verify
pull-gcp-filestore-csi-driver-e2e e5eaef9 link true /test pull-gcp-filestore-csi-driver-e2e
pull-gcp-filestore-csi-driver-kubernetes-integration e5eaef9 link true /test pull-gcp-filestore-csi-driver-kubernetes-integration

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant