Skip to content

Commit 2172903

Browse files
chore: prepare release v1.3.10
Signed-off-by: Lin Yang <[email protected]>
1 parent 66ea1f5 commit 2172903

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.9
19+
version: 1.3.10
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.9"
25+
appVersion: "1.3.10"

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.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.9](https://img.shields.io/badge/AppVersion-1.3.9-informational?style=flat-square)
3+
![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.10](https://img.shields.io/badge/AppVersion-1.3.10-informational?style=flat-square)
44

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

@@ -98,7 +98,7 @@ The following table lists the configurable parameters of the fsm chart and their
9898
| fsm.image.name.fsmCurl | string | `"fsm-curl"` | fsm-curl's image name |
9999
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
100100
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
101-
| fsm.image.tag | string | `"1.3.9"` | Container image tag for control plane images |
101+
| fsm.image.tag | string | `"1.3.10"` | Container image tag for control plane images |
102102
| fsm.imagePullSecrets | list | `[]` | `fsm-connector` image pull secret |
103103
| fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster |
104104
| 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.9"
10+
tag: "1.3.10"
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.9
17+
version: 1.3.10
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.9
21+
appVersion: v1.3.10
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.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.9](https://img.shields.io/badge/AppVersion-v1.3.9-informational?style=flat-square)
3+
![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.10](https://img.shields.io/badge/AppVersion-v1.3.10-informational?style=flat-square)
44

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

@@ -320,7 +320,7 @@ The following table lists the configurable parameters of the fsm chart and their
320320
| fsm.image.name.fsmSidecarInit | string | `"fsm-sidecar-init"` | Sidecar init container's image name |
321321
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
322322
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
323-
| fsm.image.tag | string | `"1.3.9"` | Container image tag for control plane images |
323+
| fsm.image.tag | string | `"1.3.10"` | Container image tag for control plane images |
324324
| fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret |
325325
| 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. |
326326
| 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
@@ -852,7 +852,7 @@
852852
"title": "The codebase schema for pipy repo server",
853853
"description": "Codebase is the folder used by fsmController.",
854854
"examples": [
855-
"/fsm1.3.9"
855+
"/fsm1.3.10"
856856
]
857857
}
858858
}

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.9"
15+
tag: "1.3.10"
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.9
19+
version: 1.3.10
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.9"
25+
appVersion: "1.3.10"

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.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.9](https://img.shields.io/badge/AppVersion-1.3.9-informational?style=flat-square)
3+
![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.10](https://img.shields.io/badge/AppVersion-1.3.10-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.9"` | Container image tag for control plane images |
108+
| fsm.image.tag | string | `"1.3.10"` | 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.9"
10+
tag: "1.3.10"
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.9
19+
version: 1.3.10
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.9"
25+
appVersion: "1.3.10"

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.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.9](https://img.shields.io/badge/AppVersion-1.3.9-informational?style=flat-square)
3+
![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.10](https://img.shields.io/badge/AppVersion-1.3.10-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.9"` | Container image tag for control plane images |
99+
| fsm.image.tag | string | `"1.3.10"` | 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.9"
10+
tag: "1.3.10"
1111
# -- Image name defaults
1212
name:
1313
# -- fsm-ingress's image name

0 commit comments

Comments
 (0)