Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: prepare release 0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <reaver@flomesh.io>
  • Loading branch information
reaver-flomesh committed Apr 25, 2023
1 parent 77e4c90 commit 1eb4f14
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 122 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_VERSION=0.2.3
HELM_CHART_VERSION=0.2.3
APP_VERSION=0.2.4
HELM_CHART_VERSION=0.2.4
K8S_VERSION=1.26.1
ENVTEST_K8S_VERSION=1.26
4 changes: 2 additions & 2 deletions charts/fsm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,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.3
version: 0.2.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: "0.2.3"
appVersion: "0.2.4"

keywords:
- kubernetes
Expand Down
Binary file modified charts/fsm/components/scripts.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/namespaced-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,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.3
version: 0.2.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: "0.2.3"
appVersion: "0.2.4"

dependencies:
- name: tpls
Expand Down
117 changes: 61 additions & 56 deletions deploy/fsm-dev.yaml

Large diffs are not rendered by default.

117 changes: 61 additions & 56 deletions deploy/fsm.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This example demonstrates how to route traffic to a gRPC service through the ing
- Install **fsm**, make sure TLS is enabled by setting `--set fsm.ingress.tls.enabled=true`

```shell
helm install --namespace flomesh --create-namespace --version=0.2.4-alpha.2 --set fsm.logLevel=5 --set fsm.ingress.tls.enabled=true fsm fsm/fsm
helm install --namespace flomesh --create-namespace --version=0.2.4 --set fsm.logLevel=5 --set fsm.ingress.tls.enabled=true fsm fsm/fsm
```

- Install **grcpurl**
Expand Down
6 changes: 3 additions & 3 deletions samples/setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui

#### Install FSM to Control Plane
```shell
helm install --namespace flomesh --create-namespace --set fsm.version=0.2.3-dev --set fsm.logLevel=5 --set fsm.serviceLB.enabled=true fsm charts/fsm/
helm install --namespace flomesh --create-namespace --set fsm.version=0.2.4-dev --set fsm.logLevel=5 --set fsm.serviceLB.enabled=true fsm charts/fsm/
```

### Cluster 1
Expand Down Expand Up @@ -73,7 +73,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui

#### Install FSM to Cluster1
```shell
helm install --namespace flomesh --create-namespace --set fsm.version=0.2.3-dev --set fsm.logLevel=5 --set fsm.serviceLB.enabled=true fsm charts/fsm/
helm install --namespace flomesh --create-namespace --set fsm.version=0.2.4-dev --set fsm.logLevel=5 --set fsm.serviceLB.enabled=true fsm charts/fsm/
```

### Cluster 2
Expand Down Expand Up @@ -102,7 +102,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui

#### Install FSM to Cluster2
```shell
helm install --namespace flomesh --create-namespace --set fsm.version=0.2.3-dev --set fsm.logLevel=5 --set fsm.serviceLB.enabled=true fsm charts/fsm/
helm install --namespace flomesh --create-namespace --set fsm.version=0.2.4-dev --set fsm.logLevel=5 --set fsm.serviceLB.enabled=true fsm charts/fsm/
```

## Create/Update Cluster CRD yamls
Expand Down

0 comments on commit 1eb4f14

Please sign in to comment.