From 68bda4d83a527084b14788642985020305287ed0 Mon Sep 17 00:00:00 2001 From: "jiang.pengcheng" Date: Mon, 13 Mar 2023 11:56:59 +0800 Subject: [PATCH] Release 0.11.2 --- .ci/olm-tests/catalog.yml | 2 +- .ci/olm-tests/subs.yml | 2 +- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- README.md | 3 ++- charts/function-mesh-operator/Chart.yaml | 6 +++--- charts/function-mesh-operator/README.md | 6 +++--- .../charts/admission-webhook/Chart.yaml | 4 ++-- charts/function-mesh-operator/values.yaml | 2 +- install.sh | 2 +- 10 files changed, 25 insertions(+), 14 deletions(-) diff --git a/.ci/olm-tests/catalog.yml b/.ci/olm-tests/catalog.yml index c27a7fd5d..a41de8a4c 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.11.1 + image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.11.2 diff --git a/.ci/olm-tests/subs.yml b/.ci/olm-tests/subs.yml index 0ed4300ae..e3fc16126 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.11.1 + startingCSV: function-mesh.v0.11.2 source: my-test-catalog sourceNamespace: olm diff --git a/CHANGELOG.md b/CHANGELOG.md index e66a365d2..7e8713a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Function Mesh v0.11.2 Release Notes + +## v0.11.2 What's New + +* [Controller] Set pending_async_requests arg when provided ([#599](https://github.com/streamnative/function-mesh/pull/599)) +* [Controller] Fix liveness probe ([#604](https://github.com/streamnative/function-mesh/pull/604)) +* [Controller] Support for configuring multi PVs for Function ([#605](https://github.com/streamnative/function-mesh/pull/605)) + +For the full changes in this release, see the [Pull Requests](https://github.com/streamnative/function-mesh/pulls?q=is%3Apr+label%3Acherry-pick%2F0.11.2+is%3Aclosed). + # Function Mesh v0.11.1 Release Notes ## v0.11.1 What's New diff --git a/Makefile b/Makefile index ccca8deba..60b6b7b27 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.11.1 +VERSION ?= 0.11.2 # 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 b97359db0..feaaefb42 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.11.1/install.sh | bash +curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.11.2/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. @@ -28,6 +28,7 @@ This table outlines the supported Kubernetes versions. We have tested these vers | Function Mesh operator | Kubernetes 1.16 | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | | ------------------------------------------------------------ | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- | +| [`v0.11.2`](https://github.com/streamnative/function-mesh/releases/tag/v0.11.2) | ✗ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | [`v0.11.1`](https://github.com/streamnative/function-mesh/releases/tag/v0.11.1) | ✗ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | [`v0.11.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.11.0) | ✗ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | [`v0.10.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.10.0) | ✗ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | diff --git a/charts/function-mesh-operator/Chart.yaml b/charts/function-mesh-operator/Chart.yaml index 68a3ffebe..a491ed93f 100644 --- a/charts/function-mesh-operator/Chart.yaml +++ b/charts/function-mesh-operator/Chart.yaml @@ -19,12 +19,12 @@ 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.2.13 +version: 0.2.14 # 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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.11.1 +appVersion: 0.11.2 home: https://github.com/streamnative/function-mesh sources: @@ -33,5 +33,5 @@ sources: dependencies: - name: admission-webhook condition: admissionWebhook.enabled - version: 0.2.13 + version: 0.2.14 # repository: https://charts.functionmesh.io/ diff --git a/charts/function-mesh-operator/README.md b/charts/function-mesh-operator/README.md index bb911974e..91237a13f 100644 --- a/charts/function-mesh-operator/README.md +++ b/charts/function-mesh-operator/README.md @@ -1,6 +1,6 @@ # function-mesh-operator -![Version: 0.2.13](https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square) +![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.2](https://img.shields.io/badge/AppVersion-0.11.2-informational?style=flat-square) The Function Mesh operator Helm chart for Kubernetes @@ -20,7 +20,7 @@ The Function Mesh operator Helm chart for Kubernetes | Repository | Name | Version | |------------|------|---------| -| (Built-in) | admission-webhook | 0.2.13 | +| (Built-in) | admission-webhook | 0.2.14 | ## Values @@ -47,7 +47,7 @@ The Function Mesh operator Helm chart for Kubernetes | imagePullPolicy | string | `"IfNotPresent"` | | imagePullSecrets | list | `[]` | | installation.namespace | string | `"function-mesh-system"` | -| operatorImage | string | `"streamnative/function-mesh:v0.11.1"` | +| operatorImage | string | `"streamnative/function-mesh:v0.11.2"` | | rbac.create | bool | `true` | ---------------------------------------------- diff --git a/charts/function-mesh-operator/charts/admission-webhook/Chart.yaml b/charts/function-mesh-operator/charts/admission-webhook/Chart.yaml index 6f58762d4..ab30330d6 100644 --- a/charts/function-mesh-operator/charts/admission-webhook/Chart.yaml +++ b/charts/function-mesh-operator/charts/admission-webhook/Chart.yaml @@ -19,13 +19,13 @@ 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.2.13 +version: 0.2.14 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.11.1 +appVersion: 0.11.2 home: https://github.com/streamnative/function-mesh sources: diff --git a/charts/function-mesh-operator/values.yaml b/charts/function-mesh-operator/values.yaml index b67ffa6b7..9b88e6e72 100644 --- a/charts/function-mesh-operator/values.yaml +++ b/charts/function-mesh-operator/values.yaml @@ -11,7 +11,7 @@ installation: namespace: function-mesh-system # operatorImage is Function Mesh Operator image -operatorImage: streamnative/function-mesh:v0.11.1 +operatorImage: streamnative/function-mesh:v0.11.2 imagePullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/install.sh b/install.sh index 102ad1eee..aa88f9fe1 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ EOF main() { local local_kube="kind" - local fm_version="v0.11.1" + local fm_version="v0.11.2" local kind_name="kind" local kind_version="v0.7.0" local node_num=2