Skip to content

v6.168.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 07:03
· 46 commits to main since this release

[v6.168.0] 2026-09-03 Release v6.168.0

Added & Enhanced

  • Historical Success Baseline Pipeline ETA Model:

    • Refined pipeline duration baseline heuristics to filter strictly on conclusion == "success" (status == "completed"), discarding skewed canceled or fast-failing runs.
    • Computes remaining ETA dynamically as avgSuccessDuration - elapsed with an adaptive countdown grace floor.
  • Dynamic Timeline & Timeout (-t / --timeout / --timeline):

    • Added -t flag across gitmap pipeline status, gitmap pipeline wait-time, and gitmap pipeline-ai.
    • Automatically orchestrates dynamic polling timelines and timeout budgets derived from the calculated ETA, eliminating the need for manual retry seconds.
  • Direct CI/CD Error Extraction in Status & ETA:

    • When a pipeline run completes with a failure conclusion, GitMap now automatically extracts and displays clean, actionable error lines (##[error], ❌ FAIL:, --- FAIL:, exit code 1, stack traces) directly beneath the status card, suppressing passing step noise.
  • Linter & CI/CD Pipeline Hardening:

    • Eliminated hardcoded drive-letter URIs in test suites to ensure 100% compliance with linter-scripts/check-relative-paths.py.
    • Resolved CmdDashboardAlias collision with CmdDB by assigning dash as the dashboard alias.
    • Standardized all CLI confirmation messages to American English canceled for strict misspell compliance.
    • Updated agy stats format to satisfy E2E smoke test contracts (97/97 passing).

Release Info

Field Value
Version v6.168.0
Commit 01f4cfd6d7
Branch release/v6.168.0
Build Date 2026-09-03 07:07:45 UTC
Go Version go1.25.0

Checksums (SHA256)

4be95343c563f5296cbdef95609fe1e70a1ad32dacb474718e6b346366f8a50b  docs-site.zip
b69d66ec21967c52c7f732bbff433469b8ecb810a82e8e124b34d208cb3c809a  gitmap-updater-v6.168.0-darwin-amd64.tar.gz
cebe41c32e869aa55b397157c1db52f47e7956d0cb372b944d224fe25653090c  gitmap-updater-v6.168.0-darwin-arm64.tar.gz
545359cc1d1b1d6727de0cf0364ca2474a52cc03e9a4a574a5ace4ec1f91e741  gitmap-updater-v6.168.0-linux-amd64.tar.gz
ebd6c5e719f679b1e5962e3c7bbc3859a68b87c94960a5f08c06a714721314a5  gitmap-updater-v6.168.0-linux-arm64.tar.gz
55800831eaa2c75a53f64dcd9063d465dc7f5bc93b3762975747c0d433942935  gitmap-updater-v6.168.0-windows-amd64.zip
92b81264a48295f226f302d07c41d6ade4a5ff6e94b3aaf09ca92c260152a85e  gitmap-updater-v6.168.0-windows-arm64.zip
c578595b0afc4e1cfe68a09de26a3ac92e81cb79759de0dcadd78934152b79b8  gitmap-v6.168.0-darwin-amd64.tar.gz
fc4f5c1bdf166b15cff276f5a6aae5a688d3c4228275a2e18e55f665cc41d784  gitmap-v6.168.0-darwin-arm64.tar.gz
57e4f39a3d835ad8d28160ed35d7ff7f437a0798b4cbe7c833c816bc5b095894  gitmap-v6.168.0-linux-amd64.tar.gz
2cf83fb013408a9fd77f420921b2364d18405e89701118dc437e8c0bbf2b83a1  gitmap-v6.168.0-linux-arm64.tar.gz
1188a819b7771f53724743154d0717482cd06b6d9e6e47b53510a7fe00613698  gitmap-v6.168.0-windows-amd64.zip
6c1adf5781976a948a4df79e59398408856f59f941f66bcfaa13c40da42c9784  gitmap-v6.168.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.168.0/install.ps1 | iex

Quick install (Linux / macOS)

curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.168.0/install.sh | bash

Install specific version (generic installer)

irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.168.0"; irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex }
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash
# Or pin this version:
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash -s -- --version v6.168.0

Manual download

Download the appropriate archive for your platform from the assets below, extract, and place the binary in your PATH.

Assets

Platform Architecture File
Windows amd64 gitmap-v6.168.0-windows-amd64.zip
Windows arm64 gitmap-v6.168.0-windows-arm64.zip
Linux amd64 gitmap-v6.168.0-linux-amd64.tar.gz
Linux arm64 gitmap-v6.168.0-linux-arm64.tar.gz
macOS amd64 gitmap-v6.168.0-darwin-amd64.tar.gz
macOS arm64 gitmap-v6.168.0-darwin-arm64.tar.gz