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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 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.42.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.39.0
gocloud.dev/pubsub/kafkapubsub 0.37.0 0.39.0

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

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.39.0

Release notes

Sourced from gocloud.dev's releases.

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

pubsub

docstore

New Contributors

... (truncated)

Commits
  • 00a16e0 all: prerelease (#3469)
  • 8512f21 all: update deps (#3468)
  • 3d1f45c all: update to go version 1.23 (#3467)
  • 56e722d aws/all: BREAKING CHANGE Change the default for AWS URLs from V1 to V2. (#3465)
  • 526ff45 aws/all: Mark V1 constructors deprecated. (#3466)
  • d245f10 docstore/all: Add support for boolean filter (#3464)
  • 47ba1ac pubsub/awssnssqs: Fix race condition in new test, and call ack to avoid warni...
  • b70270a build(deps): bump the go_modules group across 2 directories with 1 update (#3...
  • 3929286 pubsub: tidy and cleanup (#3462)
  • 8796631 pubsub/all: Make batch request results independent (#3457)
  • Additional commits viewable in compare view

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

Release notes

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

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

pubsub

docstore

New Contributors

... (truncated)

Commits
  • 00a16e0 all: prerelease (#3469)
  • 8512f21 all: update deps (#3468)
  • 3d1f45c all: update to go version 1.23 (#3467)
  • 56e722d aws/all: BREAKING CHANGE Change the default for AWS URLs from V1 to V2. (#3465)
  • 526ff45 aws/all: Mark V1 constructors deprecated. (#3466)
  • d245f10 docstore/all: Add support for boolean filter (#3464)
  • 47ba1ac pubsub/awssnssqs: Fix race condition in new test, and call ack to avoid warni...
  • b70270a build(deps): bump the go_modules group across 2 directories with 1 update (#3...
  • 3929286 pubsub: tidy and cleanup (#3462)
  • 8796631 pubsub/all: Make batch request results independent (#3457)
  • Additional commits viewable in compare view

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

Commits
  • 5bcd010 go.mod: update golang.org/x dependencies
  • 3375612 ssh: add support for unpadded RSA signatures
  • bb80217 ssh: don't use dsa keys in integration tests
  • 6879722 ssh: remove go 1.21+ dependency on slices
  • e983fa2 sha3: Avo port of keccakf_amd64.s
  • 80fd972 LICENSE: update per Google Legal
  • f2bc3a6 x509roots/fallback/internal/goissue52287: delete
  • d66d9c3 x509roots/fallback: update bundle
  • 9fadb0b go.mod: update golang.org/x dependencies
  • a6a393f all: bump go.mod version and drop compatibility shims
  • Additional commits viewable in compare view

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

Release notes

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

v0.191.0

0.191.0 (2024-08-07)

Features

Bug Fixes

  • Reference gax import in storage libs (#2720) (fffff7f)
  • transport: Disable automatic universe domain check (#2717) (f5b0bb5)

v0.190.0

0.190.0 (2024-08-01)

Features

Reverts

v0.189.0

0.189.0 (2024-07-22)

Features

Bug Fixes

... (truncated)

Changelog

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

0.191.0 (2024-08-07)

Features

Bug Fixes

  • Reference gax import in storage libs (#2720) (fffff7f)
  • transport: Disable automatic universe domain check (#2717) (f5b0bb5)

0.190.0 (2024-08-01)

Features

Reverts

0.189.0 (2024-07-22)

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)

... (truncated)

Commits

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

Release notes

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

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)
  • Update x/net/http2 to address CVE-2023-45288 (#7282)

Behavior Changes

  • credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable GRPC_ENFORCE_ALPN_ENABLED is set to "true" (case insensitive). (#7184)
    • NOTE: this behavior will become the default in a future release.
  • metadata: remove String method from MD to make printing more consistent (#7373)

New Features

  • grpc: add WithMaxCallAttempts to configure gRPC's retry behavior per-channel. (#7229)

Bug Fixes

  • ringhash: properly apply endpoint weights instead of ignoring them (#7156)
  • xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#7128)

Release 1.64.1

Dependencies

  • Update x/net/http2 to address CVE-2023-45288 (#7352)
  • metadata: remove String method from MD to make printing consistent (#7374)

Release 1.64.0

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#7137)

Performance Improvements

... (truncated)

Commits
  • 2da9769 Change version to 1.65.0 (#7306)
  • ede96b7 metadata: remove String method (#7373)
  • 64be203 grpc: Readd pick first name (#7336) (#7341)
  • 25e33a6 examples: Add CSM Observability example (#7302) (#7318)
  • 04a5f46 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7...
  • cff5c3e stats/opentelemetry: Add e2e testing for CSM Observability (#7279) (#7316)
  • 9b970fd dns: fix constant 30s backoff for re-resolution (#7262) (#7311)
  • 6d23620 documentation: on server, use FromIncomingContext for retrieving context and...
  • 7e5898e xds: unify xDS client creation APIs meant for testing (#7268)
  • 5d7bd7a interop/xds: Interop client and server changes for CSM Observability (#7280)
  • Additional commits viewable in compare view

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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.42.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.39.0` |
| [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) | `0.37.0` | `0.39.0` |



Updates `cloud.google.com/go/pubsub` from 1.37.0 to 1.42.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.42.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.39.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.37.0...v0.39.0)

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

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

Updates `google.golang.org/api` from 0.169.0 to 0.191.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.191.0)

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

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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2024
@calebbrown
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2024

Superseded by #1063.

@dependabot dependabot bot closed this Sep 10, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-minor-updates-bd6d401ecd branch September 10, 2024 04:23
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