Skip to content

AIXCL v1.1.26

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:04
· 124 commits to main since this release
v1.1.26
3c3e268

AIXCL v1.1.26

Documentation overhaul, CLI alignment, Unicode cleanup, and username leak remediation.

What's New in v1.1.26

Added

  • ✅ App Framework User Guide: Created docs/user/apps.md for the BYO application framework. (#1323)
  • ✅ Threat Model Document: Created docs/security/threat-model.md covering threat actors, attack vectors, MITRE ATT&CK mapping, and compensating control cross-references. (#1323)

Changed

  • ✅ CLI Help Alignment: Added missing vault command with all 10 subcommands to help_menu(). Renamed utils clean to utils prune and added prune --all. (#1323)
  • ✅ AGENTS.md Section Numbering: Fixed broken numbering (now sequential 1-11). (#1323)
  • ✅ DEVELOPMENT.md Version Reference: Corrected "AGENTS.md v1.5" to "AGENTS.md v2.0" and fixed Section 8 reference for Emergency Workflow Override. (#1323)
  • ✅ Unicode to ASCII Conversion: Replaced all Unicode symbols with markdown checkboxes or plain text across SECURITY.md, modes, and operations docs. (#1323)

Fixed

  • ✅ README Step Numbering: Corrected broken Step 4/5 ordering in Quick Start. (#1323)
  • ✅ Stale Command References: Replaced non-existent aixcl-setup with ./aixcl stack init, fixed vault passwords to vault credentials, and removed non-existent aixcl security command references. (#1323)
  • ✅ Manifest Example: Fixed docs/developer/adding-apps.md YAML example to match actual app_parser.sh flat key format and corrected Prometheus file_sd path. (#1323)
  • ✅ Profile Docs: Added missing Alertmanager to bld/sys profile service lists and corrected nvidia-gpu-exporter port from 9400 to 9445. (#1323)
  • ✅ Username Leakage: Removed hardcoded sbadakhc references from SECURITY.md, CONTRIBUTING.md, and script usage examples. (#1323)

Documentation


Full Changelog: v1.1.25...v1.1.26