Skip to content

AIXCL v1.1.26

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:03
v1.1.26
3c3e268

AIXCL v1.1.26

Release v1.1.24 -- Vault bootstrap reliability, multi-agent CLI support, and agent governance consolidation.

What's New in v1.1.26

Added

  • ✅ App Framework User Guide: Created docs/user/apps.md for the BYO application framework. (xencon#1323)
  • ✅ Threat Model Document: Created docs/security/threat-model.md covering threat actors, attack vectors, MITRE ATT&CK mapping, and compensating control cross-references. (xencon#1323)
  • ✅ Prometheus v3.12.0: Bumped metrics collection from v3.11.1. (xencon#1313)
  • ✅ Open WebUI v0.9.6: Bumped web interface from v0.9.5. (xencon#1313)
  • ✅ NVIDIA GPU Exporter 1.4.1: Bumped GPU metrics from 1.3.2. (xencon#1313)
  • ✅ vLLM v0.22.1: Bumped inference engine alternative from v0.19.0 (version-only, pull_policy: missing). (xencon#1313)
  • ✅ Llama.cpp b9585: Bumped inference engine alternative from b8334 (version-only, pull_policy: missing). (xencon#1313)
  • ✅ Multi-Agent CLI Support: Created .claude/ directory with Claude Code compatibility files (CLAUDE.md, rules, skills, commands, settings). Documented multi-agent CLI support (OpenCode + Claude Code) in docs/README.md. (xencon#1291, xencon#1299)

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. (xencon#1323)
  • ✅ AGENTS.md Section Numbering: Fixed broken numbering (now sequential 1-11). (xencon#1323)
  • ✅ DEVELOPMENT.md Version Reference: Corrected "AGENTS.md v1.5" to "AGENTS.md v2.0" and fixed Section 8 reference for Emergency Workflow Override. (xencon#1323)
  • ✅ Unicode to ASCII Conversion: Replaced all [x]/[ ]/[!]/In Progress/Future Unicode symbols with markdown checkboxes or plain text across SECURITY.md, modes, and operations docs. (xencon#1323)
  • ✅ Ollama 0.30.7: Bumped inference engine from 0.20.5 to 0.30.7. (xencon#1314)
  • ✅ Vault 2.0.2: Bumped secret management from 1.18 to 2.0.2. (xencon#1314)
  • ✅ PostgreSQL 18.4: Bumped database from 17.9 to 18.4 with updated mount path (/var/lib/postgresql per 18+ Docker image requirement). (xencon#1314)
  • ✅ Grafana 13.0.2: Bumped observability UI from 12.4.2 to 13.0.2. (xencon#1314)
  • ✅ Alertmanager v0.32.2: Bumped alerting from v0.28.0 to v0.32.2. (xencon#1314)
  • ✅ Loki 3.7.2: Bumped log aggregation from 3.3.0 to 3.7.2. (xencon#1314)
  • ✅ cAdvisor v0.55.1: Attempted bump to v0.57.0 (not available on GCR); reverted to v0.55.1. (xencon#1314)
  • ✅ AGENTS.md Consolidation: Refactored AGENTS.md from ~350 lines to ~207 lines, removing redundant content and consolidating the canonical agent operating contract. (xencon#1300)

Fixed

  • ✅ README Step Numbering: Corrected broken Step 4/5 ordering in Quick Start. (xencon#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. (xencon#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. (xencon#1323)
  • ✅ Profile Docs: Added missing Alertmanager to bld/sys profile service lists and corrected nvidia-gpu-exporter port from 9400 to 9445. (xencon#1323)
  • ✅ Username Leakage: Removed hardcoded sbadakhc references from SECURITY.md, CONTRIBUTING.md, and script usage examples. (xencon#1323)
  • ✅ PostgreSQL 18 Mount Path: Changed volume mount from /var/lib/postgresql/data to /var/lib/postgresql to satisfy PostgreSQL 18+ Docker image layout requirements. (xencon#1315)
  • ✅ Vault Bootstrap Reliability: Fixed Vault init and stack start reliability issues, resolving race conditions between Vault initialization, bootstrap agents, and PostgreSQL startup. (xencon#1289, xencon#1290)
  • ✅ Deprecated Profile References: Removed stale references to deprecated usr and dev profiles from docs/developer/adding-services.md. (xencon#1298)
  • ✅ Workflow Guard Skill: Corrected dead references to workflow-governance.md in .opencode/skills/workflow-guard/SKILL.md. (xencon#1297)

Documentation


Full Changelog: v1.1.24...v1.1.26