Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.16.0 #684

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/olm-tests/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
namespace: olm
spec:
sourceType: grpc
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.15.0
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.16.0
2 changes: 1 addition & 1 deletion .ci/olm-tests/subs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
spec:
channel: alpha
name: function-mesh
startingCSV: function-mesh.v0.15.0
startingCSV: function-mesh.v0.16.0
source: my-test-catalog
sourceNamespace: olm
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Function Mesh v0.15.0 Release Notes

## v0.16.0 What's New

* [Controller] Decide to whether use pulsarctl based on image name ([#669](https://github.com/streamnative/function-mesh/pull/669))
* [CRD] Remove connector catalog CRD ([#672](https://github.com/streamnative/function-mesh/pull/672))
* [Controller] Support using sidecar to routing pod logs to Pulsar topics ([#673](https://github.com/streamnative/function-mesh/pull/673))
* [Controller] Fix yaml format log config ([#681](https://github.com/streamnative/function-mesh/pull/681))
* [Controller] Use regex to check whether runner image has pulsarctl ([#682](https://github.com/streamnative/function-mesh/pull/682))
* [Controller] Do not create filebeat container when log topic is not set ([#683](https://github.com/streamnative/function-mesh/pull/683))

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

## v0.15.0 What's New

* [Controller] Add support for autoscaling/v2 ([#658](https://github.com/streamnative/function-mesh/pull/658))
Expand Down
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.15.0
VERSION ?= 0.16.0
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
Expand Down
3 changes: 2 additions & 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.15.0/install.sh | bash
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.16.0/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 All @@ -28,6 +28,7 @@ This table outlines the supported Kubernetes versions. We have tested these vers

| Function Mesh operator | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 |
|---------------------------------------------------------------------------------|---------------|--------------|---------------|----------------|-----------------| --------------- | --------------- |
| [`v0.16.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.16.0) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.15.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.15.0) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.14.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.14.0) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.13.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.13.0) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Expand Down
6 changes: 3 additions & 3 deletions charts/function-mesh-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.21
version: 0.2.22

# 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.15.0
appVersion: 0.16.0

home: https://github.com/streamnative/function-mesh
sources:
Expand All @@ -33,5 +33,5 @@ sources:
dependencies:
- name: admission-webhook
condition: admissionWebhook.enabled
version: 0.2.21
version: 0.2.22
# repository: https://charts.functionmesh.io/
Original file line number Diff line number Diff line change
Expand Up @@ -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.21
version: 0.2.22

# 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.15.0
appVersion: 0.16.0

home: https://github.com/streamnative/function-mesh
sources:
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 @@ -11,7 +11,7 @@ installation:
namespace: function-mesh-system

# operatorImage is Function Mesh Operator image
operatorImage: streamnative/function-mesh:v0.15.0
operatorImage: streamnative/function-mesh:v0.16.0
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.15.0"
local fm_version="v0.16.0"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=2
Expand Down
Loading