Skip to content

Commit

Permalink
k8s: Bump schema version for v1.11 development
Browse files Browse the repository at this point in the history
v1.10 is using the schema versions v1.23.*, so let's bump to v1.24.1 to
ensure that when upgrading from v1.10 to master versions, the CRDs
are updated.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer authored and kaworu committed Sep 13, 2021
1 parent 1e9d3c9 commit 2ea1062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v2/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
//
// Maintainers: Run ./Documentation/check-crd-compat-table.sh for each release
// Developers: Bump patch for each change in the CRD schema.
CustomResourceDefinitionSchemaVersion = "1.23.4"
CustomResourceDefinitionSchemaVersion = "1.24.1"

// CustomResourceDefinitionSchemaVersionKey is key to label which holds the CRD schema version
CustomResourceDefinitionSchemaVersionKey = "io.cilium.k8s.crd.schema.version"
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v2alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
//
// Maintainers: Run ./Documentation/check-crd-compat-table.sh for each release
// Developers: Bump patch for each change in the CRD schema.
CustomResourceDefinitionSchemaVersion = "1.23.1"
CustomResourceDefinitionSchemaVersion = "1.24.1"

// CustomResourceDefinitionSchemaVersionKey is key to label which holds the CRD schema version
CustomResourceDefinitionSchemaVersionKey = "io.cilium.k8s.crd.schema.version"
Expand Down

0 comments on commit 2ea1062

Please sign in to comment.