Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #42 from alipay/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0 version
  • Loading branch information
junxiong authored Oct 18, 2018
2 parents cce7e8e + b45714a commit 490b725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/helm/istio-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
hub: docker.io/sofastack

# Default tag for Istio images.
tag: 0.2.1
tag: 0.3.0

sofamesh:
binaryPath: /usr/local/bin/mosn
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/helm/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
hub: docker.io/sofastack

# Default tag for Istio images.
tag: 0.2.1
tag: 0.3.0

# Gateway used for legacy k8s Ingress resources. By default it is
# using 'istio:ingress', to match 0.8 config. It requires that
Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
{
"name": "MOSN_VERSION",
"version": "0.2.1"
"version": "0.3.0"
}
]

0 comments on commit 490b725

Please sign in to comment.