v0.3.0
Pre-release
Pre-release
This is a pre-release to shake out any long-term detectable issues in prod before a full release. The container tag :latest
wasn't intended to be changed to this, but CI did it anyway. 🤷♀️
What's Changed
Breaking changes from v0.2.x:
- The flag
--url
has been dropped in favor of--protect_host
&--protect_port
. Port defaults to443
. - A new flag,
--(no)verify_ssl
allows use of self-signed certs, although not recommended. - All new flags have corresponding env variables prefixed with
PROTECT_EXPORTER_
, for examplePROTECT_EXPORTER_PROTECT_HOST
Full Changelog: 0.2.2...v0.3.0