Skip to content

Releases: ClusterLabs/hawk-apiserver

0.0.4

06 Nov 20:07
Compare
Choose a tag to compare

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)

Historic release

05 Nov 16:04
39666f9
Compare
Choose a tag to compare

Description:

this release will track the historical efforts done on hawk-api-server before cleanup/removal of the component.

It is useful mostly for tracking what has changed comparing to newer version.