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 dev group with 4 updates #25

Merged
merged 2 commits into from
Sep 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2023

Bumps the dev group with 4 updates: github.com/docker/docker, github.com/go-co-op/gocron, github.com/go-git/go-git/v5 and github.com/google/go-github/v50.

Updates github.com/docker/docker from 23.0.3+incompatible to 24.0.6+incompatible

Release notes

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

v24.0.6

24.0.6

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

Bug fixes and enhancements

  • containerd storage backend: Fix docker ps failing when a container image is no longer present in the content store. moby/moby#46095
  • containerd storage backend: Fix docker ps -s -a and docker container prune failing when a container image config is no longer present in the content store. moby/moby#46097
  • containerd storage backend: Fix docker inspect failing when a container image config is no longer (or was never) present in the content store. moby/moby#46244
  • containerd storage backend: Fix diff and export with the overlayfs snapshotter by using reference-counted rootfs mounts. moby/moby#46266
  • containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. moby/moby#46300
  • containerd storage backend: Fix the FROM scratch Dockerfile instruction with the classic builder. moby/moby#46302
  • containerd storage backend: Fix mismatched image rootfs and manifest layers errors with the classic builder. moby/moby#46310
  • Warn when pulling Docker Image Format v1, and Docker Image manifest version 2, schema 1 images from all registries. moby/moby#46290
  • Fix live-restore of volumes with custom volume options. moby/moby#46366
  • Fix incorrectly dropping capabilities bits when running a container as a non-root user (note: this change was already effectively present due to a regression). moby/moby#46221
  • Fix network isolation iptables rules preventing IPv6 Neighbor Solicitation packets from being exchanged between containers. moby/moby#46214
  • Fix dockerd.exe --register-service not working when the binary is in the current directory on Windows. moby/moby#46215
  • Add a hint suggesting the use of a PAT to docker login against Docker Hub. docker/cli#4500
  • Improve shell startup time for users of Bash completion for the CLI. docker/cli#4517
  • Improve the speed of some commands by skipping GET /_ping when possible. docker/cli#4508
  • Fix credential scopes when using a PAT to docker manifest inspect an image on Docker Hub. docker/cli#4512
  • Fix docker events not supporting --format=json. docker/cli#4544

Packaging updates

v24.0.5

24.0.5

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

Bug fixes and enhancements

  • The Go client now avoids using UNIX socket paths in the HTTP Host: header, in order to be compatible with changes introduced in go1.20.6. moby/moby#45962, moby/moby#45990
  • containerd storage backend: Fix Variant not being included in docker image inspect and GET /images/{name}/json. moby/moby#46025
  • containerd storage backend: Prevent potential garbage collection of content during image export. moby/moby#46021
  • containerd storage backend: Prevent duplicate digest entries in RepoDigests. moby/moby#46014
  • containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. moby/moby#46013
  • containerd storage backend: Fix a panic caused by EXPOSE when building containers with the legacy builder. moby/moby#45921

... (truncated)

Commits
  • 1a79695 Merge pull request #46366 from thaJeztah/24.0_backport_volume-local-restore-m...
  • c35376c volume/local: Don't unmount, restore mounted status
  • 5d4cc0b integration/liveRestore: Check volume content
  • c78abd9 Merge pull request #46330 from thaJeztah/24.0_backport_api_docs_update_urls
  • 6282d95 Merge pull request #46331 from thaJeztah/24.0_backport_update_golangci_lint
  • 1d983e2 update golangci-lint to v1.54.2
  • d2e9a19 CONTRIBUTING.md: update links to golang docs and blog
  • 73f6053 api: swagger: update link to Go documentation
  • de13951 docs/api: update links to Go documentation
  • 7741a89 Merge pull request #46325 from thaJeztah/24.0_backport_hack_less_redirects
  • Additional commits viewable in compare view

Updates github.com/go-co-op/gocron from 1.33.1 to 1.34.2

Release notes

Sourced from github.com/go-co-op/gocron's releases.

v1.34.2

Fixes

New Contributors

Full Changelog: go-co-op/gocron@v1.34.1...v1.34.2

v1.34.1

Fixes

New Contributors

Full Changelog: go-co-op/gocron@v1.34.0...v1.34.1

v1.34.0

What's Changed

Fixes

Chores

Full Changelog: go-co-op/gocron@v1.33.1...v1.33.2

