File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ func TestCDIInjectionRace(t *testing.T) {
4343 {description : "expect properly injected resolvable CDI devices" ,
4444 cdiSpecFiles : []string {
4545 `
46- cdiVersion: "0.2 .0"
46+ cdiVersion: "0.3 .0"
4747kind: "vendor1.com/device"
4848devices:
4949 - name: foo
@@ -60,7 +60,7 @@ containerEdits:
6060 - "VENDOR1=present"
6161` ,
6262 `
63- cdiVersion: "0.2 .0"
63+ cdiVersion: "0.3 .0"
6464kind: "vendor2.com/device"
6565devices:
6666 - name: bar
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ func TestRequiredVersion(t *testing.T) {
538538 {
539539 description : "empty spec returns lowest version" ,
540540 spec : & cdi.Spec {},
541- expectedVersion : "0.2 .0" ,
541+ expectedVersion : "0.3 .0" ,
542542 },
543543 {
544544 description : "hostPath set returns version 0.5.0" ,
@@ -628,7 +628,7 @@ func TestRequiredVersion(t *testing.T) {
628628 },
629629 },
630630 },
631- expectedVersion : "0.2 .0" ,
631+ expectedVersion : "0.3 .0" ,
632632 },
633633 }
634634
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
3939 v050 version = "v0.5.0"
4040
4141 // vEarliest is the earliest supported version of the CDI specification
42- vEarliest version = v020
42+ vEarliest version = v030
4343)
4444
4545// validSpecVersions stores a map of spec versions to functions to check the required versions.
You can’t perform that action at this time.
0 commit comments