Skip to content

Commit 3d0601c

Browse files
committed
bump version to 0.22.0
1 parent 399d7a5 commit 3d0601c

File tree

11 files changed

+25
-12
lines changed

11 files changed

+25
-12
lines changed

.ci/olm-tests/catalog.yml

Lines changed: 1 addition & 1 deletion
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.22.0-rc-1
8+
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.22.0

.ci/olm-tests/subs.yml

Lines changed: 1 addition & 1 deletion
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.22.0-rc-1
9+
startingCSV: function-mesh.v0.22.0
1010
source: my-test-catalog
1111
sourceNamespace: olm

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Function Mesh v0.20.0 Release Notes
1+
# Function Mesh v0.22.0 Release Notes
2+
3+
## v0.22.0 What's New
4+
5+
* [Image] Update runner image base to alpine ([#747](https://github.com/streamnative/function-mesh/pull/747))
6+
* [Image] Install gcompat for Pulsar 2.10.x ([#756](https://github.com/streamnative/function-mesh/pull/756))
7+
* [Controller] Add liveness in backend config ([#767](https://github.com/streamnative/function-mesh/pull/767))
8+
* [Controller] Change type of TerminationGracePeriodSeconds to `*int64` ([#778](https://github.com/streamnative/function-mesh/pull/778))
9+
10+
For the full changes in this release, see the full changelog: [v0.21.6...v0.22.0](https://github.com/streamnative/function-mesh/compare/v0.21.6...v0.22.0)
11+
12+
# Function Mesh v0.21.0 Release Notes
213

314
## v0.21.0 What's New
415

@@ -9,6 +20,8 @@
920

1021
For the full changes in this release, see the [Pull Requests](https://github.com/streamnative/function-mesh/pulls?q=is%3Apr+label%3Am%2F2024-04+is%3Aclosed+)
1122

23+
# Function Mesh v0.20.0 Release Notes
24+
1225
## v0.20.0 What's New
1326

1427
* [Controller] Delete HPA when it's disabled ([#726](https://github.com/streamnative/function-mesh/pull/726))

Makefile

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

README.md

Lines changed: 1 addition & 1 deletion
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.22.0-rc-1/install.sh | bash
7+
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.22.0/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.

charts/function-mesh-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version: 0.2.28
2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: 0.22.0-rc-1
27+
appVersion: 0.22.0
2828

2929
home: https://github.com/streamnative/function-mesh
3030
sources:

charts/function-mesh-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# function-mesh-operator
22

3-
![Version: 0.2.28](https://img.shields.io/badge/Version-0.2.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.0-rc-1](https://img.shields.io/badge/AppVersion-0.22.0--rc--1-informational?style=flat-square)
3+
![Version: 0.2.28](https://img.shields.io/badge/Version-0.2.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.0](https://img.shields.io/badge/AppVersion-0.22.0--rc--1-informational?style=flat-square)
44

55
function mesh operator Helm chart for Kubernetes
66

@@ -50,7 +50,7 @@ function mesh operator Helm chart for Kubernetes
5050
| imagePullPolicy | string | `"IfNotPresent"` | |
5151
| imagePullSecrets | list | `[]` | |
5252
| installation.namespace | string | `"function-mesh-system"` | |
53-
| operatorImage | string | `"streamnative/function-mesh:v0.22.0-rc-1"` | |
53+
| operatorImage | string | `"streamnative/function-mesh:v0.22.0"` | |
5454
| rbac.create | bool | `true` | |
5555

5656
----------------------------------------------

charts/function-mesh-operator/charts/admission-webhook/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version: 0.2.28
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: 0.22.0-rc-1
28+
appVersion: 0.22.0
2929

3030
home: https://github.com/streamnative/function-mesh
3131
sources:

charts/function-mesh-operator/charts/admission-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# admission-webhook
22

3-
![Version: 0.2.28](https://img.shields.io/badge/Version-0.2.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.0-rc-1](https://img.shields.io/badge/AppVersion-0.22.0--rc--1-informational?style=flat-square)
3+
![Version: 0.2.28](https://img.shields.io/badge/Version-0.2.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.0](https://img.shields.io/badge/AppVersion-0.22.0--rc--1-informational?style=flat-square)
44

55
function mesh admission webhook Helm chart for Kubernetes
66

charts/function-mesh-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ installation:
1111
namespace: function-mesh-system
1212

1313
# operatorImage is Function Mesh Operator image
14-
operatorImage: streamnative/function-mesh:v0.22.0-rc-1
14+
operatorImage: streamnative/function-mesh:v0.22.0
1515
imagePullPolicy: IfNotPresent
1616
imagePullSecrets: []
1717

0 commit comments

Comments
 (0)