Skip to content

Releases: anexia-it/k8s-anexia-ccm

v1.5.9

06 Mar 13:01
d20a8b6
Compare
Choose a tag to compare

What's Changed

  • SYSENG-1875 / add http_client_request metrics for the anexia engine requests by @koflanx in #390

New Contributors

Full Changelog: v1.5.8...v1.5.9

Release v1.5.8

21 Feb 10:26
Compare
Choose a tag to compare

Changes

🚧 Maintenance

Release v1.5.7 -- Proxy protocol support

14 Jan 14:23
Compare
Choose a tag to compare

Changes

🚧 Maintenance

Release v1.5.6

25 Apr 11:55
Compare
Choose a tag to compare

Changes

  • Upgrade to go 1.22 @anx-mschaefer (#292)

🐛 Bug Fixes

  • ANXKUBE-1123: fix InstanceType when disk_type is missing @anx-mschaefer (#292)

🚧 Maintenance

Release v1.5.5

13 Dec 10:42
Compare
Choose a tag to compare

Changes

  • ANXKUBE-1032: fix leaky reconciliation pending metric @anx-mschaefer (#255)
  • Upgrade docker base images alpine:3.19.0 & golang:1.21 @anx-mschaefer (#256)

🚧 Maintenance

Release v1.5.4

02 May 08:54
Compare
Choose a tag to compare

Changes

🚀 Features

🚧 Maintenance

Release v1.5.3

04 Apr 07:49
Compare
Choose a tag to compare

Fixed

Added

  • Reconcile metrics @eiabea (#167)
    • Histograms
      • cloud_provider_anexia_reconcile_total_duration_seconds
      • cloud_provider_anexia_reconcile_create_resources_duration_seconds
    • Counter
      • cloud_provider_anexia_reconcile_create_errors_total
      • cloud_provider_anexia_reconcile_delete_retries_total
      • cloud_provider_anexia_reconcile_delete_errors_total
      • cloud_provider_anexia_reconcile_created_total
      • cloud_provider_anexia_reconcile_deleted_total
      • cloud_provider_anexia_reconcile_retrieved_resources_total
    • Gauge
      • cloud_provider_anexia_reconcile_resources_pending

Changed

Release v1.5.2

23 Jan 13:58
08cb542
Compare
Choose a tag to compare

Changed

  • instances: panic on 401 responses from engine to slow down requests with invalid token @marioreggiori (#155)
  • various dependency updates

Removed

Full Changelog: v1.5.1...v1.5.2

Release v1.5.1

04 Jan 10:15
c2e5af2
Compare
Choose a tag to compare

Fixed

Changes

Release v1.5.0

29 Nov 13:24
Compare
Choose a tag to compare

Added

  • Use auto discovery for VIP addresses in auto discovered prefixes @toothstone and @marioreggiori (#142)
    • Engine Addresses tagged with "kubernetes-lb-vip-" will be allocated for Services
    • If no tagged Address can be found, fall back to calculating the VIP. This fallback will be removed in the future
    • Configured prefixes always use calculated VIPs

Changes