Skip to content

chore(deps): bump the go group with 5 updates#1418

Merged
hilmarf merged 4 commits into
mainfrom
dependabot/go_modules/go-88ac666fab
Apr 23, 2025
Merged

chore(deps): bump the go group with 5 updates#1418
hilmarf merged 4 commits into
mainfrom
dependabot/go_modules/go-88ac666fab

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2025

Bumps the go group with 5 updates:

Package From To
github.com/containers/image/v5 5.34.3 5.35.0
github.com/cyberphone/json-canonicalization 0.0.0-20231217050601-ba74d44ecf5f 0.0.0-20241213102144-19d51d7fe467
github.com/docker/cli 27.5.1+incompatible 28.0.4+incompatible
github.com/docker/docker 27.5.1+incompatible 28.0.4+incompatible
github.com/go-git/go-git/v5 5.15.0 5.16.0

Updates github.com/containers/image/v5 from 5.34.3 to 5.35.0

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.35.0

What's Changed

... (truncated)

Commits
  • 617c288 Bump to c/image v5.35.0
  • 1b83b3a Bump to c/storage v1.58.0
  • 4279b17 Merge pull request #2826 from containers/renovate/golangci-golangci-lint-2.x
  • 1d14076 chore(deps): update dependency golangci/golangci-lint to v2.1.1
  • 12c8495 Merge pull request #2824 from containers/renovate/github.com-sigstore-rekor-1.x
  • 010f504 fix(deps): update module github.com/sigstore/rekor to v1.3.10
  • 9b83c49 Merge pull request #2823 from Luap99/github
  • a4b363d .github: check_cirrus_cron work around github bug
  • 37150b4 .github: remove cirrus rerun action
  • 6116c41 Merge pull request #2822 from containers/renovate/github.com-sigstore-sigstor...
  • Additional commits viewable in compare view

Updates github.com/cyberphone/json-canonicalization from 0.0.0-20231217050601-ba74d44ecf5f to 0.0.0-20241213102144-19d51d7fe467

Commits

Updates github.com/docker/cli from 27.5.1+incompatible to 28.0.4+incompatible

Commits
  • b8034c0 Merge pull request #5962 from thaJeztah/bump_docker_28.0.3
  • 3e699a3 Merge pull request #5964 from vvoland/fix-auth-regressionq
  • f596202 Revert "cli/command: remove uses of GetAuthConfigKey, ParseRepositoryInfo"
  • ee2f787 cli/config: update link to current version
  • d8432cd vendor: github.com/docker/docker v28.0.3
  • 2b0631f Merge pull request #5941 from thaJeztah/TestUserTerminatedError_handle_errs
  • 84828b0 Merge pull request #5960 from vvoland/vendor-docker
  • b5ca7e8 vendor: github.com/docker/docker v28.0.3-dev (330857ad0ffb)
  • cfaaeb0 Merge pull request #5957 from vvoland/stdout-trunc
  • 5a8120c container/run: Fix TestRunAttachTermination
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.5.1+incompatible to 28.0.4+incompatible

Release notes

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

v28.0.4

28.0.4

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

Bug fixes and enhancements

  • Fix a regression causing docker pull/push to fail when interacting with a private repository. docker/cli#5964

v28.0.3

28.0.3

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

Bug fixes and enhancements

  • Fix docker run truncating the STDOUT/STDERR prematurely when the container exits before the data is consumed. docker/cli#5957

Packaging updates

v28.0.2

28.0.2

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

