Skip to content

v0.7.2: Resiliency and Future Proofing

Latest
Compare
Choose a tag to compare
@tedivm tedivm released this 10 Apr 06:42
· 11 commits to master since this release
f9c7eb8

Going forward when GitConsensus sees a version in the gitconsensus.yaml file that is higher than what it expects it will treat that repository as an unconfigured one. This will ensure that an install of GitConsensus which has not been upgraded will not misinterpret a future version of the consensus rules that it does not understand.

This version also adds some more explicit checks to various functions with the goal of making sure changes only occur to repositories that are configured for it.