* Fix modifying meter options now safe when running multiple redundant faucet controllers
* Fix race condition between reading a config file, and calculating its hash
* Add spine and leaf generative unit tests
* Fix mailing list URLs in README
* Add Prometheus metric to track changes to stack state, lacp status and stack root
* Enable unit testing of faucet on python3.9
* Reimplement faucet release process to protect credential handling on GitHub Actions
* Use system pip for most of our install mechanisms to avoid causing incompatibilities by installing a version that is too new
* Update docker base image used for faucet tests
* Change to Debian Buster from Ubuntu Bionic as Ubuntu has stopped supporting i386.
* Upgrade openvswitch to v2.15.0.
* Upgrade mininet to v2.3.0.
* Update dependencies:
* Upgrade grafana to v7.5.7 [apt, docker]
* Upgrade prometheus to v2.27.1 [docker]
* Upgrade influxdb to 2.0 [docker]
* Upgrade pytype to 2021.5.19 [tests]
* Upgrade pylint to 2.8.2 [tests]
* Upgrade scapy to 2.4.5 [tests]
* Upgrade exabgp to 4.2.13 [tests]
* Upgrade pika to 1.2.0 [rabbitmq adapter]
* Upgrade sphinx to 4.0.2 [docs]
* Upgrade sphinx_rtd_theme to 0.5.2 [docs]