4.0
Modified the deb package so that now it uses debconf menus for initial configuration (or configuration change via dpkg-reconfigure) and also securely stores secrets such as passwords and keys in systemd-creds rather than in the config file.
Secrets in the config file will continue to work for existing deb installs and also installs not using the deb package. If secrets are stored in the config file, it will perform a check of the file permissions at startup, so do check the logs for warnings.
What's Changed
- Add systemd-creds credential storage and debconf-driven install for the packaged .deb by @GavinLucas in https://github.com/GavinLucas/send-to-influx/pull/45
- Fix v2 InfluxDB auth being unconfigurable via a fresh debconf install by @GavinLucas in https://github.com/GavinLucas/send-to-influx/pull/47
Full Changelog: GavinLucas/send-to-influx@3.1...4.0