Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jinnatar jinnatar released this 27 Feb 17:31
cafdbf3

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

  • Refactor upstream API handling, and basically everything else as well by @jinnatar in #21

Breaking changes from v0.2.x:

  • The flag --url has been dropped in favor of --protect_host & --protect_port. Port defaults to 443.
  • 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 example PROTECT_EXPORTER_PROTECT_HOST

Full Changelog: 0.2.2...v0.3.0