digger icon indicating copy to clipboard operation
digger copied to clipboard

fix(deps): update module cloud.google.com/go/storage to v1.44.0

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/storage v1.41.0 -> v1.44.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

renovate[bot] avatar Jun 03 '24 19:06 renovate[bot]

ℹ Artifact update notice

File name: libs/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/text v0.16.0 -> v0.19.0
cloud.google.com/go v0.112.2 -> v0.116.0
cloud.google.com/go/auth v0.3.0 -> v0.10.0
cloud.google.com/go/auth/oauth2adapt v0.2.2 -> v0.2.5
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.2
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/google/s2a-go v0.1.7 -> v0.1.8
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.12.4 -> v2.13.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.54.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.54.0
go.opentelemetry.io/otel v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/sdk v1.24.0 -> v1.29.0
golang.org/x/crypto v0.24.0 -> v0.28.0
golang.org/x/net v0.26.0 -> v0.30.0
golang.org/x/oauth2 v0.20.0 -> v0.23.0
golang.org/x/sys v0.21.0 -> v0.26.0
golang.org/x/term v0.21.0 -> v0.25.0
golang.org/x/time v0.5.0 -> v0.7.0
google.golang.org/api v0.178.0 -> v0.203.0
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/grpc v1.64.0 -> v1.67.1
google.golang.org/protobuf v1.34.1 -> v1.35.1

renovate[bot] avatar Jun 11 '24 03:06 renovate[bot]

Security

  • No security or compliance vulnerabilities detected
  • Scanned 2 changed file(s)

Changes Detected

  • [Dependency Update] Update cloud.google.com/go/storage to v1.44.0 [libs/go.mod]

    • Updated in the go.mod file
    • Previous version was v1.41.0
    • Part of a larger update of Google Cloud dependencies
  • [Dependency Update] Update multiple Google Cloud dependencies [libs/go.mod]

    • Updated various packages in the cloud.google.com/go namespace
    • Includes updates to auth, iam, monitoring, and other modules
    • Versions updated to latest available at the time of change
  • [Dependency Update] Update golang.org/x dependencies [libs/go.mod]

    • Updated several core Go packages
    • Includes updates to crypto, net, oauth2, sys, and text modules
    • Versions updated to latest available at the time of change
  • [Dependency Update] Update google.golang.org dependencies [libs/go.mod]

    • Updated various Google API and gRPC related packages
    • Includes updates to api, genproto, grpc, and protobuf modules
    • Versions updated to latest available at the time of change
  • [Dependency Update] Add new dependencies [libs/go.mod]

    • Added cel.dev/expr v0.16.1
    • Added several new Google Cloud Platform packages
    • Added planetscale/vtprotobuf package

delve-auditor[bot] avatar Oct 04 '24 00:10 delve-auditor[bot]

No security or compliance issues detected. Reviewed everything up to 25470c0816f829cace62712b82aa024e409b9dd5.

Security Overview
  • 🔎 Scanned files: 2 changed file(s)
Detected Code Changes
Change Type Relevant files
Enhancement ► go.mod
    Update cloud.google.com/go/storage to v1.46.0

Reply to this PR with @delve-auditor followed by a description of what change you want and we'll auto-submit a change to this PR to implement it.

delve-auditor[bot] avatar Oct 18 '24 02:10 delve-auditor[bot]

Security

  • No security or compliance vulnerabilities detected
  • Scanned 2 changed file(s)

Changes Detected

  • [Refactor] Update Google Cloud Storage dependency [libs/go.mod]

    • Upgraded cloud.google.com/go/storage from v1.41.0 to v1.45.0
    • Updated related dependencies in go.mod and go.sum files
  • [Refactor] Update Golang version in Dockerfile [Dockerfile_next]

    • Changed FROM golang:1.22.4 to golang:1.22
    • Affects the base image used for building the application
  • [Refactor] Remove GitHub App setup endpoints [next/main.go]

    • Removed conditional endpoints for GitHub App setup wizard
    • Deleted routes for "/github/setup" and "/github/exchange-code"

delve-auditor[bot] avatar Oct 21 '24 13:10 delve-auditor[bot]