From 9e055a0bc9d7c60518a666e1c0b490f2c3419397 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Thu, 22 Jan 2026 13:46:56 +0100 Subject: [PATCH] bump os-capacity to v0.7 Signed-off-by: Bartosz Bezak --- etc/kayobe/stackhpc-monitoring.yml | 2 +- .../notes/os-capacity-aarch64-000b3b76eeef091b.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/os-capacity-aarch64-000b3b76eeef091b.yaml diff --git a/etc/kayobe/stackhpc-monitoring.yml b/etc/kayobe/stackhpc-monitoring.yml index f629b153b9..d443c12c65 100644 --- a/etc/kayobe/stackhpc-monitoring.yml +++ b/etc/kayobe/stackhpc-monitoring.yml @@ -38,7 +38,7 @@ alertmanager_number_of_rabbitmq_nodes: "{{ groups['controllers'] | length }}" stackhpc_enable_os_capacity: true # OpenStack Capacity exporter version -stackhpc_os_capacity_version: v0.5 +stackhpc_os_capacity_version: v0.7 # Path to a CA certificate file to trust in the OpenStack Capacity exporter. stackhpc_os_capacity_openstack_cacert: "" diff --git a/releasenotes/notes/os-capacity-aarch64-000b3b76eeef091b.yaml b/releasenotes/notes/os-capacity-aarch64-000b3b76eeef091b.yaml new file mode 100644 index 0000000000..d530cc439b --- /dev/null +++ b/releasenotes/notes/os-capacity-aarch64-000b3b76eeef091b.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + os-capacity v0.7 provides aarch64 container builds. +fixes: + - | + os-capacity v0.7 includes memory leak fixes.