From fce812b5029edc57636cb80874d08982afe77f92 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 25 Mar 2020 09:31:04 +1300 Subject: [PATCH] Update conformance metadata to have release version v1.19 --- test/e2e/common/podtemplates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/podtemplates.go b/test/e2e/common/podtemplates.go index 5bf3939ed3a..59cec100ccc 100644 --- a/test/e2e/common/podtemplates.go +++ b/test/e2e/common/podtemplates.go @@ -32,7 +32,7 @@ import ( var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() { f := framework.NewDefaultFramework("podtemplate") /* - Release : v1.18 + Release : v1.19 Testname: PodTemplate lifecycle Description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label selector it MUST find the PodTemplate by it's static label and updated value. The PodTemplate must be deleted.