Skip to content

Commit a9e7139

Browse files
add change log and bump version to 0.1.11 (#350)
* add change log and bump version to 0.1.11 * fix readme * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> * Update README.md Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com> Co-authored-by: Huanli Meng <48120384+Huanli-Meng@users.noreply.github.com>
1 parent 1a68903 commit a9e7139

6 files changed

Lines changed: 38 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Function Mesh v0.1.11 Release Notes
2+
3+
## v0.1.11 What's New
4+
5+
- [Helm Charts] Support more controller manager parameters for Helm charts ([#339](https://github.com/streamnative/function-mesh/pull/339))
6+
- [Helm Charts] Fix Helm charts installation issues ([#347](https://github.com/streamnative/function-mesh/pull/347)), ([#346](https://github.com/streamnative/function-mesh/pull/346)), ([#345](https://github.com/streamnative/function-mesh/pull/345)), ([#344](https://github.com/streamnative/function-mesh/pull/344))
7+
- [Helm Charts] Support namespace configurations for Helm charts ([#327](https://github.com/streamnative/function-mesh/pull/327))
8+
- [Controller] Apply the Istio service port name convention to services ([#343](https://github.com/streamnative/function-mesh/pull/343))
9+
- [Controller] Fix the Webhook service ([#341](https://github.com/streamnative/function-mesh/pull/341))
10+
- [Controller] Move `apiextensions.k8s.io/v1beta1` to `apiextensions.k8s.io/v1` ([#328](https://github.com/streamnative/function-mesh/pull/328))
11+
- [Controller] fix service `controller-manager-metrics-service` wrong selector ([#333](https://github.com/streamnative/function-mesh/pull/333))
12+
- [Controller] expose more parameters for manager ([#329](https://github.com/streamnative/function-mesh/pull/329))
13+
- [Controller] add controller config file ([#322](https://github.com/streamnative/function-mesh/pull/322))
14+
- [Controller] Add annotation to exclude the webhook port from Istio proxying ([#321](https://github.com/streamnative/function-mesh/pull/321))
15+
- [OLM] Increase resource limit for manager ([#324](https://github.com/streamnative/function-mesh/pull/324))
16+
- [Runner Images] Verify Pulsar 2.10 ([#336](https://github.com/streamnative/function-mesh/pull/336))
17+
- [Runner Images] Bump sample dependencies ([#317](https://github.com/streamnative/function-mesh/pull/317)), ([#318](https://github.com/streamnative/function-mesh/pull/318))
18+
- [Test] Bump versions for the test script toolsets ([#334](https://github.com/streamnative/function-mesh/pull/334))
19+
- [Test] Remove unused steps from the test scripts ([#331](https://github.com/streamnative/function-mesh/pull/331))
20+
121
# Function Mesh v0.1.10 Release Notes
222

323
## v0.1.10 What's New

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.1.11-rc3
2+
VERSION ?= 0.1.11
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: 14 additions & 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.1.11-rc3/install.sh | bash
7+
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.1.11/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.
@@ -20,6 +20,19 @@ Note:
2020
- [pulsar-cluster](https://pulsar.apache.org/docs/en/pulsar-2.0/)
2121
- [pulsar-functions](https://pulsar.apache.org/docs/en/functions-overview/)
2222

23+
## Compatibility
24+
25+
### Kubernetes compatibility matrix
26+
27+
This table outlines the supported Kubernetes versions. We have tested these versions in their respective branches. But note that other versions might work as well.
28+
29+
| Function Mesh operator | Kubernetes 1.16 | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 |
30+
|---------------------------------------------------------------------------------|------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
31+
| [`v0.1.11`](https://github.com/streamnative/function-mesh/releases/tag/v0.1.11) ||||||||
32+
| [`v0.1.10`](https://github.com/streamnative/function-mesh/releases/tag/v0.1.10) ||||||||
33+
| [`v0.1.9`](https://github.com/streamnative/function-mesh/releases/tag/v0.1.9) ||||||||
34+
| [`Master`](https://github.com/streamnative/function-mesh/tree/master) ||||||||
35+
2336
## Development
2437

2538
- install Git and download the repo

charts/function-mesh-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.11-rc3
21+
version: 0.1.11
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

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.1.11-rc3
14+
operatorImage: streamnative/function-mesh:v0.1.11
1515
imagePullPolicy: IfNotPresent
1616
imagePullSecrets: []
1717

install.sh

Lines changed: 1 addition & 1 deletion
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.1.11-rc3"
59+
local fm_version="v0.1.11"
6060
local kind_name="kind"
6161
local kind_version="v0.7.0"
6262
local node_num=2

0 commit comments

Comments
 (0)