From 77a033bfa37693c01388a467d312adc4db252b05 Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Fri, 12 Jul 2024 14:23:20 +0800 Subject: [PATCH] Release v0.17.4 --- .ci/olm-tests/catalog.yml | 2 +- .ci/olm-tests/subs.yml | 2 +- Makefile | 2 +- README.md | 2 +- install.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/olm-tests/catalog.yml b/.ci/olm-tests/catalog.yml index 6eba94a5..23d6601d 100644 --- a/.ci/olm-tests/catalog.yml +++ b/.ci/olm-tests/catalog.yml @@ -5,4 +5,4 @@ metadata: namespace: olm spec: sourceType: grpc - image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.3 + image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.4 diff --git a/.ci/olm-tests/subs.yml b/.ci/olm-tests/subs.yml index 1bc7dcb9..558716e2 100644 --- a/.ci/olm-tests/subs.yml +++ b/.ci/olm-tests/subs.yml @@ -6,6 +6,6 @@ metadata: spec: channel: alpha name: function-mesh - startingCSV: function-mesh.v0.17.3 + startingCSV: function-mesh.v0.17.4 source: my-test-catalog sourceNamespace: olm diff --git a/Makefile b/Makefile index ffe9fc45..a509f806 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.17.3 +VERSION ?= 0.17.4 # Default image tag DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative) OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION) diff --git a/README.md b/README.md index 530b7b37..eaa9cf1f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Kubernetes-Native way to run pulsar functions, connectors and composed functio ## Install ```bash -curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.17.3/install.sh | bash +curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.17.4/install.sh | bash ``` The above command installs all the CRDs, required service account configuration, and all function-mesh operator components. Before you start running a function-mesh example, verify if Function Mesh is installed correctly. diff --git a/install.sh b/install.sh index 8cc7bdb8..298e42f7 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ EOF main() { local local_kube="kind" - local fm_version="v0.17.3" + local fm_version="v0.17.4" local kind_name="kind" local kind_version="v0.7.0" local node_num=2