Fix population of version information#1902
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1902 +/- ##
==========================================
+ Coverage 81.2% 81.68% +0.47%
==========================================
Files 191 204 +13
Lines 19455 20602 +1147
==========================================
+ Hits 15799 16828 +1029
- Misses 3194 3294 +100
- Partials 462 480 +18
Continue to review full report at Codecov.
|
|
/lgtm |
|
/lgtm cancel //PR changed after LGTM, removing LGTM. @geeknoid @guptasu @mattdelco @rkpagadala |
|
/approve |
|
/retest |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geeknoid, hklai, rkpagadala The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
Bazel only wants to look at tools/bazel.rc, but monorepo didn't move the indvidual repo's files to istio/tools/bazel.rc (which also requires unifying the differences in the files). Additionally, the linkstamp references weren't updated to the new library paths used in post-monorepo.
Without this change the version info in "istioctl version" was empty (besides go verison), and after this change the version info is populated.
I also removed files that were only used by cloud builder in 0.2. I thought these were already deleted to either I overlooked them or someone added them back.