Skip to content

v6.170.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:15
· 36 commits to main since this release

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

Added & Enhanced

  • Pipeline Errorlogs Dynamic Timeline (gitmap pipeline errorlogs -t):

    • Added -t / --timeline / --timeout / -w / --watch support across gitmap pipeline errorlogs and top-level gitmap errorlogs.
    • Continuously tracks active workflow executions with dynamic ETA countdowns and adaptive intervals (15s, 10s, 5s) until terminal completion.
    • Automatically isolates and renders high-precision failure step error logs upon completion, omitting passing noise.
  • Historical Success Baseline Rerun ETA (rerunEtaSeconds):

    • Dynamically calculates the estimated pipeline duration required to rerun the workflow, derived strictly from past successful runs.
    • Emitted across terminal error cards and structured --json payloads.
  • Internal CI/CD Diagnostic & Auto-Repair Engine (pipeline_cicd_checker.go):

    • Integrated full local validation suite executing:
      • gofmt code formatting check and automatic batch repair (gofmt -w .).
      • Nested if linter (check-nested-ifs.py).
      • Boolean and enum naming convention linters (check-enum-and-boolean.py).
      • Relative paths and drive-letter URI enforcement (check-relative-paths.py).
      • Error management and AppError compliance (check-error-management.py).
      • Legacy repository reference scanner (check-legacy-refs.py).
      • US English spell check (misspell-changed.py).
      • Go test compile and typecheck gate (go test -run=^$ ./... -count=1).
    • Supports --fix (-f) for automated repair without prompts, --check (-c) for read-only audits, and interactive confirmation in terminal mode.
  • Specification Module Added (spec/21-app/11-pipeline-errorlogs-timeline-and-fix/):

    • Authored complete specification module with overview, dynamic timeline contracts, CI/CD diagnostic engine specifications, acceptance criteria, and consistency reports.

Release Info

Field Value
Version v6.170.0
Commit a5301eae27
Branch v6.170.0
Build Date 2026-09-03 09:29:10 UTC
Go Version go1.25.0

Checksums (SHA256)

3fc0de77f8f35580d02eeaa8086ad3640b0ad8b9c36c8567710bc055494b547d  docs-site.zip
df8ca06dd8958e239732ab83ccfe55871e79a53f058379378d5c81c8aa037e2f  gitmap-updater-v6.170.0-darwin-amd64.tar.gz
6d75c43bb6988017ea9b9ae0b8f08a930ae727b4ba036bcfec538b98463b4c25  gitmap-updater-v6.170.0-darwin-arm64.tar.gz
728868ea006a71b0f260ad04c878731b1faed35c246d76fbb5c932d583fb4e22  gitmap-updater-v6.170.0-linux-amd64.tar.gz
d7b87309780fb924e10aa7b6d9a2580a0764c7a00acd9128c8303cc615f3d779  gitmap-updater-v6.170.0-linux-arm64.tar.gz
9d29055df6d5d69c59ef5a1865f9dbc15d74b88610f388ebaacdf3619112c6ac  gitmap-updater-v6.170.0-windows-amd64.zip
79333ac0636e985c4e2e4cddc77113942daaaa50bb13659a3255e06f26a119b9  gitmap-updater-v6.170.0-windows-arm64.zip
e171000177c80d7f29d387150f9394615bb35a28dcd6ee57ca5f3def11778870  gitmap-v6.170.0-darwin-amd64.tar.gz
baa1ccb4c1154ade6b092d19e0f078f900d2e0d61547fbb0199478cd728f5f41  gitmap-v6.170.0-darwin-arm64.tar.gz
683150410f922b1b5b432764433f9f3b4212d3575686df4e2f4915e48b083364  gitmap-v6.170.0-linux-amd64.tar.gz
8e4fbd22e4d89b6dc62d2c2e9436af6900b5992b1e6687cbea877049d0f9ff46  gitmap-v6.170.0-linux-arm64.tar.gz
7949516d138fea223d138acd0d35cec1f9596337be7486d2386dd95429f1c8ee  gitmap-v6.170.0-windows-amd64.zip
a306dc43fcb01949d9ae2f0145af09a965970226896a6729148c1ba7aa5ae101  gitmap-v6.170.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.170.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.170.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.170.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.170.0-windows-amd64.zip
Windows arm64 gitmap-v6.170.0-windows-arm64.zip
Linux amd64 gitmap-v6.170.0-linux-amd64.tar.gz
Linux arm64 gitmap-v6.170.0-linux-arm64.tar.gz
macOS amd64 gitmap-v6.170.0-darwin-amd64.tar.gz
macOS arm64 gitmap-v6.170.0-darwin-arm64.tar.gz