Skip to content

Commit 8ff69da

Browse files
build(deps): Bump submodules and dependencies (runfinch#1393)
* [create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: update runtime component versions Signed-off-by: Austin Vazquez <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Austin Vazquez <[email protected]> Signed-off-by: Austin Vazquez <[email protected]>
1 parent a542b0d commit 8ff69da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

e2e/vm/version_remote_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import (
1919
)
2020

2121
const (
22-
nerdctlVersion = "v2.0.4"
23-
buildKitVersion = "v0.20.1"
24-
containerdVersion = "v2.0.4"
25-
runcVersion = "1.2.6"
22+
nerdctlVersion = "v2.1.1"
23+
buildKitVersion = "v0.21.1"
24+
containerdVersion = "v2.1.0"
25+
runcVersion = "1.3.0"
2626
)
2727

2828
type Versions struct {
@@ -64,7 +64,7 @@ Server:
6464
GitCommit: [a-z0-9]{40}
6565
runc:
6666
Version: {{ .RuncVersion }}
67-
GitCommit: v[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+-g[a-z0-9]{8})?
67+
GitCommit: v[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+-g[a-z0-9]{7,8})?
6868
`)
6969
gomega.Expect(err).ShouldNot(gomega.HaveOccurred())
7070
var versionMatcher bytes.Buffer

0 commit comments

Comments
 (0)