-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
istio/pkg
#368Labels
area/test and releasearea/user experiencelifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Description
At present version.BuildInfo
contains general istio info.
./out/linux_amd64/pilot-discovery version -o json
{
"clientVersion": {
"version": "1.11.6",
"revision": "14db30df83cabb738ae9beb57d7219b3f273c3af-dirty",
"golang_version": "go1.16.4",
"status": "Clean",
"tag": "1.7.0-alpha.0-3013-g14db30df83"
}
}
We should add a vendor_version
string for build info. This information is typically available in the docker build image, but that does not work for VMs.
For example at Google, the image names are pilot:1.9.5-asm.4
so 1.9.5-asm.4
is vendor version.
Metadata
Metadata
Assignees
Labels
area/test and releasearea/user experiencelifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while