Here’s release 2.2.1. of the Consul Democracy open source software. This is a maintenance release with:
- An updated technical documentation
- Ubuntu 24.04 support in the installer
- Support for budget investments in the GraphQL API
- Several updates in our dependencies, including the latest security fixes
- Fixes for a few tests that failed sometimes after an update in GitHub Actions
- A few bugfixes, including a fix for custom locales not taking precedence
Check the Changelog to see all the changes.
Updating your fork
Check how to keep your fork updated; if you’re upgrading from release 2.2.0 or release 2.1.1, you can just:
git checkout master
git pull
git checkout -b release
git fetch upstream tag 2.2.1
git merge 2.2.1
git checkout master
git merge release
git branch -d release
git push
If you’re upgrading from version 2.1.1, make sure to check version 2.2.0 release notes too.