Skip to content

Commit e416e71

Browse files
committed
Update release rc version
1 parent 53451d3 commit e416e71

23 files changed

+36
-28
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.21.0
8+
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.22.0-rc-1

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

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.21.0
2+
VERSION ?= 0.22.0-rc-1
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.21.0/install.sh | bash
7+
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.22.0-rc-1/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.2.27
22+
version: 0.2.28
2323

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.21.0
27+
appVersion: 0.22.0-rc-1
2828

2929
home: https://github.com/streamnative/function-mesh
3030
sources:
@@ -33,5 +33,5 @@ sources:
3333
dependencies:
3434
- name: admission-webhook
3535
condition: admissionWebhook.enabled
36-
version: 0.2.27
36+
version: 0.2.28
3737
# repository: https://charts.functionmesh.io/

charts/function-mesh-operator/README.md

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

3-
![Version: 0.2.27](https://img.shields.io/badge/Version-0.2.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-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-rc-1](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

@@ -20,7 +20,7 @@ function mesh operator Helm chart for Kubernetes
2020

2121
| Repository | Name | Version |
2222
|------------|------|---------|
23-
| | admission-webhook | 0.2.27 |
23+
| | admission-webhook | 0.2.28 |
2424

2525
## Values
2626

@@ -50,8 +50,8 @@ 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.21.0"` | |
53+
| operatorImage | string | `"streamnative/function-mesh:v0.22.0-rc-1"` | |
5454
| rbac.create | bool | `true` | |
5555

5656
----------------------------------------------
57-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
57+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.2.27
22+
version: 0.2.28
2323

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.
2727
# It is recommended to use it with quotes.
28-
appVersion: 0.21.0
28+
appVersion: 0.22.0-rc-1
2929

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

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

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

3-
![Version: 0.2.27](https://img.shields.io/badge/Version-0.2.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-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-rc-1](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

@@ -26,4 +26,4 @@ function mesh admission webhook Helm chart for Kubernetes
2626
| admissionWebhook.secretsWebhookNamespace | string | `"default"` | |
2727

2828
----------------------------------------------
29-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
29+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/function-mesh-operator/charts/admission-webhook/templates/crd-compute.functionmesh.io-backendconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- if eq .Values.admissionWebhook.certificate.provider "cert-manager" }}
77
{{- include "function-mesh-operator.certManager.annotation" . | nindent 4 -}}
88
{{- end }}
9-
controller-gen.kubebuilder.io/version: v0.15.0
9+
controller-gen.kubebuilder.io/version: v0.9.2
1010
name: backendconfigs.compute.functionmesh.io
1111
spec:
1212
conversion:

charts/function-mesh-operator/charts/admission-webhook/templates/crd-compute.functionmesh.io-functionmeshes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
77
name: functionmeshes.compute.functionmesh.io
88
spec:
99
group: compute.functionmesh.io

charts/function-mesh-operator/charts/admission-webhook/templates/crd-compute.functionmesh.io-functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- if eq .Values.admissionWebhook.certificate.provider "cert-manager" }}
77
{{- include "function-mesh-operator.certManager.annotation" . | nindent 4 -}}
88
{{- end }}
9-
controller-gen.kubebuilder.io/version: v0.15.0
9+
controller-gen.kubebuilder.io/version: v0.9.2
1010
name: functions.compute.functionmesh.io
1111
spec:
1212
conversion:

charts/function-mesh-operator/charts/admission-webhook/templates/crd-compute.functionmesh.io-sinks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- if eq .Values.admissionWebhook.certificate.provider "cert-manager" }}
77
{{- include "function-mesh-operator.certManager.annotation" . | nindent 4 -}}
88
{{- end }}
9-
controller-gen.kubebuilder.io/version: v0.15.0
9+
controller-gen.kubebuilder.io/version: v0.9.2
1010
name: sinks.compute.functionmesh.io
1111
spec:
1212
conversion:

charts/function-mesh-operator/charts/admission-webhook/templates/crd-compute.functionmesh.io-sources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- if eq .Values.admissionWebhook.certificate.provider "cert-manager" }}
77
{{- include "function-mesh-operator.certManager.annotation" . | nindent 4 -}}
88
{{- end }}
9-
controller-gen.kubebuilder.io/version: v0.15.0
9+
controller-gen.kubebuilder.io/version: v0.9.2
1010
name: sources.compute.functionmesh.io
1111
spec:
1212
conversion:

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

charts/function-mesh-secrets-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ custom certificates for Function Mesh admission control webhook
1717
* <https://github.com/streamnative/function-mesh>
1818

1919
----------------------------------------------
20-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
20+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

config/crd/bases/compute.functionmesh.io_backendconfigs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: backendconfigs.compute.functionmesh.io
89
spec:
910
group: compute.functionmesh.io

config/crd/bases/compute.functionmesh.io_functionmeshes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: functionmeshes.compute.functionmesh.io
89
spec:
910
group: compute.functionmesh.io

config/crd/bases/compute.functionmesh.io_functions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: functions.compute.functionmesh.io
89
spec:
910
group: compute.functionmesh.io

config/crd/bases/compute.functionmesh.io_sinks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: sinks.compute.functionmesh.io
89
spec:
910
group: compute.functionmesh.io

config/crd/bases/compute.functionmesh.io_sources.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: sources.compute.functionmesh.io
89
spec:
910
group: compute.functionmesh.io

config/rbac/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
5+
creationTimestamp: null
56
name: manager-role
67
rules:
78
- apiGroups:

config/webhook/manifests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
apiVersion: admissionregistration.k8s.io/v1
33
kind: MutatingWebhookConfiguration
44
metadata:
5+
creationTimestamp: null
56
name: mutating-webhook-configuration
67
webhooks:
78
- admissionReviewVersions:
@@ -71,6 +72,7 @@ webhooks:
7172
apiVersion: admissionregistration.k8s.io/v1
7273
kind: ValidatingWebhookConfiguration
7374
metadata:
75+
creationTimestamp: null
7476
name: validating-webhook-configuration
7577
webhooks:
7678
- admissionReviewVersions:

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.21.0"
59+
local fm_version="v0.22.0-rc-1"
6060
local kind_name="kind"
6161
local kind_version="v0.7.0"
6262
local node_num=2

0 commit comments

Comments
 (0)