Skip to content

Commit

Permalink
chore: update controller-tools to version 0.11.0
Browse files Browse the repository at this point in the history
This isn't the latest version of controller-tools, but it is the one that
contains the fix that will help us to support 1.26.0 while 1.26.1 is released.

Closes #1290

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd committed Jan 3, 2023
1 parent 598e40f commit c2884b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ POSTGRES_IMAGE_NAME ?= $(shell grep 'DefaultImageName.*=' "pkg/versions/versions
KUSTOMIZE_VERSION ?= v4.5.2
KIND_CLUSTER_NAME ?= pg
KIND_CLUSTER_VERSION ?= v1.25.0
CONTROLLER_TOOLS_VERSION ?= v0.9.2
CONTROLLER_TOOLS_VERSION ?= v0.11.0
GORELEASER_VERSION ?= v1.10.3
ARCH ?= amd64

Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_backups.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.0
creationTimestamp: null
name: backups.postgresql.cnpg.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_clusters.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.0
creationTimestamp: null
name: clusters.postgresql.cnpg.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_poolers.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.0
creationTimestamp: null
name: poolers.postgresql.cnpg.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_scheduledbackups.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.0
creationTimestamp: null
name: scheduledbackups.postgresql.cnpg.io
spec:
Expand Down

0 comments on commit c2884b4

Please sign in to comment.