From 953db4df4904166c24ac4a204360e13ecdefe24f Mon Sep 17 00:00:00 2001 From: Alex Price <2804025+awprice@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:58:02 +1000 Subject: [PATCH] cut release 1.10.0 (#79) Signed-off-by: Alex Price --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 93aefb6..3863ab6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.9.1 +VERSION = 1.10.0 # IMPORTANT! Update api version if a new release affects cnr API_VERSION = 1.0.0 IMAGE = cyclops:$(VERSION) @@ -61,7 +61,7 @@ docker: docker buildx build --build-arg ENVVAR="$(ENVVAR)" -t $(IMAGE) --platform linux/$(ARCH) . # New version of operator-sdk no longer support generate CRDs directly -# Build from release v0.19.0 with commit hash +# Build from release v0.19.0 with commit hash install-operator-sdk: mkdir -p $(GOPATH)/src/github.com/operator-framework -cd $(GOPATH)/src/github.com/operator-framework && git clone https://github.com/operator-framework/operator-sdk