Skip to content

Commit

Permalink
cut release 1.10.0 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Price <aprice@atlassian.com>
  • Loading branch information
awprice authored Jun 14, 2024
1 parent 3ab0c68 commit 953db4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 953db4d

Please sign in to comment.