Skip to content

AIXCL v1.1.25

Choose a tag to compare

@sbadakhc sbadakhc released this 10 Jun 01:20
· 130 commits to main since this release
294a331

AIXCL v1.1.25

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

What's New in v1.1.25

Added

  • ✅ Prometheus v3.12.0: Bumped metrics collection from v3.11.1. (#1313)
  • ✅ Open WebUI v0.9.6: Bumped web interface from v0.9.5. (#1313)
  • ✅ NVIDIA GPU Exporter 1.4.1: Bumped GPU metrics from 1.3.2. (#1313)
  • ✅ vLLM v0.22.1: Bumped inference engine alternative from v0.19.0 (version-only, pull_policy: missing). (#1313)
  • ✅ Llama.cpp b9585: Bumped inference engine alternative from b8334 (version-only, pull_policy: missing). (#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. (#1291, #1299)

Changed

  • ✅ Ollama 0.30.7: Bumped inference engine from 0.20.5 to 0.30.7. (#1314)
  • ✅ Vault 2.0.2: Bumped secret management from 1.18 to 2.0.2. (#1314)
  • ✅ PostgreSQL 18.4: Bumped database from 17.9 to 18.4 with updated mount path (/var/lib/postgresql per 18+ Docker image requirement). (#1314)
  • ✅ Grafana 13.0.2: Bumped observability UI from 12.4.2 to 13.0.2. (#1314)
  • ✅ Alertmanager v0.32.2: Bumped alerting from v0.28.0 to v0.32.2. (#1314)
  • ✅ Loki 3.7.2: Bumped log aggregation from 3.3.0 to 3.7.2. (#1314)
  • ✅ cAdvisor v0.55.1: Attempted bump to v0.57.0 (not available on GCR); reverted to v0.55.1. (#1314)
  • ✅ AGENTS.md Consolidation: Refactored AGENTS.md from ~350 lines to ~207 lines, removing redundant content and consolidating the canonical agent operating contract. (#1300)

Fixed

  • ✅ PostgreSQL 18 Mount Path: Changed volume mount from /var/lib/postgresql/data to /var/lib/postgresql to satisfy PostgreSQL 18+ Docker image layout requirements. (#1315)
  • ✅ Vault Bootstrap Reliability: Fixed Vault init and stack start reliability issues, resolving race conditions between Vault initialization, bootstrap agents, and PostgreSQL startup. (#1289, #1290)
  • ✅ Deprecated Profile References: Removed stale references to deprecated usr and dev profiles from docs/developer/adding-services.md. (#1298)
  • ✅ Workflow Guard Skill: Corrected dead references to workflow-governance.md in .opencode/skills/workflow-guard/SKILL.md. (#1297)

Documentation


Full Changelog: v1.1.24...v1.1.25