command: remove conditional envoy bootstrap generation for versions <=1.10.0 since those are not supported (#8855)

This commit is contained in:
R.B. Boyer 2020-10-07 10:53:23 -05:00 committed by GitHub
parent d257b49601
commit 7d18407e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

3
.changelog/8855.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
command: remove conditional envoy bootstrap generation for versions <=1.10.0 since those are not supported
```

View File

@ -200,7 +200,6 @@ const bootstrapTemplate = `{
}
}
}
{{- if ne .EnvoyVersion "1.10.0"}}
},
"layered_runtime":{
"layers": [
@ -213,7 +212,6 @@ const bootstrapTemplate = `{
}
}
]
{{- end }}
}
}
`