Skip to content

Commit

Permalink
release 0.19.0 (#718)
Browse files Browse the repository at this point in the history
* Update release 0.19.0-rc-1 version

* Bump github.com/dvsekhvalnov/jose2go (#715)

Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 0.0.0-20180829124132-7f401d37b68a to 1.6.0.
- [Commits](https://github.com/dvsekhvalnov/jose2go/commits/v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/dvsekhvalnov/jose2go (#716)

Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 0.0.0-20200901110807-248326c1351b to 1.6.0.
- [Commits](https://github.com/dvsekhvalnov/jose2go/commits/v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix action permissions (#717)

* release 0.19.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
freeznet and dependabot[bot] authored Jan 22, 2024
1 parent 7df159f commit e3eaccb
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 19 deletions.
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.18.0
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.19.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.18.0
startingCSV: function-mesh.v0.19.0
source: my-test-catalog
sourceNamespace: olm
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Function Mesh v0.19.0 Release Notes

## v0.19.0 What's New

* [Controller] Optimize jvm parameters ([#708](https://github.com/streamnative/function-mesh/pull/708))
* [Controller] Avoid NPE error when convert HPA V2 to V2beta2 ([#713](https://github.com/streamnative/function-mesh/pull/713))
* [Controller] Use `bash -c` instead of `sh -c` ([#714](https://github.com/streamnative/function-mesh/pull/714))

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

# Function Mesh v0.18.0 Release Notes

## v0.18.0 What's New
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.18.0
VERSION ?= 0.19.0
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
Expand Down
4 changes: 2 additions & 2 deletions 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.18.0/install.sh | bash
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.19.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.19.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.19.0) ||||||||
| [`v0.18.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.18.0) ||||||||
| [`v0.17.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.17.0) ||||||||
| [`v0.16.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.16.0) ||||||||
Expand All @@ -36,7 +37,6 @@ This table outlines the supported Kubernetes versions. We have tested these vers
| [`v0.13.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.13.0) ||||||||
| [`v0.12.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.12.0) ||||||||
| [`v0.11.2`](https://github.com/streamnative/function-mesh/releases/tag/v0.11.2) ||||||||
| [`v0.10.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.10.0) ||||||||
| [`Master`](https://github.com/streamnative/function-mesh/tree/master) ||||||||

## Development
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.24
version: 0.2.25

# 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.18.0
appVersion: 0.19.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.24
version: 0.2.25
# repository: https://charts.functionmesh.io/
8 changes: 4 additions & 4 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.24](https://img.shields.io/badge/Version-0.2.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=flat-square)
![Version: 0.2.25](https://img.shields.io/badge/Version-0.2.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.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.24 |
| | admission-webhook | 0.2.25 |

## Values

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

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
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.24
version: 0.2.25

# 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.18.0
appVersion: 0.19.0

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

function mesh admission webhook Helm chart for Kubernetes

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

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
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.18.0
operatorImage: streamnative/function-mesh:v0.19.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/function-mesh-secrets-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ custom certificates for Function Mesh admission control webhook
* <https://github.com/streamnative/function-mesh>

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.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.18.0"
local fm_version="v0.19.0"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=2
Expand Down

0 comments on commit e3eaccb

Please sign in to comment.