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 gomod-minor-updates group across 1 directory with 9 updates #1074

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the gomod-minor-updates group with 5 updates in the / directory:

Package From To
cloud.google.com/go/pubsub 1.37.0 1.44.0
github.com/gopacket/gopacket 1.2.0 1.3.0
github.com/package-url/packageurl-go 0.1.2 0.1.3
gocloud.dev 0.37.0 0.40.0
gocloud.dev/pubsub/kafkapubsub 0.37.0 0.40.0

Updates cloud.google.com/go/pubsub from 1.37.0 to 1.44.0

Release notes

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

storage: v1.44.0

1.44.0 (2024-10-03)

Features

  • storage/dataflux: Add dataflux interface (#10748) (cb7b0a1)
  • storage/dataflux: Add range_splitter #10748 (#10899) (d49da26)
  • storage/dataflux: Add worksteal algorithm to fast-listing (#10913) (015b52c)
  • storage/internal: Add managed folder to testIamPermissions method (2f0aec8)
  • storage/transfermanager: Add option to StripPrefix on directory download (#10894) (607534c)
  • storage/transfermanager: Add SkipIfExists option (#10893) (7daa1bd)
  • storage/transfermanager: Checksum full object downloads (#10569) (c366c90)
  • storage: Add direct google access side-effect imports by default (#10757) (9ad8324)
  • storage: Add full object checksum to reader.Attrs (#10538) (245d2ea)
  • storage: Add support for Go 1.23 iterators (84461c0)
  • storage: Add update time in bucketAttrs (#10710) (5f06ae1), refs #9361
  • storage: GA gRPC client (#10859) (c7a55a2)
  • storage: Introduce gRPC client-side metrics (#10639) (437bcb1)
  • storage: Support IncludeFoldersAsPrefixes for gRPC (#10767) (65bcc59)

Bug Fixes

Performance Improvements

Documentation

  • storage/internal: Clarify possible objectAccessControl roles (2f0aec8)
  • storage/internal: Update dual-region bucket link (2f0aec8)

pubsub: v1.44.0

1.44.0 (2024-10-08)

... (truncated)

Commits

Updates github.com/gopacket/gopacket from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/gopacket/gopacket's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: gopacket/gopacket@v1.2.0...v.1.3.0

Commits
  • 2654f02 updated dependencies and bump go to 1.23.0
  • 94ad652 added additional checks against BITS64
  • 9b0292c Changing internal type of CSEQ and Content-Length (#61)
  • cc8468f layers: Remove trailing whitespace for Server Failure string (#82)
  • e4725eb Fixed typo in the documentation for NewNgReader (#81)
  • e0b5b82 feat: add wifi6 IE and IE ExtId Element parsing to dot11 (#53)
  • 8c73654 Radiotap: Add HE decoding (#65)
  • f19c8e1 change the udp bpf to more specific
  • 796be1a DNS SVCB and HTTPS resource records (RFC 9460). (#62)
  • 3c76dea Using Content-Length to determine SIP message size (#51)
  • Additional commits viewable in compare view

Updates github.com/package-url/packageurl-go from 0.1.2 to 0.1.3

Release notes

Sourced from github.com/package-url/packageurl-go's releases.

v0.1.3

What's Changed

New Contributors

Full Changelog: package-url/packageurl-go@v0.1.2...v0.1.3

Commits
  • 7cb81af Merge pull request #68 from ridhoq/dot-slash-valid-subpath-prefix
  • 6f82665 enable valid prefix
  • 322020f add ../ as a valid prefix test
  • 62a8a4b add ./ as a valid test case
  • a8ae119 Merge pull request #69 from shibumi/fix-ci
  • 11504a3 Fix Github Actions
  • fe183c1 Merge pull request #66 from magnusbaeck/go-mod-version
  • e033e37 go.mod: Bump required Go version to 1.18
  • See full diff in compare view

Updates gocloud.dev from 0.37.0 to 0.40.0

Release notes

Sourced from gocloud.dev's releases.

v0.40.0

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.39.0...v0.40.0

v0.39.0

BREAKING CHANGE (AWS only, V1 vs V2 SDK)

Context: AWS has announced maintenance mode for the Go V1 SDK.

Go CDK has changed the default SDK for URLs across all modules except docstore/awsdynamodb to be V2 (previously you needed to add awssdk=v2 to the URL to get V2). Most URLs should continue to work, but in some cases you may need to add awssdk=v1 to force V1 explicitly.

Also, concrete type constructors (e.g., OpenBucket) for V1 (again, except docstore/awsdynamodb) have been marked deprecated; please migrate to using the V2 versions (e.g., OpenBucketV2).

Our tentative plan is to remove support for V1 in early 2025; please file a bug if you have concerns about that.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.38.0...v0.39.0

v0.38.0

blob

... (truncated)

Commits
  • ce6d5c1 all: prep for release (#3498)
  • 0bc0788 aws: add rate_limiter_capacity to configure client-side rate limits
  • af4c9dd blob/s3blob: Add disable_https and use_path_style query param options
  • bbdd0b3 aws: Add support for non-camelcased version of two URL parameters. (#3494)
  • 2cb18bb blob/gcsblob: Allow providing options for storage.NewClient (#3493)
  • e5b1bc6 blob: change howto docs to reflect awssdk=v2 is the default as of 0.39. (#3487)
  • aeb964f aws: support additional endpoint query parameters "dualstack", "fips", "accel...
  • 9af237b blob/s3blob: fix typo in docs (#3485)
  • 8b41580 blob/azblob: Support AZURE_STORAGEBLOB_CONNECTIONSTRING as an alternative for...
  • 49a4d98 blob/azureblob: fix typo in documentation (#3481)
  • Additional commits viewable in compare view

Updates gocloud.dev/pubsub/kafkapubsub from 0.37.0 to 0.40.0

Release notes

Sourced from gocloud.dev/pubsub/kafkapubsub's releases.

v0.40.0

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.39.0...v0.40.0

v0.39.0

BREAKING CHANGE (AWS only, V1 vs V2 SDK)

Context: AWS has announced maintenance mode for the Go V1 SDK.

Go CDK has changed the default SDK for URLs across all modules except docstore/awsdynamodb to be V2 (previously you needed to add awssdk=v2 to the URL to get V2). Most URLs should continue to work, but in some cases you may need to add awssdk=v1 to force V1 explicitly.

Also, concrete type constructors (e.g., OpenBucket) for V1 (again, except docstore/awsdynamodb) have been marked deprecated; please migrate to using the V2 versions (e.g., OpenBucketV2).

Our tentative plan is to remove support for V1 in early 2025; please file a bug if you have concerns about that.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.38.0...v0.39.0

v0.38.0

blob

... (truncated)

Commits
  • ce6d5c1 all: prep for release (#3498)
  • 0bc0788 aws: add rate_limiter_capacity to configure client-side rate limits
  • af4c9dd blob/s3blob: Add disable_https and use_path_style query param options
  • bbdd0b3 aws: Add support for non-camelcased version of two URL parameters. (#3494)
  • 2cb18bb blob/gcsblob: Allow providing options for storage.NewClient (#3493)
  • e5b1bc6 blob: change howto docs to reflect awssdk=v2 is the default as of 0.39. (#3487)
  • aeb964f aws: support additional endpoint query parameters "dualstack", "fips", "accel...
  • 9af237b blob/s3blob: fix typo in docs (#3485)
  • 8b41580 blob/azblob: Support AZURE_STORAGEBLOB_CONNECTIONSTRING as an alternative for...
  • 49a4d98 blob/azureblob: fix typo in documentation (#3481)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.21.0 to 0.27.0

Commits
  • c9da6b9 all: fix printf(var) mistakes detected by latest printf checker
  • b35ab4f go.mod: update golang.org/x dependencies
  • bcb0f91 internal/poly1305: Port sum_amd64.s to Avo
  • 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s
  • 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo
  • 82942cf blake2b: port blake2b_amd64.s to Avo
  • 0484c26 blake2b: port blake2bAVX2_amd64.s to Avo
  • 38ed1bc blake2s: port blake2s_amd64.s to Avo
  • 38a0b5d argon2: Avo port of blamka_amd64.s
  • bf5f14f x509roots/fallback: update bundle
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.169.0 to 0.197.0

Release notes

Sourced from google.golang.org/api's releases.

v0.197.0

0.197.0 (2024-09-10)

Features

Bug Fixes

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

v0.196.0

0.196.0 (2024-09-03)

Features

v0.195.0

0.195.0 (2024-08-28)

Features

v0.194.0

0.194.0 (2024-08-22)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.197.0 (2024-09-10)

Features

Bug Fixes

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

0.196.0 (2024-09-03)

Features

0.195.0 (2024-08-28)

Features

0.194.0 (2024-08-22)

Features

Bug Fixes

... (truncated)

Commits

Updates google.golang.org/grpc from 1.62.1 to 1.66.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.66.2

Dependencies

  • Remove unintentional dependency on the testing package (#7579)
  • Remove unintentional dependency on the flate package (#7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#7571)

Release 1.66.0

New Features

  • metadata: stabilize ValueFromIncomingContext (#7368)
  • client: stabilize the WaitForStateChange and GetState methods, which were previously experimental. (#7425)
  • xds: Implement ADS flow control mechanism (#7458)
  • balancer/rls: Add metrics for data cache and picker internals (#7484, #7495)
  • xds: LRS load reports now include the total_issued_requests field. (#7544)

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#7390)
  • xds: use locality from the connected address for load reporting with pick_first (#7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#7356)

Release 1.65.1

Bug Fixes

Release 1.65.0

Dependencies

  • Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #7249 for more information. (#7250)

... (truncated)

CommitsDescription has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 14, 2024
@calebbrown
Copy link
Contributor

@dependabot rebase

Bumps the gomod-minor-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.37.0` | `1.44.0` |
| [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) | `1.2.0` | `1.3.0` |
| [github.com/package-url/packageurl-go](https://github.com/package-url/packageurl-go) | `0.1.2` | `0.1.3` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.37.0` | `0.40.0` |
| [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) | `0.37.0` | `0.40.0` |



Updates `cloud.google.com/go/pubsub` from 1.37.0 to 1.44.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@pubsub/v1.37.0...pubsub/v1.44.0)

Updates `github.com/gopacket/gopacket` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/gopacket/gopacket/releases)
- [Commits](gopacket/gopacket@v1.2.0...v1.3.0)

Updates `github.com/package-url/packageurl-go` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/package-url/packageurl-go/releases)
- [Commits](package-url/packageurl-go@v0.1.2...v0.1.3)

Updates `gocloud.dev` from 0.37.0 to 0.40.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.37.0...v0.40.0)

Updates `gocloud.dev/pubsub/kafkapubsub` from 0.37.0 to 0.40.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.37.0...v0.40.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.27.0
- [Commits](golang/crypto@v0.21.0...v0.27.0)

Updates `google.golang.org/api` from 0.169.0 to 0.197.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.169.0...v0.197.0)

Updates `google.golang.org/grpc` from 1.62.1 to 1.66.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.62.1...v1.66.2)

Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.2

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: github.com/gopacket/gopacket
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: github.com/package-url/packageurl-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-updates
- dependency-name: gocloud.dev
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: gocloud.dev/pubsub/kafkapubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-minor-updates-bb3d94d80d branch from 35f5783 to 1d58cee Compare October 14, 2024 04:17
@calebbrown calebbrown merged commit 91bb7de into main Oct 14, 2024
11 checks passed
@calebbrown calebbrown deleted the dependabot/go_modules/gomod-minor-updates-bb3d94d80d branch October 14, 2024 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant