Release date: July 23, 2026
Summary
This version adds filtering and projection options to the asadm show jobs command, improves asadm summary memory reporting and info/show namespace display, removes support for Ubuntu 20.04 LTS, fixes several asadm bugs, and patches security vulnerabilities.
New features
- Added repeatable
-where FIELD=PATTERNand--where FIELD=PATTERNmodifiers to show jobs queries to filter jobs by field value; multiple clauses AND together. Also extended-flip/--flip,like,for, andwithtoshow jobs queriesfor namespace, set, node, and field projection on busy clusters. See show jobs. [TOOLS-3482]
Improvements
- Added
show statsas an alias forshow statistics. [TOOLS-2537] info namespaceusage now reports Primary Index and Secondary IndexUsed%forshmemindex types whenindexes-memory-budgetis configured (Database 7.1+). Flash and pmem behavior is unchanged; the column stays hidden when no budget is set. [TOOLS-3971]- Live cluster
infoandshowoutput highlights the nodeasadmis running on (cyan,@prefix on Node) in addition to the expected principal (green,*prefix). Markers persist with--no-color. Collectinfo mode is unchanged. [TOOLS-3971]
Bug fixes
- Fixed inconsistent
analyser/analyzerspelling: the CLI flag was--log-analyseronly, while the shell prompt readLog-analyzer>. Added--log-analyzeras an alias for--log-analyserto standardize onzeverywhere. [TOOLS-3770] manage config service param cluster-nameno longer prints an unnecessary prompt to runmanage recluster. [TOOLS-2975]- Fixed inaccurate memory usage reporting in
summaryoutput: secondary-index, set-index, and primary-index memory now appear on separate lines; data lines are renamed to Data Memory, Data Device, and Data Pmem; System Memory and Indexes Memory (whenindexes-memory-budgetis configured) are added. Also clarified thatinfo namespace usagealways labels the primary index eviction column Evict%, even though the underlying value comes fromevict-mounts-pctforflash/pmemindexes instead ofevict-indexes-memory-pct. [TOOLS-3429] - Fixed a false positive
CRITICALstop-writes alert fromhealth -vfor index usage on All-Flash and persistent-memory namespaces. [TOOLS-3456] - Fixed
collectinfosilently omitting nodes from the collected archive when a node’s info calls time out. [TOOLS-3596] - Fixed
show pmaprendering some validCluster Keyvalues as~~. [TOOLS-3772] - Fixed several
-e(execute-mode) dispatch bugs: shell-local commands running twice, command batches truncating at the first shell-local command, andCtrl-Crestarting instead of exiting a command. - Behavior change: an unquoted value passed to
-ethat contains a literal;(for example,asinfo -v set-config:context=service;proto-fd-max=9999) now requires quotes to be treated as a single value; previously this worked without quotes only when the;was not followed by a space. [TOOLS-3949]
Security updates
- Upgraded the
cryptographydependency to address GHSA-537c-gmf6-5ccf. [TOOLS-3900] - Upgraded the
aiohttpdependency to 3.14.1 to address CVE-2026-34993. [TOOLS-3938]
Platform support
- Removed support for Ubuntu 20.04 LTS, which reached end of standard support in May 2025. [TOOLS-3176]
Deprecations
The health command is deprecated in this release. Issuing the command prints a warning that it is no longer actively maintained and will be removed in a future release.
Full Changelog: 5.0.1...5.0.2