Skip to content

Commit 98745d1

Browse files
chore: prepare release v1.5.0-alpha.1
Signed-off-by: Lin Yang <[email protected]>
1 parent 98a4c6a commit 98745d1

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.4.0
19+
version: 1.5.0-alpha.1
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.4.0"
25+
appVersion: "1.5.0-alpha.1"

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.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)
3+
![Version: 1.5.0-alpha.1](https://img.shields.io/badge/Version-1.5.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0-alpha.1](https://img.shields.io/badge/AppVersion-1.5.0--alpha.1-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.4.0"` | Container image tag for control plane images |
100+
| fsm.image.tag | string | `"1.5.0-alpha.1"` | 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.4.0"
10+
tag: "1.5.0-alpha.1"
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.4.0
17+
version: 1.5.0-alpha.1
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.4.0
21+
appVersion: v1.5.0-alpha.1
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.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)
3+
![Version: 1.5.0-alpha.1](https://img.shields.io/badge/Version-1.5.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.0-alpha.1](https://img.shields.io/badge/AppVersion-v1.5.0--alpha.1-informational?style=flat-square)
44

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

@@ -309,7 +309,7 @@ The following table lists the configurable parameters of the fsm chart and their
309309
| fsm.image.name.fsmXnetmgmt | string | `"fsm-xnetmgmt"` | fsm-xnetmgmt's image name |
310310
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
311311
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
312-
| fsm.image.tag | string | `"1.4.0"` | Container image tag for control plane images |
312+
| fsm.image.tag | string | `"1.5.0-alpha.1"` | Container image tag for control plane images |
313313
| fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret |
314314
| 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. |
315315
| 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
@@ -1135,7 +1135,7 @@
11351135
"title": "The codebase schema for pipy repo server",
11361136
"description": "Codebase is the folder used by fsmController.",
11371137
"examples": [
1138-
"/fsm1.4.0"
1138+
"/fsm1.5.0-alpha.1"
11391139
]
11401140
}
11411141
}

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.4.0"
15+
tag: "1.5.0-alpha.1"
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.4.0
19+
version: 1.5.0-alpha.1
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.4.0"
25+
appVersion: "1.5.0-alpha.1"

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

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

@@ -112,7 +112,7 @@ The following table lists the configurable parameters of the fsm chart and their
112112
| fsm.image.name.fsmGateway | string | `"fsm-gateway"` | fsm-gateway's image name |
113113
| fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
114114
| fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images |
115-
| fsm.image.tag | string | `"1.4.0"` | Container image tag for control plane images |
115+
| fsm.image.tag | string | `"1.5.0-alpha.1"` | Container image tag for control plane images |
116116
| fsm.imagePullSecrets | list | `[]` | `fsm-gateway` image pull secret |
117117
| fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster |
118118
| fsm.trafficInterceptionMode | string | `"PodLevel"` | Traffic interception mode |

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.4.0"
10+
tag: "1.5.0-alpha.1"
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.4.0
19+
version: 1.5.0-alpha.1
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.4.0"
25+
appVersion: "1.5.0-alpha.1"

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

0 commit comments

Comments
 (0)