Skip to content

Releases: veertuinc/anka-prometheus-exporter

v4.0.1

12 Dec 15:45
d12e8e9
Compare
Choose a tag to compare
  • #57 - Added controller and registry state. Thanks @gjasny !
  • security patches

v4.0.0

07 Oct 14:23
5d0101c
Compare
Choose a tag to compare

v4.0.0 RC1

02 Oct 17:12
b1d0a24
Compare
Choose a tag to compare
v4.0.0 RC1 Pre-release
Pre-release

This includes changes to support https/tls for the web server (#47) using the exporter toolkit the prometheus team makes available.

It has significant changes to several config items for mTLS/Cert Auth, so be sure to review your config and make the necessary changes.

Known issue: The logs output in json and unfortunately some errors will output in plain text instead of json. We have a request in to fix this with the exporter toolkit team: prometheus/exporter-toolkit#254

v3.0.1

07 Aug 00:57
28611c7
Compare
Choose a tag to compare
  • #43: prevent panic: assignment to entry in nil map when no Arch for instance

v3.0.0

30 May 20:23
5d9c1ad
Compare
Choose a tag to compare
  • #36 - Added UAK/TAP support.
  • #39 + #40 - Added host arch to several metrics where relevant.
  • #42 - Added Drain Mode for anka_node_states_count.

Big thank you to @gjasny for his PRs!

v2.4.0

25 Sep 21:50
45943cd
Compare
Choose a tag to compare
  • Fix for #30
  • "virtual" metrics are in-use + GB are actually MB
    • anka_node_virtual_cpu_count -> anka_node_used_virtual_cpu_count
    • anka_node_virtual_ram_gb -> anka_node_used_virtual_ram_mb
    • anka_node_group_virtual_cpu_count -> anka_node_group_used_virtual_cpu_count
    • anka_node_group_virtual_ram_gb -> anka_node_group_used_virtual_ram_mb
    • anka_nodes_virtual_cpu_count -> anka_nodes_used_virtual_cpu_count
    • anka_nodes_virtual_ram_gb -> anka_nodes_used_virtual_ram_mb
  • Race condition bug fix

v2.3.0

17 Jan 19:54
b79d3ba
Compare
Choose a tag to compare
  • Ability to use Root Tokens to authenticate with controller: #27

v2.2.4

12 May 17:17
5e6ff03
Compare
Choose a tag to compare

Module updates for security fixes.

v2.2.3

13 Jul 13:34
Compare
Choose a tag to compare

Updated scratch Dockerfile to include root certs from alpine and validate controller signed certs

v2.2.2

29 Jun 15:33
79efe72
Compare
Choose a tag to compare

Added registry template and tag metrics