Exporter 1.24.0 release notes
May 27, 2025 | Download
New in this version
This version includes upgrades for the Aerospike client, Go 1.23 support, and bug fixes.
All artifacts now use the following naming constructs for their filenames. Note the differences in usage between the hyphen -
, underscore _
, and period .
.
- .deb:
aerospike-prometheus-exporter_VERSION-1_ARCHITECTURE.EXTENSION
- .rpm:
aerospike-prometheus-exporter-VERSION-1.ARCHITECTURE.EXTENSION
- .tgz:
aerospike-prometheus-exporter_VERSION_ARCHITECTURE.EXTENSION
Debian files are released for AMD64 and ARM64 architectures. RPM and TGZ files are released for X86_64 and AARCH64 architectures.
The following files are available with this release:
aerospike-prometheus-exporter_1.24.0-1_amd64.debaerospike-prometheus-exporter_1.24.0-1_arm64.debaerospike-prometheus-exporter-1.24.0-1.x86_64.rpmaerospike-prometheus-exporter-1.24.0-1.aarch64.rpmaerospike-prometheus-exporter_1.24.0_x86_64.tgzaerospike-prometheus-exporter_1.24.0_aarch64.tgz
Improvements
- Upgraded the Aerospike client version and Go 1.23 in Exporter. [OM-241]
- Modified the Exporter build process to create OS-agnostic .deb and .rpm files. [OM-224]