Skip to content

Commit

Permalink
update versions map. (istio#305)
Browse files Browse the repository at this point in the history
* update versions map.

* apply comments.
  • Loading branch information
morvencao authored and istio-testing committed Oct 1, 2019
1 parent 643be5b commit 09f3d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/mesh/manifest-versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func manifestVersions(args *rootArgs, mvArgs *manifestVersionsArgs, l *logger) {
for _, v := range versions {
if v.OperatorVersion.Equal(binversion.OperatorBinaryGoVersion) {
myVersionMap = v
break
}
}

Expand Down
4 changes: 3 additions & 1 deletion version/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- operatorVersion: 1.3.0
supportedIstioVersions: 1.3.0
recommendedIstioVersions: 1.3.0

- operatorVersion: 1.3.1
supportedIstioVersions: ">=1.3.0,<=1.3.1"
recommendedIstioVersions: 1.3.1

0 comments on commit 09f3d6f

Please sign in to comment.