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 6 updates #272

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the dependencies group with 6 updates:

Package From To
github.com/Scalingo/go-handlers 1.8.1 1.8.2
github.com/Scalingo/go-utils/graceful 1.1.2 1.1.3
github.com/moby/moby 27.0.3+incompatible 27.1.1+incompatible
go.etcd.io/etcd/api/v3 3.5.14 3.5.15
go.etcd.io/etcd/client/v3 3.5.14 3.5.15
go.etcd.io/etcd/client/pkg/v3 3.5.14 3.5.15

Updates github.com/Scalingo/go-handlers from 1.8.1 to 1.8.2

Release notes

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

v1.8.2

What's Changed

Full Changelog: Scalingo/go-handlers@v1.8.1...v1.8.2

Changelog

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

v1.8.2

  • feat(middleware): add a middleware to set the Content-Type to application/json
Commits
  • fad48cb Merge pull request #98 from Scalingo/release/1.8.2
  • a50604d Bump v1.8.2
  • b383aaf Merge pull request #97 from Scalingo/feat/json-content-type-middleware
  • 68a5d4a Update content_type_middleware.go
  • 9d63950 Update CHANGELOG.md
  • d9de8ea fix(middleware): call the handler in the return
  • 24fba67 feat(middleware): add a middleware to set the content-type to application/json
  • ffc0527 Merge pull request #96 from Scalingo/dependabot/go_modules/dependencies-8b52a...
  • a5eb058 chore(deps): bump golang.org/x/sys in the dependencies group
  • 204ae06 Merge pull request #95 from Scalingo/dependabot/go_modules/dependencies-d242a...
  • Additional commits viewable in compare view

Updates github.com/Scalingo/go-utils/graceful from 1.1.2 to 1.1.3

Changelog

Sourced from github.com/Scalingo/go-utils/graceful's changelog.

Changelog

To Be Released

From now, versions are managed by submodules, CHANGELOG also, it's directory has its own changelog

v7.1.0 (August 13 2020)

  • [difflib] Add a way to activate/desactivate the colors formatting
  • [difflib] Add colors to have a better display in the shell (only for unified diff)
  • [difflib] New package to print diff between two content in the shell (git diff style)
  • [document] Do not add sensitive information in the log

v7.0.1 (June 12 2020)

  • [storage] Fix Swift authentication

v7.0.0 (June 09 2020)

  • [storage] Get swift configuration from the environment

v6.7.1 (May 19 2020)

  • [tarball] Fix unit: use a buffer of 512kb not MB...

v6.7.0 (May 12 2020)

  • [tarball] Use io package and disable disk cache when creating/extracting tarball archives

v6.6.0 (May 4 2020)

  • [io] New package with a configurable io.Copier

    io.NewCopier(...opts io.CopierOpt)
    io.WithBufferSize(int64)
    io.WithNoDiskCacheRead
    io.WithNoDiskCacheWrite
    io.WithNoDiskCache
    

v6.5.0 (Apr 28 2020)

  • [tarball] New package to manipulate tar and gzipped tarballs

    tarball.Create(context.Context, file string, in io.Reader, opts tarball.CreateOpts) error
    tarball.Extract(context.Context, file string, out io.Writer, opts tarball.ExtractOpts) error
    tarball.Tar(io.Writer, map[string]tarball.TarFileHeader) error
    

... (truncated)

Commits
  • 8d89ecb Merge pull request #929 from Scalingo/release/graceful/1.1.3
  • 1e79f0a [graceful] Bump v1.1.3
  • ff471a5 Merge pull request #927 from Scalingo/fix/graceful-go-version
  • 94d3088 Remove go patch version from go.mod (1.22.4 => 1.22)
  • 7bc2754 Merge pull request #926 from Scalingo/dependabot/go_modules/etcd/google.golan...
  • 3b3bbbb Merge pull request #925 from Scalingo/dependabot/go_modules/cronsetup/google....
  • 903d0af build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /etcd
  • eda8bff build(deps): bump google.golang.org/grpc in /cronsetup
  • 8305b31 Merge pull request #924 from Scalingo/dependabot/go_modules/io/dependencies-8...
  • 4e3c104 Merge pull request #923 from Scalingo/dependabot/go_modules/cronsetup/depende...
  • Additional commits viewable in compare view

Updates github.com/moby/moby from 27.0.3+incompatible to 27.1.1+incompatible

Release notes

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

v27.1.1

27.1.1

Security

This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control. No other changes are included in this release, and this release is otherwise identical for users not using AuthZ plugins.

Packaging updates

Full Changelog: moby/moby@v27.1.0...v27.1.1

v27.1.0

27.1.0

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

Bug fixes and enhancements

  • rootless: add Requires=dbus.socket to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141
  • containerd integration: image tag event is now properly emitted when building images with BuildKit moby/moby#48182
  • CLI: enable shell completion for docker image rm, docker image history, and docker image inspect moby/moby#5261
  • CLI: add and improve shell completions for various flags moby/moby#5261
  • CLI: add OOMScoreAdj to docker service create and docker stack docker/cli#5274
  • CLI: add support for DOCKER_CUSTOM_HEADERS environment variable (experimental) docker/cli#5271
  • CLI: containerd-integration: Fix docker push defaulting the --platform flag to a value of DOCKER_DEFAULT_PLATFORM environment variable on unsupported API versions docker/cli#5248
  • CLI: fix: context cancellation on login prompt docker/cli#5260
  • CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container docker/cli#5250

