mirror of https://github.com/istio/api.git
We currently have two redundant ways to test for breaking changes in proto: proto-commit and releaselocks. These do the same thing, but add substantial noise. Release locks have also not been updated since 1.6. The original intent was to test for breaking changes between versions. However, since we test for breaking changes on each commit, there is no need for the extra check; if it would have failed as "breaking change from 1.0 -> HEAD" then it would also fail with "breaking change from HEAD^ -> HEAD". Finally, there are some weird LC_ALL issues with sorting that make the releaselocks really hard to use, especially for newcomers. I spent hours trying to fix it without success |
||
|---|---|---|
| .. | ||
| release-1.5 | ||
| release-1.6 | ||