1.6.6
Release 1.6.6
Release date: 2026-03-25
Publish state: 2026-03-25 — Git tag v1.6.6, GitHub Release, and Docker Hub tags 1.6.6 + latest published from main at this version (see § Publish for reproducible commands).
Version string: 1.6.6 across pyproject.toml, core/about.py fallback, man pages (docs/data_boar.1, docs/data_boar.5), deploy/Docker examples, and README “Current release” (VERSIONING.md).
Highlights
- Dependencies:
requests>=2.33.0to address CVE-2026-25645 (refreshuv.lock+requirements.txt).pip-auditmay still report pygments CVE-2026-4539 until PyPI ships a fix — see DEPENDABOT_PYGMENTS_CVE.md and SECURITY.md. - Docs / PMO: PLANS_TODO.md Integration/WIP synced with
main; Band A order –1 cadence note to re-check blocked CVEs each pass. - Workflow:
scripts/pr-merge-when-green.ps1— ASCII punctuation in messages for Windows PowerShell 5.1 parse reliability. - Behaviour vs 1.6.5: Patch — security dependency floor + documentation; no intentional breaking API/config changes.
Changes since 1.6.5
- Band A (–1 / –1b) hygiene: requests bump, pygments triage doc, SECURITY (EN + pt-BR),
maintenance-check.ps1pointers. - Release version alignment 1.6.5 → 1.6.6 across packaging and operator-facing docs.
Bump type
| From | To | Rule (VERSIONING.md) |
|---|---|---|
| 1.6.5 | 1.6.6 | Build (patch) — same major/minor, +1 build |
How to get 1.6.6
- From source:
uv syncat1.6.6onmain. - Docker:
docker pull fabioleitao/data_boar:1.6.6(after Hub publish) or:latestif published from this tag.
Build and push Docker image
From repo root, on main at 1.6.6, after tests pass:
.\scripts\check-all.ps1
.\scripts\docker-lab-build.ps1
docker login
.\scripts\docker-hub-publish.ps1 -SkipBuildPublish (tag + GitHub Release)
After this version is on main:
git pull origin main
git tag v1.6.6
git push origin v1.6.6
gh release create v1.6.6 --notes-file docs/releases/1.6.6.md --title "1.6.6"After publish: verify
- GitHub: Release v1.6.6 and tag point to the intended commit.
- Docker Hub: Tags
1.6.6andlatest(if used) — quick smoke. - README (EN + pt-BR): “Current release” = 1.6.6.
- Maintenance:
.\scripts\maintenance-check.ps1;docker scout quickview fabioleitao/data_boar:1.6.6— base-image CVEs may remain no-fix until Debian/python:*-slimrefresh (document exceptions as needed).
Full Changelog: v1.6.5...v1.6.6