TestConformanceExternal/copy and env interaction: update test context; update deps; tag 1.2.22 - #325
Conversation
|
LGTM |
Transient error, a manual restart was enough. |
Avoid a race where `file` may or may not be pointed at the file that we're piping its output to during a build. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
8bebfe4 to
1a03e96
Compare
|
Assuming happy tests, |
|
Tests are passing. |
Bump github.com/containerd/platforms from v1.0.0-rc.4 to v1.0.0-rc.5 Bump github.com/moby/buildkit from v0.29.0 to v0.31.2 Bump github.com/moby/go-archive from v0.2.0 to v0.3.3 Bump github.com/moby/moby/api from v1.54.2 to v1.55.0 Bump github.com/stretchr/testify from v1.11.1 to v1.12.1 Bump go.podman.io/storage from v1.62.0 to v1.64.0 Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Update version information to mark this as v1.2.22. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Update version information to mark this as v1.2.23-dev. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
|
@nalind: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nalind, TomSweeneyRedHat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update the context directory used for a conformance test that references an external git repository to keep up with changes on the main branch. Fix a race condition in a conformance test. And then bump our version to 1.2.22.
While we're in here, bump some of our dependencies:
Bump github.com/containerd/platforms from v1.0.0-rc.4 to v1.0.0-rc.5
Bump github.com/moby/buildkit from v0.29.0 to v0.31.2 (0.32 would bump us to Go 1.26)
Bump github.com/moby/go-archive from v0.2.0 to v0.3.3
Bump github.com/moby/moby/api from v1.54.2 to v1.55.0
Bump github.com/stretchr/testify from v1.11.1 to v1.12.1
Bump go.podman.io/storage from v1.62.0 to v1.64.0
The buildkit update resolves CVE-2026-61711 and CVE-2026-61712.
The go-archive update resolves CVE-2026-17106.