Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/stackhpc-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
os-capacity v0.7 provides aarch64 container builds.
fixes:
- |
os-capacity v0.7 includes memory leak fixes.
Loading