Commits
  • e07c266 fix Scheduler.NextRun() not returning the correct value (#574) (#575)
  • 01fcdee fix removing a job not stopping with limit mode (#573)
  • 7a102da reschedule limit mode was broken - fixing the inc/dec (#572)
  • 269c4d1 docs: fix WaitMode and Milliseconds documentation (#570)
  • 7fea08c fix RemoveByID and SingletonMode (#569)
  • e2a9cc0 add mentioned in awesome badge to readme
  • 6328e00 docs: add WithDistributedElector usage (#563)
  • a497bef remove beta note from WithDistributedLocker (#562)
  • 51d96d3 feat: add election leader (#561)
  • af55934 docs: add stop and stopBlockingChan function (#556)
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.6.1 to 5.9.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.9.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.8.1...v5.9.0

v5.8.1

What's Changed

Full Changelog: go-git/go-git@v5.8.0...v5.8.1

v5.8.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.7.0...v5.7.1

... (truncated)

Commits

Updates github.com/google/go-github/v50 from 50.0.0 to 50.2.0

Release notes

Sourced from github.com/google/go-github/v50's releases.

v50.2.0

This minor release contains the following interesting changes:

  • Add ListExternalGroupsForTeamBySlug to Teams API (#2674)
  • Add DicussionCommentEvent Webhook (#2678)
  • Add head_sha for ListWorkflowRunsOptions (#2703)
  • Support HTTP Proxy from environment (#2686)
  • Update custom repo roles URL (#2702)
  • Move to Protonmail PGP (#2666)
  • Fix SCIM query params (#2680)
  • Add fields to update repository API and create branch protection API to match GitHub APIs (#2709)

in addition to these more maintenance-type changes:

  • Bump golang.org/x/sys from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0 in /example (#2676)
  • Bump github.com/xlzd/gotp from 0.0.0-20181030022105-c8557ba2c119 to 0.1.0 in /scrape (#2684)
  • Update golangci-lint-action (#2694)
  • Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 in /scrape (#2683)
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in /example (#2689)
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 in /example (#2691)
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 (#2692)
  • Run go mod tidy -compat=1.17 (#2696)
  • Fix golangci-lint (#2697)
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.7.0 (#2693)
  • Bump golang.org/x/oauth2 from 0.0.0-20180821212333-d2e6202438be to 0.6.0 (#2695)
  • Remove example subdirs in GitHub Actions linter workflow (#2701)
  • Bump golang.org/x/net from 0.7.0 to 0.8.0 in /scrape (#2698)
  • Bump version of go-github to v50.2.0 (#2710)

v50.1.0

This minor release contains the following changes:

  • Update scrape dependency to v50 (#2648)
  • Add secondary rate limit handling (prevent remote requests) and fix primary rate limit categories (#2635)
  • Fix parse token expiration (#2650)
  • Add support for actions variables (#2652)
  • Remove failing unit tests for Go 1.20 (#2656)
  • Add permission filter for list collaborators (#2653)
  • Update workflow to use Go 1.20 and 1.19 (#2657)
  • Add Account field to MarketplacePurchase struct (#2659)
  • Add URL, UpdateAt, and WorkflowRun fields to Artifacts (#2660)
  • Add milestone field to IssuesEvent (#2663)
  • Add go generate mention to CONTRIBUTING.md (#2587)
  • Add RequestedTeam to issues Timeline type (#2665)
  • Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 in /scrape (#2667)
  • Add Permission, OldPermission to AuditEntry type (#2670)
  • Add created_at to WorkflowJob struct (#2671)
  • Bump version of go-github to v50.1.0 (#2673)
Commits
  • cac943e Bump version of go-github to v50.2.0 (#2710)
  • 9e4a1fd Add fields to update repository API and create branch protection API to match...
  • 9bfbc00 Fix SCIM query params (#2680)
  • 8e34527 Move to Protonmail PGP (#2666)
  • e0bb535 Update custom repo roles URL (#2702)
  • 14bb610 Support HTTP Proxy from environment (#2686)
  • 73075b9 Add head_sha for ListWorkflowRunsOptions (#2703)
  • 862134b Bump golang.org/x/net from 0.7.0 to 0.8.0 in /scrape (#2698)
  • bfc1fbb Remove example subdirs in GitHub Actions linter workflow (#2701)
  • 572b301 Bump golang.org/x/oauth2 from 0.0.0-20180821212333-d2e6202438be to 0.6.0 (#2695)
  • 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 dev group with 4 updates: [github.com/docker/docker](https://github.com/docker/docker), [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [github.com/google/go-github/v50](https://github.com/google/go-github).


Updates `github.com/docker/docker` from 23.0.3+incompatible to 24.0.6+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v23.0.3...v24.0.6)

Updates `github.com/go-co-op/gocron` from 1.33.1 to 1.34.2
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v1.33.1...v1.34.2)

Updates `github.com/go-git/go-git/v5` from 5.6.1 to 5.9.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.6.1...v5.9.0)

Updates `github.com/google/go-github/v50` from 50.0.0 to 50.2.0
- [Release notes](https://github.com/google/go-github/releases)
- [Commits](google/go-github@v50.0.0...v50.2.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: github.com/google/go-github/v50
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@quentinguidee quentinguidee merged commit 921b97e into dev Sep 24, 2023
8 checks passed
@quentinguidee quentinguidee deleted the dependabot/go_modules/dev/dev-4f7a3c89b0 branch September 24, 2023 23:34
quentinguidee added a commit that referenced this pull request Mar 3, 2024
…low-redirects-1.15.5

build(deps): bump follow-redirects from 1.15.2 to 1.15.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant