Skip to content

0.0.4

Latest
Compare
Choose a tag to compare
@MalloZup MalloZup released this 06 Nov 20:07
· 6 commits to master since this release

Features:

  • use https with TLS 1.2 by default enabled and stronger encryption ciphers enabled by default
  • added various https enhancement in concern of security
  • added -version flag to binary to show version of binary

Removals/cleanups

  • remove gzip http handler for enhancing security
  • remove functions which are now provided by golang stdlib.
  • cleanup structure of the project, use go modules and remove gitsubmodules. ( use obs service for vendoring)
  • remove metrics endpoint since this has been split in various exporters. ( see ha_cluster_exporter for example)