diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cfb81e1ce52..ab1a47fbf33 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -249,6 +249,7 @@ "matchBaseBranches": [ "v1.0", "v1.1", + "v1.2", ], // postUpgradeTasks is only for when the Go module directives are bumped "postUpgradeTasks": { @@ -316,6 +317,7 @@ "matchBaseBranches": [ "v1.0", "v1.1", + "v1.2", ] }, { @@ -325,6 +327,7 @@ "matchBaseBranches": [ "v1.0", "v1.1", + "v1.2", ] }, { @@ -349,6 +352,7 @@ "allowedVersions": "/^1\\.22\\.[0-9]+-?(alpine)?$/", "matchBaseBranches": [ "v1.1", + "v1.2", ] }, // ignore deps section diff --git a/pkg/k8s/apis/cilium.io/v1alpha1/version.go b/pkg/k8s/apis/cilium.io/v1alpha1/version.go index 8d62932e8be..b62df8c74e6 100644 --- a/pkg/k8s/apis/cilium.io/v1alpha1/version.go +++ b/pkg/k8s/apis/cilium.io/v1alpha1/version.go @@ -7,4 +7,4 @@ package v1alpha1 // Used to determine if CRD needs to be updated in cluster // // Developers: Bump patch for each change in the CRD schema. -const CustomResourceDefinitionSchemaVersion = "1.2.4" +const CustomResourceDefinitionSchemaVersion = "1.3.0" diff --git a/vendor/github.com/cilium/tetragon/pkg/k8s/apis/cilium.io/v1alpha1/version.go b/vendor/github.com/cilium/tetragon/pkg/k8s/apis/cilium.io/v1alpha1/version.go index 8d62932e8be..b62df8c74e6 100644 --- a/vendor/github.com/cilium/tetragon/pkg/k8s/apis/cilium.io/v1alpha1/version.go +++ b/vendor/github.com/cilium/tetragon/pkg/k8s/apis/cilium.io/v1alpha1/version.go @@ -7,4 +7,4 @@ package v1alpha1 // Used to determine if CRD needs to be updated in cluster // // Developers: Bump patch for each change in the CRD schema. -const CustomResourceDefinitionSchemaVersion = "1.2.4" +const CustomResourceDefinitionSchemaVersion = "1.3.0"