Deprecated

  • The pkg/rootless/specconv package is deprecated, and will be removed in the next release moby/moby#48185
  • The pkg/containerfs package is deprecated, and will be removed in the next release moby/moby#48185
  • The pkg/directory package is deprecated, and will be removed in the next release moby/moby#48185
  • api/types/system: remove deprecated Info.ExecutionDriver moby/moby#48184

Packaging updates

... (truncated)

Commits
  • cc13f95 Merge commit from fork
  • a21b1a2 Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.20
  • 1bc907c vendor: github.com/containerd/containerd v1.7.20
  • 4bb4575 Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...
  • df7f275 Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check
  • 1c0885d gha: check-pr-branch: fix branch check regression
  • fb3ec9f Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_compose
  • ed83a9e update containerd binary to v1.7.20
  • 71b59bf Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_check
  • f8f926b Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directory
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/api/v3 from 3.5.14 to 3.5.15

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.5.15

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.15
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.15
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
</tr></table>

... (truncated)

Commits
  • 9a55333 version: bump up to 3.5.15
  • d6479db Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-info
  • e940b8e Merge pull request #18319 from ahrtr/3.5_log_20240714
  • 12854ec Differentiate the warning message for rejected client and peer connections
  • 4548f41 Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata
  • 1bfca72 client/v3/watch_test.go: test fmt metadata print
  • b1fc94f client/v3/watch.go: use fmt for metadata printing
  • c6b0b55 Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...
  • 301b124 Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...
  • 2b2473c Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-deps
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/v3 from 3.5.14 to 3.5.15

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.5.15

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.15
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.15
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
</tr></table>

... (truncated)

Commits
  • 9a55333 version: bump up to 3.5.15
  • d6479db Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-info
  • e940b8e Merge pull request #18319 from ahrtr/3.5_log_20240714
  • 12854ec Differentiate the warning message for rejected client and peer connections
  • 4548f41 Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata
  • 1bfca72 client/v3/watch_test.go: test fmt metadata print
  • b1fc94f client/v3/watch.go: use fmt for metadata printing
  • c6b0b55 Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...
  • 301b124 Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...
  • 2b2473c Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-deps
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/pkg/v3 from 3.5.14 to 3.5.15

Release notes

Sourced from go.etcd.io/etcd/client/pkg/v3's releases.

v3.5.15

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.15
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.15
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
</tr></table>

... (truncated)

Commits
  • 9a55333 version: bump up to 3.5.15
  • d6479db Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-info
  • e940b8e Merge pull request #18319 from ahrtr/3.5_log_20240714
  • 12854ec Differentiate the warning message for rejected client and peer connections
  • 4548f41 Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata
  • 1bfca72 client/v3/watch_test.go: test fmt metadata print
  • b1fc94f client/v3/watch.go: use fmt for metadata printing
  • c6b0b55 Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...
  • 301b124 Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...
  • 2b2473c Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-deps
  • Additional commits viewable in compare view

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Scalingo/go-handlers](https://github.com/Scalingo/go-handlers) | `1.8.1` | `1.8.2` |
| [github.com/Scalingo/go-utils/graceful](https://github.com/Scalingo/go-utils) | `1.1.2` | `1.1.3` |
| [github.com/moby/moby](https://github.com/moby/moby) | `27.0.3+incompatible` | `27.1.1+incompatible` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.14` | `3.5.15` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.14` | `3.5.15` |
| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.14` | `3.5.15` |


Updates `github.com/Scalingo/go-handlers` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/Scalingo/go-handlers/releases)
- [Changelog](https://github.com/Scalingo/go-handlers/blob/master/CHANGELOG.md)
- [Commits](Scalingo/go-handlers@v1.8.1...v1.8.2)

Updates `github.com/Scalingo/go-utils/graceful` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/Scalingo/go-utils/releases)
- [Changelog](https://github.com/Scalingo/go-utils/blob/master/CHANGELOG_LEGACY.md)
- [Commits](Scalingo/go-utils@v1.1.2...graceful/v1.1.3)

Updates `github.com/moby/moby` from 27.0.3+incompatible to 27.1.1+incompatible
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@v27.0.3...v27.1.1)

Updates `go.etcd.io/etcd/api/v3` from 3.5.14 to 3.5.15
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.14...v3.5.15)

Updates `go.etcd.io/etcd/client/v3` from 3.5.14 to 3.5.15
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.14...v3.5.15)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.14 to 3.5.15
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.14...v3.5.15)

---
updated-dependencies:
- dependency-name: github.com/Scalingo/go-handlers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/Scalingo/go-utils/graceful
  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-minor
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Aug 1, 2024
@dependabot dependabot bot requested a review from leo-scalingo August 1, 2024 11:18
@github-actions github-actions bot enabled auto-merge August 1, 2024 11:18
@github-actions github-actions bot merged commit 277d005 into master Aug 1, 2024
2 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/dependencies-c22d62cd44 branch August 1, 2024 11:20
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