# Changelog All notable changes to this project will be documented in this file. ## [0.9.10] - 2026-06-24 ### Bug Fixes - Retrospective fixes for CI/CD friction ## [0.9.9] - 2026-06-24 ### Bug Fixes - Use DOCKER_HOST env var in is_docker_ready + scan all rootless sockets - Prefer branch name for task ID extraction + strip heads/ prefix in release - Filter non-version tags in release verification - Use explicit refspecs for git push to avoid tag/branch ambiguity ## [0.9.8] - 2026-06-24 ### Bug Fixes - Use DOCKER_HOST env var in is_docker_ready + scan all rootless sockets ## [0.9.7] - 2026-06-24 ### Bug Fixes - Add rootless socket fallback and GITHUB_ENV export ## [0.9.6] - 2026-06-24 ### Bug Fixes - Add Docker socket diagnostics to start_docker - Add Docker socket diagnostics to start_docker ## [0.9.5] - 2026-06-24 ### Bug Fixes - Use host Docker socket with DOCKER_HOST fallback to local dockerd - Use host Docker socket with DOCKER_HOST fallback to local dockerd ## [0.9.4] - 2026-06-24 ### Bug Fixes - Use separate Docker socket for DinD in CI ## [0.9.3] - 2026-06-24 ### Bug Fixes - Use tempfile for dockerd log to fix CI permission error ## [0.9.2] - 2026-06-24 ### Bug Fixes - Use vfs storage driver for Docker-in-Docker in CI ## [0.9.1] - 2026-06-23 ### Bug Fixes - Always start dockerd in CI runner for molecule tests ## [0.9.0] - 2026-06-23 ### Features - Extract Docker daemon start to tested Python module ## [0.8.5] - 2026-06-23 ### Bug Fixes - Retry pip install with --ignore-installed only on failure ## [0.8.4] - 2026-06-23 ### Bug Fixes - Add --ignore-installed to pip in CI to bypass debian packages ## [0.8.3] - 2026-06-23 ### Bug Fixes - Lower check_test_speed threshold to 4 seconds - Pass --break-system-packages to pip in CI environments ## [0.8.2] - 2026-06-23 ### Bug Fixes - Encode spaces in pair commands to survive shell word-splitting ## [0.8.1] - 2026-06-23 ### Bug Fixes - Set fresh MOLECULE_HOME per pair to avoid stale config cache ## [0.8.0] - 2026-06-23 ### Features - Fix molecule platforms to use sleep infinity, add --platforms-file ## [0.7.0] - 2026-06-23 ### Features - Add per-test timing quality gate to check_test_speed ## [0.6.0] - 2026-06-23 ### Features - Add opentofu helpers, CLI entry points, shared utility, and CI improvements ## [0.5.0] - 2026-06-23 ### Features - Add tag verification, idempotency, and --verify mode to release script ## [0.4.4] - 2026-06-22 ### Bug Fixes - Configurable task prefix and CWD-relative DOCS_DIR ## [0.4.3] - 2026-06-22 ### Bug Fixes - Expand DEFAULT_INFRASTRUCTURE to cover all common project files ## [0.4.2] - 2026-06-22 ### Bug Fixes - Make all warnings into errors across devx tools ## [0.4.1] - 2026-06-22 ### Bug Fixes - Correct version tags, changelog, and release script recovery ## [0.4.0] - 2026-06-22 ### Features - Add DEFAULT_INFRASTRUCTURE and configurable task prefix ## [0.3.0] - 2026-06-22 ### Features - Add --no-ansible-collections option to setup tool ## [0.2.0] - 2026-06-22 ### Features - Pluggable change classification framework ## [0.1.2] - 2026-06-22 ### Bug Fixes - Make sync-wiki and vikunja depend on release ## [0.1.1] - 2026-06-22 ### Bug Fixes - Disable push whitelist, allow direct pushes to master ## [0.1.0] - 2026-06-22 ### Features - Extract reusable dev/CI tools from GRM into devx package ### Bug Fixes - Use python3 and venv python in workflows and Makefile - Fix post-merge job failures (configure-repo, badges, notify-failure) - Allow release bot to push to protected master