Skip to content

Commit

Permalink
Update release rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlu90 committed Jul 28, 2023
1 parent 2b4cde0 commit 096bf4e
Show file tree
Hide file tree
Showing 4,118 changed files with 1,402,288 additions and 15 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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.14.0
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.15.0-rc-1
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.14.0
startingCSV: function-mesh.v0.15.0-rc-1
source: my-test-catalog
sourceNamespace: olm
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.14.0
VERSION ?= 0.15.0-rc-1
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
Expand Down
2 changes: 1 addition & 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.14.0/install.sh | bash
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.15.0-rc-1/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 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.17
version: 0.2.18

# 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.14.0
appVersion: 0.15.0-rc-1

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.17
version: 0.2.18
# repository: https://charts.functionmesh.io/
6 changes: 3 additions & 3 deletions charts/function-mesh-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# function-mesh-operator

![Version: 0.2.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square)
![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.0-rc-1](https://img.shields.io/badge/AppVersion-0.15.0--rc--1-informational?style=flat-square)

function mesh operator Helm chart for Kubernetes

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

| Repository | Name | Version |
|------------|------|---------|
| | admission-webhook | 0.2.16 |
| | admission-webhook | 0.2.18 |

## Values

Expand All @@ -47,7 +47,7 @@ function mesh operator Helm chart for Kubernetes
| imagePullPolicy | string | `"IfNotPresent"` | |
| imagePullSecrets | list | `[]` | |
| installation.namespace | string | `"function-mesh-system"` | |
| operatorImage | string | `"streamnative/function-mesh:v0.13.0"` | |
| operatorImage | string | `"streamnative/function-mesh:v0.15.0-rc-1"` | |
| rbac.create | bool | `true` | |

----------------------------------------------
Expand Down
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.17
version: 0.2.18

# 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.14.0
appVersion: 0.15.0-rc-1

home: https://github.com/streamnative/function-mesh
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admission-webhook

![Version: 0.2.15](https://img.shields.io/badge/Version-0.2.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square)
![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.0-rc-1](https://img.shields.io/badge/AppVersion-0.15.0--rc--1-informational?style=flat-square)

function mesh admission webhook Helm chart for Kubernetes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand All @@ -753,6 +754,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand Down Expand Up @@ -4213,6 +4215,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand All @@ -4238,6 +4241,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand Down Expand Up @@ -7508,6 +7512,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand All @@ -7533,6 +7538,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand All @@ -772,6 +773,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand All @@ -691,6 +692,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
Expand All @@ -686,6 +687,7 @@ spec:
- value
type: object
type: array
x-kubernetes-list-type: atomic
selectPolicy:
type: string
stabilizationWindowSeconds:
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.14.0
operatorImage: streamnative/function-mesh:v0.15.0-rc-1
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
20 changes: 20 additions & 0 deletions charts/function-mesh-secrets-webhook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# function-mesh-secrets-webhook

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)

custom certificates for Function Mesh admission control webhook

**Homepage:** <https://github.com/streamnative/function-mesh>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Function Mesh Support | <[email protected]> | |

## Source Code

* <https://github.com/streamnative/function-mesh>

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
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.14.0"
local fm_version="v0.15.0-rc-1"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=2
Expand Down
Loading

0 comments on commit 096bf4e

Please sign in to comment.