Skip to content

Commit 940ff6b

Browse files
release v0.17.3
1 parent 3101616 commit 940ff6b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ci/olm-tests/catalog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
namespace: olm
66
spec:
77
sourceType: grpc
8-
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.2
8+
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.3

.ci/olm-tests/subs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
spec:
77
channel: alpha
88
name: function-mesh
9-
startingCSV: function-mesh.v0.17.2
9+
startingCSV: function-mesh.v0.17.3
1010
source: my-test-catalog
1111
sourceNamespace: olm

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
VERSION ?= 0.17.2
2+
VERSION ?= 0.17.3
33
# Default image tag
44
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
55
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Kubernetes-Native way to run pulsar functions, connectors and composed functio
44
## Install
55

66
```bash
7-
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.17.2/install.sh | bash
7+
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.17.3/install.sh | bash
88
```
99

1010
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.

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ EOF
5656

5757
main() {
5858
local local_kube="kind"
59-
local fm_version="v0.17.2"
59+
local fm_version="v0.17.3"
6060
local kind_name="kind"
6161
local kind_version="v0.7.0"
6262
local node_num=2

0 commit comments

Comments
 (0)