Releases: aerospike/aerospike-admin
2.14.0
Improvements
[TOOLS-2372] - (ASADM) If asadm is already running as root, don't use sudo in front of collectinfo system commands.
[TOOLS-2482] - (TOOLS) Build go tools with go 1.20.3.
Bug Fixes
[TOOLS-2149] - (ASADM) summary command output is missing "Cluster name".
[TOOLS-2448] - (ASADM) If security is enabled, collectinfo's summary should show it under Active Features.
[TOOLS-2468] - (ASADM) info sindex command incorrectly displays Keys, Avg Per Rec, and Avg Per Bin Val for servers before 6.0.
[TOOLS-2484] - (ASADM) show latencies latency bucket aggregation is wrong.
Full Changelog: 2.13.0...2.14.0
2.13.0
- Added support for Red Hat Enterprise Linux 9 (RHEL-9).
- Added support for Ubuntu 22.04 LTS.
- Removed support for Debian 10 (ARM64 only).
- Removed support for Ubuntu 18.04 LTS.
- For more information please refer to: Ubuntu Linux 18.04 LTS.
- Added support for Debian 9 in order to maintain compatibility with a fix for the Aerospike Server Enterprise Edition for US Federal.
New Features
- [TOOLS-2200] - (ASADM) Display XDR filter information with show xdr filter command.
- [TOOLS-1941] - (ASADM) Add namespace level stats to show statistics xdr in asadm.
- [TOOLS-2350] - (ASADM) Add the ability to view quota defined on a set in the info set command.
- [TOOLS-2353] - (ASADM) Have consistent quit commands across aql and asadm.
Improvements
- [TOOLS-2298] - (TOOLS) Upgrade C tools to openssl3.
- [TOOLS-2319] - (ASADM) Add a Storage Type column to 'info sindex'.
- [TOOLS-2376] - (ASADM) Bundle asadm with Python 3.10.10.
- [TOOLS-2434] - (ASADM) Add sindex-type and usage statistics to the info namespace command in asadm.
- [TOOLS-2438] - (ASADM) Add the new used_bytes stat to info sindex.
- [TOOLS-2447] - (ASADM) Rename summary Cluster table "Active" and "Total" columns to include "Namespaces".
- [TOOLS-2453] - (ASADM) Support server 6.3 configuration auto-completion.
Bug Fixes
- [TOOLS-2310] - (ASADM) Commas separators are no longer parsed correctly.
- [TOOLS-2337] - (ASADM) Unable to connect to the cluster from macOS x86 when TLS is enabled.
- [TOOLS-2355] - (ASADM) Asadm aborts with FATAL FIPS SELFTEST FAILURE on FIPS-enabled OS.
- [TOOLS-2375] - (ASADM) License unique data usage does not take into account the replication factor on servers before 3.15.1.3.
- [TOOLS-2416] - (ASADM) Collectinfo-analyzer does not show batch-index latencies.
- [TOOLS-2421] - (ASADM) show jobs scans shows an erroneous error message.
- [TOOLS-2424] - (ASADM) info namespace Used% aggregation can be incorrect when Total varies significantly between nodes.
- [TOOLS-2439] - (ASADM) collectinfo and show latencies fail with error with mixed server versions and latency data is unpopulated.
- [TOOLS-2441] - (ASADM) collectinfo --ignore-errors flag is not acknowledged is some cases.
- [TOOLS-2443] - (ASADM) show user and show roles stops returning output after the like modifier is used.
Full Changelog: 2.12.0...2.13.0
2.12.0
- First version to support MacOS arm64 M-Series chips.
New Features
- [TOOLS-2271] - (TOOLS) Support MacOS arm64 M-Series chips.
Bug Fixes
- [TOOLS-2302] - (ASADM) Asadm fails to load config file when using --config-file.
- [TOOLS-2277] - (ASINFO) Asinfo calls wrong asadm when multiple asadm/asinfo bundles are present on the system.
- [TOOLS-2278] - (ASINFO) Remove ability to inject command through asinfo.
Known Issues
- [TOOLS-2310] - (ASADM) Commas are no longer allowed as role separators for the ‘manage acl’ commands.
2.11.1
- Removed support for Debian 9 Stretch LTS
Improvements
[TOOLS-2286] - (ASADM) Bundle asadm with Python 3.10.
2.11.0
- First version to support linux/arm64.
- Requires Aerospike Server version 4.9 or later.
- The asadm and asinfo binaries are now installed under /opt/aerospike/bin/asadm/.
- Removed support for Debian 9 Stretch LTS
Improvements
[TOOLS-2182] - (PACKAGING) Remove support for Debian 9
[TOOLS-2169] - (ASADM) Support ARM64 Linux.
Bug Fixes
[TOOLS-2220] - (ASADM) Unable to specify node by IP if more than one node IP starts with the same number in the last octet.
2.10.0
Requires Aerospike Server version 4.9 or later.
The asadm and asinfo binaries are now installed under /opt/aerospike/bin/asadm/.
Improvements
[TOOLS-1950] - (ASADM) Add sudo ethtool -S command to collectinfo.
Bug Fixes
[TOOLS-2147] - (TOOLS) Tools RPM advertises that it provides libraries which it should not.
[TOOLS-2166] - (ASADM) The summary command does not show F- to indicate federal edition.
[TOOLS-2148] - (ASADM) Running the summary command multiple times breaks the "OS Version" field.
[TOOLS-2146] - (ASADM) info sindex state reads "Read-Only" instead of "Read-Write`.
2.9.1
2.9.0
- Requires Aerospike Server version 4.9 or later.
- The asadm and asinfo binaries are now installed under /opt/aerospike/bin/asadm/.
- Support for macOS Catalina 10.15 will be removed in the next release.
New Features
- [TOOLS-2063] - (ASADM) Add the ability to create sindexs on CDTs (Collection Data Types) by providing a context to the manage sindex create command.
Improvements
- [TOOLS-2066] - (ASADM) Add sindex cardinality to show sindex and info sindex commands.
- [TOOLS-2061] - (ASADM) Support POSIX compatible input in interactive mode.
2.8.1
- Requires Aerospike Server version 4.9 or newer.
- The asinfo tool is now bundled with asadm to remove its dependency on python.
- The asinfo version has changed to pair with the asadm version.
- The asadm and asinfo binaries are now installed under
/opt/aerospike/bin/asadm/. - All Tools macOS builds are now built using GitHub actions.
New Features
- [TOOLS-1976] - (ASADM) Optionally include the UDA's raw store in the collectinfo file using the --agent-store flag.
Improvements
- [TOOLS-2011] - (ASADM) Info command for Federal Edition displays the build version as '6.0.0.0' it could prepend the value with an 'F-'.
- [TOOLS-1979] - (ASADM) Display license usage data per-namespace in the summary.
- [TOOLS-1978] - (ASADM) Include the time of the latest UDA entry used in the license usage calculation.
- [TOOLS-1977] - (ASADM) Optionally include UDA data-points where the cluster was unstable when calculating license usage by using the --agent-unstable flag.
- [TOOLS-2014] - (ASINFO) Bundle asinfo with asadm to remove python dependency.
Bug Fixes
- [TOOLS-2097] - (ASADM) LogAnalyzer fails when trying to hash logfile before it is converted to bytes.
- [TOOLS-2079] - (ASADM) Asadm does not correctly discover the cluster when using a DNS load-balancer.
- [TOOLS-2067] - (ASADM) The manage sindex delete warning only gives the key cardinality of the principal.
- [TOOLS-2064] - (ASADM) Running asinfo using Tools version 7.0.3+ is throwing error "'NoneType' is not iterable".
2.7.4
- Requires Aerospike Server version 4.9 or newer.
Bug Fixes
- [TOOLS-2015] - (ASADM) Asadm is slow to startup on macOS.
- [TOOLS-2025] - (ASADM) Asadm fails to startup when the tmp/ directory is mounted with the noexec option.
- [TOOLS-2026] - (ASADM) Asadm should calculate unique-data for versions 6.0 and later with a 39 byte discount.