Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're updating this, could you please add an entry for 1.3.1 too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


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