Bug fixes and enhancements

  • Fix CLI-specific attributes (docker.cli.*) being unintentionally passed to downstream OTel services. docker/cli#5842
  • Fix an issue where user-specified OTEL_RESOURCE_ATTRIBUTES were being overridden by CLI's internal telemetry attributes. The CLI now properly merges user-specified attributes with internal ones, allowing both to coexist. docker/cli#5842
  • Fix daemon failing to start on Windows when a container created before v28.0.0 was present. moby/moby#49626
  • Fix possible error on docker buildx prune with the --min-free-space. moby/moby#49623
  • Fix spurious io: read/write on closed pipe error in the daemon log when closing container. moby/moby#49590
  • Fix the Docker daemon failing too early if the containerd socket isn't immediately available. moby/moby#49603
  • Mask Linux thermal interrupt info in a container's /proc and /sys by default. moby/moby#49560
  • Update contrib/check-config.sh to check for more kernel modules related to iptables. moby/moby#49622
  • containerd image store: Fix integer overflow in User ID handling passed via --user. moby/moby#49652
  • containerd image store: Fix spurious reference for unknown type: application/vnd.in-toto+json warning being logged to the daemon's log. moby/moby#49652

... (truncated)

Commits
  • 6430e49 Merge pull request #49700 from vvoland/missing-buildtags
  • cc90726 Add missing go1.22 build constraints
  • 330857a Merge pull request #49698 from jsternberg/buildkit-0.20.2
  • 2fce935 vendor: github.com/moby/buildkit v0.20.2
  • ecb03c4 Merge pull request #49691 from thaJeztah/bump_selinux
  • accda31 Merge pull request #49562 from thaJeztah/switch_cgroups
  • 6a0f71c Merge pull request #49686 from thaJeztah/attach_nits
  • e2011af Merge pull request #49692 from thaJeztah/rm_aliases
  • 3e957c6 remove some redundant import-aliases
  • 4db84b1 switch to github.com/opencontainers/cgroups
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0

Release notes

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

v5.16.0

What's Changed

Full Changelog: go-git/go-git@v5.15.0...v5.16.0

Commits
  • 6d4a5c6 Merge pull request #1515 from pjbgf/regre
  • beedd6b plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514
  • 763ce2e Merge pull request #1510 from hiddeco/mtls-support
  • 5320e1b plumbing: surface transport configuration errors
  • 9bbc93b plumbing: fix unintended pointer mutation in test
  • f3783f4 plumbing: support mTLS for HTTPS protocol
  • See full diff 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 go group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.34.3` | `5.35.0` |
| [github.com/cyberphone/json-canonicalization](https://github.com/cyberphone/json-canonicalization) | `0.0.0-20231217050601-ba74d44ecf5f` | `0.0.0-20241213102144-19d51d7fe467` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.5.1+incompatible` | `28.0.4+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.5.1+incompatible` | `28.0.4+incompatible` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.15.0` | `5.16.0` |


Updates `github.com/containers/image/v5` from 5.34.3 to 5.35.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.34.3...v5.35.0)

Updates `github.com/cyberphone/json-canonicalization` from 0.0.0-20231217050601-ba74d44ecf5f to 0.0.0-20241213102144-19d51d7fe467
- [Release notes](https://github.com/cyberphone/json-canonicalization/releases)
- [Commits](https://github.com/cyberphone/json-canonicalization/commits)

Updates `github.com/docker/cli` from 27.5.1+incompatible to 28.0.4+incompatible
- [Commits](docker/cli@v27.5.1...v28.0.4)

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

Updates `github.com/go-git/go-git/v5` from 5.15.0 to 5.16.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.15.0...v5.16.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-version: 5.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/cyberphone/json-canonicalization
  dependency-version: 0.0.0-20241213102144-19d51d7fe467
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/docker/cli
  dependency-version: 28.0.4+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go
- dependency-name: github.com/docker/docker
  dependency-version: 28.0.4+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot added the component/ocm-cli OCM Command Line Interface label Apr 23, 2025
@hilmarf hilmarf enabled auto-merge (squash) April 23, 2025 10:13
@github-actions github-actions Bot added size/m Medium and removed size/s Small labels Apr 23, 2025
@hilmarf hilmarf merged commit 1245fc4 into main Apr 23, 2025
26 checks passed
@hilmarf hilmarf deleted the dependabot/go_modules/go-88ac666fab branch April 23, 2025 10:29
@ocmbot ocmbot Bot added this to the 2025-Q2 milestone Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/ocm-cli OCM Command Line Interface kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/m Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants