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): bump the dependencies group with 8 updates #289

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 Mar 1, 2025

Bumps the dependencies group with 8 updates:

Package From To
github.com/Scalingo/go-plugins-helpers 1.3.0 1.4.0
github.com/bits-and-blooms/bitset 1.20.0 1.21.0
github.com/gofrs/uuid/v5 5.3.0 5.3.1
github.com/moby/moby 27.5.1+incompatible 28.0.1+incompatible
golang.org/x/sys 0.29.0 0.30.0
golang.org/x/net 0.34.0 0.35.0
golang.org/x/text 0.21.0 0.22.0
google.golang.org/protobuf 1.36.4 1.36.5

Updates github.com/Scalingo/go-plugins-helpers from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/Scalingo/go-plugins-helpers's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: Scalingo/go-plugins-helpers@v1.3.0...v1.4.0

Changelog

Sourced from github.com/Scalingo/go-plugins-helpers's changelog.

1.4.0

  • chore(go): use go 1.23.5
  • build(deps): a lot of updates
  • refactor: match Scalingo best practices
  • Replace CodeShip with GitHub Actions
Commits
  • 9244c4d Merge pull request #58 from Scalingo/release/1.4.0
  • f90cea6 Bump v1.4.0
  • b2cbc6e Merge pull request #56 from Scalingo/deps/docker
  • 50c7340 build(deps): update 'github.com/moby/moby' from v23.0.8 to v27.5.1
  • 69bbb5f refactor(deps): replace github.com/docker/docker with github.com/moby/moby
  • 1599acb feat(workflows): unit tests and linters
  • 857786b Merge pull request #57 from Scalingo/dependabot/go_modules/dependencies-54ebb...
  • 03fd13d build(deps): bump github.com/docker/docker
  • abd4c37 Merge pull request #52 from Scalingo/dependabot/go_modules/github.com/docker/...
  • 28688f8 build(deps): bump github.com/docker/docker
  • Additional commits viewable in compare view

Updates github.com/bits-and-blooms/bitset from 1.20.0 to 1.21.0

Release notes

Sourced from github.com/bits-and-blooms/bitset's releases.

Version 1.21.0

What's Changed

Full Changelog: bits-and-blooms/bitset@v1.20.0...v1.21.0

Commits

Updates github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.1

Release notes

Sourced from github.com/gofrs/uuid/v5's releases.

v5.3.1

Summary

This release fixes the calculation of times from version 7 UUIDs (discovered by @​nathanmcgarvey-modopayments in #195). There was previously an int64 overflow that caused the wrong results for any time after the year 2262 (because that is when time.Time's UnixNano() method overflows).

This release also contains updated documentation to clarify the returned time format when converting our internal Timestamp to a standard time.Time.

What's Changed

New Contributors

Full Changelog: gofrs/uuid@v5.3.0...v5.3.1

Commits

Updates github.com/moby/moby from 27.5.1+incompatible to 28.0.1+incompatible

Release notes

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

v28.0.1

28.0.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Networking

  • Remove dependency on kernel modules ip_set, ip_set_hash_net and netfilter_xt_set.
    • The dependency was introduced in release 28.0.0 but proved too disruptive. The iptables rules using these modules have been replaced. moby/moby#49530
  • Allow daemon startup on a host with IPv6 disabled without requiring --ip6tables=false. moby/moby#49525
  • Fix a bug that was causing containers with --restart=always and a published port already in use to restart in a tight loop. moby/moby#49507
  • Fix an issue with Swarm ingress, caused by incorrect ordering of iptables rules. moby/moby#49538
  • Fix creation of a swarm-scoped network from a --config-only network. moby/moby#49521
  • Fix docker network inspect reporting an IPv6 gateway with CIDR suffix for a newly created network with no specific IPAM config, until a daemon restart. moby/moby#49520
  • Improve the error reported when kernel modules ip_set, ip_set_hash_net and netilter_xt_set are not available. moby/moby#49524
  • Move most of Docker's iptables rules out of the filter-FORWARD chain, so that other applications are free to append rules that must follow Docker's rules. moby/moby#49518
  • Update --help output and man page lo state which options only apply to the default bridge network. moby/moby#49522

Bug fixes and enhancements

  • Fix docker context create always returning an error when using the "skip-tls-verify" option. docker/cli#5850
  • Fix shell completion suggesting IDs instead of names for services and nodes. docker/cli#5848
  • Fix unintentionally printing exit status to standard error output when docker exec/run returns a non-zero status. docker/cli#5854
  • Fix regression protocol "tcp" is not supported by the RootlessKit port driver "slirp4netns". moby/moby#49514
  • containerd image store: Fix docker inspect not being able to show multi-platform images with missing layers for all platforms. moby/moby#49533
  • containerd image store: Fix docker images --tree reporting wrong content size. moby/moby#49535
  • Fix compilation on i386 moby/moby#49526

Packaging updates

API

  • containerd image store: Fix GET /images/json?manifests=1 not filling Manifests for index-only images. moby/moby#49533
  • containerd image store: Fix GET /images/json and /images/<name>/json Size.Content field including the size of content that's not available locally. moby/moby#49535

v28.0.0

28.0.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • bbd0a17 Merge pull request #49538 from robmry/docker_ingress
  • 8ae4858 Merge pull request #49545 from robmry/revert_check-config_ipset
  • 1814363 Revert "contrib/check-config: add ipset related flags"
  • 558da63 Jump to DOCKER-INGRESS from DOCKER-FORWARD
  • f92fdfe Merge pull request #49530 from robmry/disable_ip_set
  • 88bc9a3 Merge pull request #49535 from vvoland/c8d-fixcontentsize
  • 76417bf Don't use ipset
  • c35159e c8d/manifests: Fix Content size including missing content
  • 0510499 Merge pull request #49533 from vvoland/c8d-inspectlist-indeximg
  • 0274c63 Merge pull request #49518 from robmry/docker_forward_chain
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.29.0 to 0.30.0

Commits
  • 863b3c4 unix: update glibc to 2.41
  • 4d4692e unix: add Auxv
  • b215a1c unix: update to Linux kernel 6.13
  • c756214 cpu: add support for AVX-VNNI and IFMA detection
  • 1c14dca unix: add GetPeerUcred and UcredGet for solaris
  • See full diff in compare view

Updates golang.org/x/net from 0.34.0 to 0.35.0

Commits
  • df97a48 go.mod: update golang.org/x dependencies
  • 2dab271 route: treat short sockaddr lengths as unspecified
  • b914489 internal/http3: refactor in prep for sharing transport/server code
  • ebd23f8 route: fix parsing network address of length zero
  • 938a9fb internal/http3: add request/response body transfer
  • 145b2d7 internal/http3: add RoundTrip
  • 5bda71a internal/http3: define connection and stream error types
  • 3c1185a internal/http3: return error on mid-frame EOF
  • a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  • c72e89d internal/http3: QPACK encoding and decoding
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.21.0 to 0.22.0

Commits

Updates google.golang.org/protobuf from 1.36.4 to 1.36.5

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 dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Scalingo/go-plugins-helpers](https://github.com/Scalingo/go-plugins-helpers) | `1.3.0` | `1.4.0` |
| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.20.0` | `1.21.0` |
| [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.0` | `5.3.1` |
| [github.com/moby/moby](https://github.com/moby/moby) | `27.5.1+incompatible` | `28.0.1+incompatible` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.29.0` | `0.30.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.34.0` | `0.35.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.21.0` | `0.22.0` |
| google.golang.org/protobuf | `1.36.4` | `1.36.5` |


Updates `github.com/Scalingo/go-plugins-helpers` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/Scalingo/go-plugins-helpers/releases)
- [Changelog](https://github.com/Scalingo/go-plugins-helpers/blob/master/CHANGELOG.md)
- [Commits](Scalingo/go-plugins-helpers@v1.3.0...v1.4.0)

Updates `github.com/bits-and-blooms/bitset` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/bits-and-blooms/bitset/releases)
- [Commits](bits-and-blooms/bitset@v1.20.0...v1.21.0)

Updates `github.com/gofrs/uuid/v5` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](gofrs/uuid@v5.3.0...v5.3.1)

Updates `github.com/moby/moby` from 27.5.1+incompatible to 28.0.1+incompatible
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@v27.5.1...v28.0.1)

Updates `golang.org/x/sys` from 0.29.0 to 0.30.0
- [Commits](golang/sys@v0.29.0...v0.30.0)

Updates `golang.org/x/net` from 0.34.0 to 0.35.0
- [Commits](golang/net@v0.34.0...v0.35.0)

Updates `golang.org/x/text` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.21.0...v0.22.0)

Updates `google.golang.org/protobuf` from 1.36.4 to 1.36.5

---
updated-dependencies:
- dependency-name: github.com/Scalingo/go-plugins-helpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/bits-and-blooms/bitset
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/gofrs/uuid/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/moby/moby
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2025
@dependabot dependabot bot requested a review from leo-scalingo March 1, 2025 11:56
@github-actions github-actions bot enabled auto-merge March 1, 2025 11:56
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.

0 participants