Skip to content

Commit

Permalink
bump to 0.1.7-rc3 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Aug 24, 2021
1 parent 917d8c2 commit ed204e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.1.7-rc2
VERSION ?= 0.1.7-rc3
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.7-rc2/install.sh | bash
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.1.7-rc3/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.
Expand Down
2 changes: 1 addition & 1 deletion charts/function-mesh-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7-rc2
version: 0.1.7-rc3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/function-mesh-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rbac:
create: true

# operatorImage is Function Mesh Operator image
operatorImage: streamnative/function-mesh:v0.1.7-rc2
operatorImage: streamnative/function-mesh:v0.1.7-rc3
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EOF

main() {
local local_kube="kind"
local fm_version="v0.1.7-rc2"
local fm_version="v0.1.7-rc3"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=2
Expand Down
2 changes: 1 addition & 1 deletion mesh-worker-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>io.functionmesh.proxy</groupId>
<artifactId>mesh-worker-service</artifactId>
<version>v0.1.7-rc2</version>
<version>v0.1.7-rc3</version>

<properties>
<pulsar.version>2.8.0.13</pulsar.version>
Expand Down

0 comments on commit ed204e2

Please sign in to comment.