Skip to content

Commit 573e977

Browse files
chore: prepare for release v1.3.5
Signed-off-by: Lin Yang <[email protected]>
1 parent e6e488e commit 573e977

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

charts/connector/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.3.4
19+
version: 1.3.5
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "1.3.4"
25+
appVersion: "1.3.5"

charts/connector/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flomesh Service Mesh Helm Chart
22

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

55
A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes.
66

@@ -97,7 +97,7 @@ The following table lists the configurable parameters of the fsm chart and their
9797
| fsm.image.name.fsmCurl | string | `"fsm-curl"` | fsm-curl's image name |
9898
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
9999
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
100-
| fsm.image.tag | string | `"1.3.4"` | Container image tag for control plane images |
100+
| fsm.image.tag | string | `"1.3.5"` | Container image tag for control plane images |
101101
| fsm.imagePullSecrets | list | `[]` | `fsm-connector` image pull secret |
102102
| fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster |
103103
| fsm.trustDomain | string | `"cluster.local"` | The trust domain to use as part of the common name when requesting new certificates. |

charts/connector/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fsm:
77
# -- Container image pull policy for control plane containers
88
pullPolicy: IfNotPresent
99
# -- Container image tag for control plane images
10-
tag: "1.3.4"
10+
tag: "1.3.5"
1111
# -- Image name defaults
1212
name:
1313
# -- fsm-connector's image name

charts/fsm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.3.4
17+
version: 1.3.5
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: v1.3.4
21+
appVersion: v1.3.5
2222

2323
# This specifies the minimum Kubernetes version FSM is compatible with.
2424
kubeVersion: ">= 1.19.0-0"

charts/fsm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flomesh Service Mesh Helm Chart
22

3-
![Version: 1.3.4](https://img.shields.io/badge/Version-1.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.4](https://img.shields.io/badge/AppVersion-v1.3.4-informational?style=flat-square)
3+
![Version: 1.3.5](https://img.shields.io/badge/Version-1.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.5](https://img.shields.io/badge/AppVersion-v1.3.5-informational?style=flat-square)
44

55
A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes.
66

@@ -319,7 +319,7 @@ The following table lists the configurable parameters of the fsm chart and their
319319
| fsm.image.name.fsmSidecarInit | string | `"fsm-sidecar-init"` | Sidecar init container's image name |
320320
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
321321
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
322-
| fsm.image.tag | string | `"1.3.4"` | Container image tag for control plane images |
322+
| fsm.image.tag | string | `"1.3.5"` | Container image tag for control plane images |
323323
| fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret |
324324
| 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. |
325325
| fsm.injector.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"kubernetes.io/os"` | |

charts/fsm/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
"title": "The codebase schema for pipy repo server",
852852
"description": "Codebase is the folder used by fsmController.",
853853
"examples": [
854-
"/fsm1.3.4"
854+
"/fsm1.3.5"
855855
]
856856
}
857857
}

charts/fsm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fsm:
1212
# -- Container image pull policy for control plane containers
1313
pullPolicy: IfNotPresent
1414
# -- Container image tag for control plane images
15-
tag: "1.3.4"
15+
tag: "1.3.5"
1616
# -- Image name defaults
1717
name:
1818
# -- fsm-controller's image name

charts/gateway/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.3.4
19+
version: 1.3.5
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "1.3.4"
25+
appVersion: "1.3.5"

charts/gateway/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flomesh Service Mesh Helm Chart
22

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

55
A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes.
66

@@ -105,7 +105,7 @@ The following table lists the configurable parameters of the fsm chart and their
105105
| fsm.image.name.fsmGateway | string | `"fsm-gateway"` | fsm-gateway's image name |
106106
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
107107
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
108-
| fsm.image.tag | string | `"1.3.4"` | Container image tag for control plane images |
108+
| fsm.image.tag | string | `"1.3.5"` | Container image tag for control plane images |
109109
| fsm.imagePullSecrets | list | `[]` | `fsm-gateway` image pull secret |
110110
| fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster |
111111

charts/gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fsm:
77
# -- Container image pull policy for control plane containers
88
pullPolicy: IfNotPresent
99
# -- Container image tag for control plane images
10-
tag: "1.3.4"
10+
tag: "1.3.5"
1111
# -- Image name defaults
1212
name:
1313
# -- fsm-gateway's image name

charts/namespaced-ingress/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.3.4
19+
version: 1.3.5
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "1.3.4"
25+
appVersion: "1.3.5"

charts/namespaced-ingress/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flomesh Service Mesh Helm Chart
22

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

55
A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes.
66

@@ -96,7 +96,7 @@ The following table lists the configurable parameters of the fsm chart and their
9696
| fsm.image.name.fsmIngress | string | `"fsm-ingress"` | fsm-ingress's image name |
9797
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
9898
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
99-
| fsm.image.tag | string | `"1.3.4"` | Container image tag for control plane images |
99+
| fsm.image.tag | string | `"1.3.5"` | Container image tag for control plane images |
100100
| fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret |
101101
| fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster |
102102

charts/namespaced-ingress/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fsm:
77
# -- Container image pull policy for control plane containers
88
pullPolicy: IfNotPresent
99
# -- Container image tag for control plane images
10-
tag: "1.3.4"
10+
tag: "1.3.5"
1111
# -- Image name defaults
1212
name:
1313
# -- fsm-ingress's image name

0 commit comments

Comments
 (0)