v1.17.0
Support setting options with environment variables (#359)
All settings in the options
block in the configuration file can now also be set by environment variables. See the example server configuration and the README for the variable names.
BULLDOZER_PUSH_RESTRICTION_USER_TOKEN
variable was renamed to BULLDOZER_OPTIONS_PUSH_RESTRICTION_USER_TOKEN
. Please update your deployment configuration if you set the old value.
Contributed by @DepickereSven.
Other Changes
- Update dependencies and build tooling
- Build with Go 1.19.3
Full Changelog: v1.16.0...v1.17.0