From 7dff08dc7766e71374bdf9ca4a12ffaa9ebe1876 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Tue, 14 Jan 2025 10:29:01 +0800 Subject: [PATCH] chore: prepare release v1.5.0-alpha.4 Signed-off-by: Lin Yang --- charts/connector/Chart.yaml | 4 ++-- charts/connector/README.md | 4 ++-- charts/connector/values.yaml | 2 +- charts/fsm/Chart.yaml | 4 ++-- charts/fsm/README.md | 4 ++-- charts/fsm/values.schema.json | 2 +- charts/fsm/values.yaml | 2 +- charts/gateway/Chart.yaml | 4 ++-- charts/gateway/README.md | 4 ++-- charts/gateway/values.yaml | 2 +- charts/namespaced-ingress/Chart.yaml | 4 ++-- charts/namespaced-ingress/README.md | 4 ++-- charts/namespaced-ingress/values.yaml | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/connector/Chart.yaml b/charts/connector/Chart.yaml index 24ac20fc8..3366b2abc 100644 --- a/charts/connector/Chart.yaml +++ b/charts/connector/Chart.yaml @@ -16,10 +16,10 @@ 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: 1.4.0 +version: 1.5.0-alpha.4 # 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: "1.4.0" +appVersion: "1.5.0-alpha.4" diff --git a/charts/connector/README.md b/charts/connector/README.md index c0919557c..09ac1ba95 100644 --- a/charts/connector/README.md +++ b/charts/connector/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 1.5.0-alpha.4](https://img.shields.io/badge/Version-1.5.0--alpha.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0-alpha.4](https://img.shields.io/badge/AppVersion-1.5.0--alpha.4-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -97,7 +97,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmCurl | string | `"fsm-curl"` | fsm-curl's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.4.0"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.5.0-alpha.4"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-connector` image pull secret | | fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster | | fsm.trustDomain | string | `"cluster.local"` | The trust domain to use as part of the common name when requesting new certificates. | diff --git a/charts/connector/values.yaml b/charts/connector/values.yaml index 93641a71b..6718829c5 100644 --- a/charts/connector/values.yaml +++ b/charts/connector/values.yaml @@ -7,7 +7,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.4.0" + tag: "1.5.0-alpha.4" # -- Image name defaults name: # -- fsm-connector's image name diff --git a/charts/fsm/Chart.yaml b/charts/fsm/Chart.yaml index b11a48efe..9cd0c17e4 100644 --- a/charts/fsm/Chart.yaml +++ b/charts/fsm/Chart.yaml @@ -14,11 +14,11 @@ 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. -version: 1.4.0 +version: 1.5.0-alpha.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.4.0 +appVersion: v1.5.0-alpha.4 # This specifies the minimum Kubernetes version FSM is compatible with. kubeVersion: ">= 1.19.0-0" \ No newline at end of file diff --git a/charts/fsm/README.md b/charts/fsm/README.md index b26fa16e7..b2363c8b4 100644 --- a/charts/fsm/README.md +++ b/charts/fsm/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.0-informational?style=flat-square) +![Version: 1.5.0-alpha.4](https://img.shields.io/badge/Version-1.5.0--alpha.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.0-alpha.4](https://img.shields.io/badge/AppVersion-v1.5.0--alpha.4-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -310,7 +310,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmXnetmgmt | string | `"fsm-xnetmgmt"` | fsm-xnetmgmt's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.4.0"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.5.0-alpha.4"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret | | fsm.inboundPortExclusionList | list | `[]` | Specifies a global list of ports to exclude from inbound traffic interception by the sidecar proxy. If specified, must be a list of positive integers. | | fsm.injector.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"kubernetes.io/os"` | | diff --git a/charts/fsm/values.schema.json b/charts/fsm/values.schema.json index 4462f7b81..73be8cd06 100644 --- a/charts/fsm/values.schema.json +++ b/charts/fsm/values.schema.json @@ -1135,7 +1135,7 @@ "title": "The codebase schema for pipy repo server", "description": "Codebase is the folder used by fsmController.", "examples": [ - "/fsm1.4.0" + "/fsm1.5.0-alpha.4" ] } } diff --git a/charts/fsm/values.yaml b/charts/fsm/values.yaml index d58a8f2ca..796e05184 100644 --- a/charts/fsm/values.yaml +++ b/charts/fsm/values.yaml @@ -12,7 +12,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.4.0" + tag: "1.5.0-alpha.4" # -- Image name defaults name: # -- fsm-controller's image name diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index bc19e7fde..54056560a 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -16,10 +16,10 @@ 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: 1.4.0 +version: 1.5.0-alpha.4 # 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: "1.4.0" +appVersion: "1.5.0-alpha.4" diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 4ea5b8673..ff23ca559 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 1.5.0-alpha.4](https://img.shields.io/badge/Version-1.5.0--alpha.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0-alpha.4](https://img.shields.io/badge/AppVersion-1.5.0--alpha.4-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -112,7 +112,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmGateway | string | `"fsm-gateway"` | fsm-gateway's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.4.0"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.5.0-alpha.4"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-gateway` image pull secret | | fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster | | fsm.trafficInterceptionMode | string | `"PodLevel"` | Traffic interception mode | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 78be897fc..3d1a893a6 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -7,7 +7,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.4.0" + tag: "1.5.0-alpha.4" # -- Image name defaults name: # -- fsm-gateway's image name diff --git a/charts/namespaced-ingress/Chart.yaml b/charts/namespaced-ingress/Chart.yaml index 4036da4f7..60aae499e 100644 --- a/charts/namespaced-ingress/Chart.yaml +++ b/charts/namespaced-ingress/Chart.yaml @@ -16,10 +16,10 @@ 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: 1.4.0 +version: 1.5.0-alpha.4 # 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: "1.4.0" +appVersion: "1.5.0-alpha.4" diff --git a/charts/namespaced-ingress/README.md b/charts/namespaced-ingress/README.md index d4a178ff6..8e3f750be 100644 --- a/charts/namespaced-ingress/README.md +++ b/charts/namespaced-ingress/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 1.5.0-alpha.4](https://img.shields.io/badge/Version-1.5.0--alpha.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0-alpha.4](https://img.shields.io/badge/AppVersion-1.5.0--alpha.4-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -96,7 +96,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmIngress | string | `"fsm-ingress"` | fsm-ingress's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.4.0"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.5.0-alpha.4"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret | | fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster | diff --git a/charts/namespaced-ingress/values.yaml b/charts/namespaced-ingress/values.yaml index b8f93bcf2..58011aced 100644 --- a/charts/namespaced-ingress/values.yaml +++ b/charts/namespaced-ingress/values.yaml @@ -7,7 +7,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.4.0" + tag: "1.5.0-alpha.4" # -- Image name defaults name: # -- fsm-ingress's image name