build(deps): bump the gomod group across 1 directory with 9 updates#1688
Merged
Conversation
22ee62d to
2d519c5
Compare
Bumps the gomod group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.21.5` | `0.21.7` | | [github.com/moby/moby/api](https://github.com/moby/moby) | `1.54.2` | `1.55.0` | | [github.com/moby/moby/client](https://github.com/moby/moby) | `0.4.1` | `0.5.0` | | [github.com/sigstore/cosign/v3](https://github.com/sigstore/cosign) | `3.0.6` | `3.1.1` | | [go.yaml.in/yaml/v4](https://github.com/yaml/go-yaml) | `4.0.0-rc.4` | `4.0.0-rc.6` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.1` | `0.36.2` | | [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind) | `0.31.0` | `0.32.0` | Updates `github.com/google/go-containerregistry` from 0.21.5 to 0.21.7 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.21.5...v0.21.7) Updates `github.com/moby/moby/api` from 1.54.2 to 1.55.0 - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@api/v1.54.2...api/v1.55.0) Updates `github.com/moby/moby/client` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/moby/moby/releases) - [Changelog](https://github.com/moby/moby/blob/v0.5.0/CHANGELOG.md) - [Commits](moby/moby@v0.4.1...v0.5.0) Updates `github.com/sigstore/cosign/v3` from 3.0.6 to 3.1.1 - [Release notes](https://github.com/sigstore/cosign/releases) - [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md) - [Commits](sigstore/cosign@v3.0.6...v3.1.1) Updates `go.yaml.in/yaml/v4` from 4.0.0-rc.4 to 4.0.0-rc.6 - [Commits](yaml/go-yaml@v4.0.0-rc.4...v4.0.0-rc.6) Updates `golang.org/x/sync` from 0.20.0 to 0.21.0 - [Commits](golang/sync@v0.20.0...v0.21.0) Updates `golang.org/x/tools` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.45.0...v0.46.0) Updates `k8s.io/apimachinery` from 0.36.1 to 0.36.2 - [Commits](kubernetes/apimachinery@v0.36.1...v0.36.2) Updates `sigs.k8s.io/kind` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/kubernetes-sigs/kind/releases) - [Changelog](https://github.com/kubernetes-sigs/kind/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/kind@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/moby/moby/api dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/moby/moby/client dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/sigstore/cosign/v3 dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.yaml.in/yaml/v4 dependency-version: 4.0.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/sync dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/tools dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: sigs.k8s.io/kind dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
2d519c5 to
9e9e2b0
Compare
go-containerregistry v0.21.7 changed the insecure registry regex from `.*\.local(?:host)?` to `.*\.localhost`, removing support for `*.local` hostnames. This caused the e2e test to fail because `registry.local:5000` was now being accessed via HTTPS instead of HTTP. Fix by switching to `registry.localhost:5000` which is still matched by the `*.localhost` pattern in go-containerregistry v0.21.7+.
imjasonh
approved these changes
Jun 29, 2026
Member
|
Copilot believes e2e tests broke due to google/go-containerregistry#2314 and changed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 7 updates in the / directory:
0.21.50.21.71.54.21.55.00.4.10.5.03.0.63.1.14.0.0-rc.44.0.0-rc.60.36.10.36.20.31.00.32.0Updates
github.com/google/go-containerregistryfrom 0.21.5 to 0.21.7Release notes
Sourced from github.com/google/go-containerregistry's releases.
... (truncated)
Commits
c68d899Bump go version to 1.26.4 (#2350)da61d86transport: do not re-attach bearer token after cross-host redirect (#2349)09fe1e5fix(tarball): normalize paths when matching files (#2334)5baa399build(deps): bump the go-deps group across 3 directories with 4 updates (#2348)97a8a17fix(transport): apply refreshed bearer token after cross-host redirect (#2337)e963497internal/gzip: fix goroutine leak in ReadCloserLevel (#2347)02649eafix: prevent SSRF in google.List() pagination (#2332)7204b40build(deps): bump the actions group across 1 directory with 2 updates (#2344)4cfaa93build(deps): bump the go-deps group across 1 directory with 2 updates (#2343)6849394pkg/registry: export RedirectError (#2177)Updates
github.com/moby/moby/apifrom 1.54.2 to 1.55.0Release notes
Sourced from github.com/moby/moby/api's releases.
Commits
b6c53c2Merge pull request #52773 from vvoland/c8d-amd64-variants01115e8Merge pull request #52906 from vvoland/fix-TestContainerWithConflictingNoneNe...b36296fMerge pull request #52913 from thaJeztah/windows_does_statsa81aa78TestContainerWithConflictingNoneNetwork: Extend Windows timeout908a35aMerge pull request #52914 from thaJeztah/no_stderr04d33b5Merge pull request #52912 from thaJeztah/cleanup_GenerateRandomAlphaOnlyString3b2f557Merge pull request #52722 from notandruu/integration/migrate-TestInspectAPIIm...62b3aaeMerge pull request #52901 from vvoland/c8d-imageusage11d3342integration-cli: un-skip stats tests on Windowsa47b1b2Merge pull request #52891 from smerkviladze/attestations-clearer-blob-missing...Updates
github.com/moby/moby/clientfrom 0.4.1 to 0.5.0Release notes
Sourced from github.com/moby/moby/client's releases.
Changelog
Sourced from github.com/moby/moby/client's changelog.
... (truncated)
Commits
51f6c4aMerge pull request #1227 from dotcloud/bump_0.5.0f4eaec3Merge pull request #1226 from metalivedev/easydockerfileb083418change -b -> -v and add udp example5794857Merge pull request #1169 from crosbymichael/buildfile-testse7f3f6fAdd unit tests for buildfile config instructionsaa56714Make dockerfile docs easier to find. Clean up formatting.f8dfd0aMerge pull request #1225 from dotcloud/hotfix_docker_rmi3dbf9c6Merge pull request #1219 from metalivedev/docs-repoupdatede563a3Merge pull request #1194 from crosbymichael/build-verbose9cf2b41change rm usage in docsUpdates
github.com/sigstore/cosign/v3from 3.0.6 to 3.1.1Release notes
Sourced from github.com/sigstore/cosign/v3's releases.
Commits
7914231Fix build for Go version 1.26.3 (#4933)d8e992achore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 (#4929)305817bchore(deps): bump google.golang.org/api from 0.280.0 to 0.283.0 (#4925)09564f9chore(deps): bump github.com/theupdateframework/go-tuf/v2 (#4926)702cbe0chore(deps): bump golang in the all group across 1 directoryf3885a6chore(deps): bump github.com/go-openapi/swag/conv in the gomod group76a5eecchore(deps): bump github.com/spiffe/go-spiffe/v2 from 2.6.0 to 2.7.0df2a334chore(deps): bump golang.org/x/term from 0.43.0 to 0.44.02620da6chore(deps): bump github.com/open-policy-agent/opa from 1.16.2 to 1.17.1282ff33chore(deps): bump the actions group across 1 directory with 4 updatesUpdates
go.yaml.in/yaml/v4from 4.0.0-rc.4 to 4.0.0-rc.6Commits
1c17b9cBump the actions group with 3 updates7afcb09Handle empty legacy YAML streams1031012Bump the actions group with 2 updates39ad3aaFix !!merge tag regression for yq #267779b4713Forbid AI co-author attribution in commitscc48a8dBump the actions group with 2 updatesb6a4ef8Revert incorrect gofmt changesdb7ba15Bump the actions group with 2 updates6d7a10fBump crate-ci/typos from 1.45.1 to 1.45.2 in the actions groupdee8e44Address must() review commentsUpdates
golang.org/x/syncfrom 0.20.0 to 0.21.0Commits
5071ed6all: fix some comments to improve readabilityUpdates
golang.org/x/toolsfrom 0.45.0 to 0.46.0Commits
3d6f8dfgo/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv47abf61gopls: move internal/tool into gopls/internal/tool19cebc5go/packages/gopackages: use standard flag package instead of internal/toole965c10gopls/internal/test/marker: update hover test96efd3dgopls/internal/golang/stubmethods: support generic interfaces83be7b7go.mod: update golang.org/x dependenciesbf05c11internal/typesinternal: ForEachElement: test generic methods99df0abgo/callgraph/static: support generic methods6942095go/ssa: fix instantiation of generic methods on non-generic receivers070e85dgo/callgraph/rta: skip generic methods in fingerprintingUpdates
k8s.io/apimachineryfrom 0.36.1 to 0.36.2Commits
ae3f98eUpdate dependencies to v0.36.2 tag2ec982dMerge pull request #139508lalitc375/automated-cherry-pick-of-#1394806a88102Fix wrong marking of errorsUpdates
sigs.k8s.io/kindfrom 0.31.0 to 0.32.0Release notes
Sourced from sigs.k8s.io/kind's releases.
... (truncated)
Changelog
Sourced from sigs.k8s.io/kind's changelog.
... (truncated)
Commits
cda67efversion v0.32.0a335a9eMerge pull request #4182 from stmcginnis/kindest/node-v1.36.1645b868bump default image to kindest/node:v1.36.1d1b84e8Merge pull request #4181 from BenTheElder/base-fix25d94fabump staging node image088013aupdate base image with permissions fix995e8faFix: Permission error when creating pod with hostUsers: false (#4179)b029a2bMerge pull request #4149 from BenTheElder/bump-images-asdf140186fMerge pull request #4174 from BenTheElder/ci-builds811ea84Merge pull request #4173 from BenTheElder/kubeadm-v1beta4-special-patch