Skip to content

v1.2.0

Latest

Choose a tag to compare

@czerwonk czerwonk released this 17 Feb 08:17
· 1 commit to main since this release
5b8b560

What's Changed

  • feat: allow for a kubernetes endpoint resolver by @daveoy in #132
  • chore(chart): bump chart for release 1.1.4 by @transacid in #139
  • Add a default value for the helm tests by @eklesel in #143

⚠️ Breaking changes

Config

The config file format changed for targets with labels:

Before v1.2.x:

targets:
  - 127.0.0.1
  - example.com
  - google.com:
      asn: 15169

New format:

targets:
  - 127.0.0.1
  - example.com
  - host: google.com
    asn: 15169

Tag

Tags are now prefixed with "v"

New Contributors

Full Changelog: 1.1.4...v1.2.0