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(deps): update all dependencies #1524

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/iam v1.1.8 -> v1.2.1 age adoption passing confidence require minor
cloud.google.com/go/longrunning v0.5.7 -> v0.6.1 age adoption passing confidence require minor
github.com/googleapis/gax-go/v2 v2.12.4 -> v2.13.0 age adoption passing confidence require minor
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence require patch
github.com/spf13/viper v1.18.2 -> v1.19.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.20.0 -> v0.23.0 age adoption passing confidence require minor
golang.org/x/sync v0.7.0 -> v0.8.0 age adoption passing confidence require minor
google.golang.org/api v0.180.0 -> v0.199.0 age adoption passing confidence require minor
google.golang.org/genproto 0867130 -> 5fefd90 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 0867130 -> 5fefd90 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc 0867130 -> 5fefd90 age adoption passing confidence require digest
google.golang.org/grpc v1.63.2 -> v1.67.1 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.1 -> v1.35.1 age adoption passing confidence require minor

Release Notes

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

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the
    blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with
      RowIterator.Next, and upload a row directly from a struct with Uploader.Put.
      You can also use field tags. See the [package documentation][cloud-bigquery-ref]
      for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..

    use

    var v []Value
    ... it.Next(&v) ...
    • Previously, repeatedly calling RowIterator.Next on the same []Value or
      ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of
      type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema
      inference. BigQuery's integer type is INT64, and those types may hold values
      that are not correctly represented in a 64-bit signed integer.

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.13.0

Compare Source

Features
  • iterator: add package to help work with new iter.Seq types (#​358) (6bccdaa)

v2.12.5

Compare Source

Bug Fixes
spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

spf13/viper (github.com/spf13/viper)

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.18.1...v1.19.0

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

v0.199.0

Compare Source

Features

v0.198.0

Compare Source

Features

v0.197.0

Compare Source

Features
Bug Fixes
  • transport: Set UniverseDomain in http.NewClient for new auth (#​2773) (140d0a5)

v0.196.0

Compare Source

Features

v0.195.0

Compare Source

Features

v0.194.0

Compare Source

Features
Bug Fixes

v0.193.0

Compare Source

Features

v0.192.0

Compare Source

Features
Bug Fixes
  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#​2731) (b457582)

v0.191.0

Compare Source

Features
Bug Fixes

v0.190.0

Compare Source

Features
Reverts

v0.189.0

Compare Source

Features
Bug Fixes
  • cba: Update newAuth path to use nil oauth2 client (#​2684) (d925dcb)
  • transport/grpc: Retain UserAgent option with new auth stack (#​2690) (aa4662f)

v0.188.0

Compare Source

Features
Bug Fixes

v0.187.0

Compare Source

Features
Bug Fixes

v0.186.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate-bot renovate-bot requested review from a team as code owners July 15, 2024 07:42
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Jul 15, 2024
Copy link

forking-renovate bot commented Jul 15, 2024

ℹ Artifact update notice

File name: 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):

  • 18 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.113.0 -> v0.115.1
cloud.google.com/go/auth v0.4.1 -> v0.9.5
cloud.google.com/go/auth/oauth2adapt v0.2.2 -> v0.2.4
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.2
github.com/go-logr/logr v1.4.1 -> v1.4.2
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/pelletier/go-toml/v2 v2.1.0 -> v2.2.2
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/trace v1.24.0 -> v1.29.0
golang.org/x/crypto v0.23.0 -> v0.27.0
golang.org/x/net v0.25.0 -> v0.29.0
golang.org/x/sys v0.20.0 -> v0.25.0
golang.org/x/text v0.15.0 -> v0.18.0
golang.org/x/time v0.5.0 -> v0.6.0

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 15, 2024
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Jul 16, 2024
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 5 times, most recently from 902f8d2 to 59c14d9 Compare July 26, 2024 01:58
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from fa75ac8 to 9e57456 Compare August 5, 2024 23:31
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 10 times, most recently from 61ade4c to be5b703 Compare August 20, 2024 22:39
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from b7ceee0 to 688c84a Compare August 27, 2024 17:07
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from 4135b38 to 87b99ed Compare September 3, 2024 22:57
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from 08ed683 to 68ebbde Compare September 10, 2024 23:17
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 2 times, most recently from 96efff3 to a24c52b Compare September 12, 2024 17:21
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from b325432 to f08ed42 Compare September 26, 2024 00:29
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 3 times, most recently from ee4bcf8 to d4229a6 Compare October 7, 2024 13:49
@noahdietz noahdietz merged commit 06315fa into googleapis:main Oct 9, 2024
9 checks passed
@renovate-bot renovate-bot deleted the renovate/golang-all branch October 9, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants