Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 29 May 13:51
· 164 commits to master since this release

Changelog

  • 0bdabad chore: bump version to v0.11.0
  • 33a3a8c chore: update STATE.md with integration test fix entries
  • 3d1d80f fix(integration): pre-pull test images in entrypoint to avoid Hub rate limits
  • 7f46fea fix(integration): add public DNS to DinD daemon to fix registry pull timeouts
  • c4c86c8 fix(16): linter/vet follow-ups from code review fixes
  • 92d13e3 fix(lint): resolve errcheck, revive unused-parameter, and wrapcheck findings
  • d50860f fix(16): apply code review findings (CR-01 through IN-04)
  • 2627ff9 docs: capture todo - Update --host flag and usage docs for SSH config alias support
  • 3310a40 docs: capture todo - Implement OpenSSH %-token expansion in expandPath
  • 1f7cebc feat(sshconfig): expand OpenSSH % tokens in IdentityFile paths
  • 0925366 docs: add SSH config alias usage to README and USAGE.md
  • 86cbc7e docs: update --host flag description to mention SSH config aliases
  • eff171b docs(14): add code review fix report
  • 0e453e1 fix(14): WR-03 use labeled break to actually exit scan loop on host match
  • 18fb469 fix(14): WR-01 check scanner.Err() after LookupHost scan loop
  • db29929 fix(14): CR-01+WR-02 build Host struct directly in resolveHostString
  • 9564c38 docs(phase-14): complete phase execution
  • 5703766 docs(14): add code review report
  • a50297a docs(14-02): complete deploy.yaml error message improvements plan
  • 7e1891c feat(14-02): update LoadFile call sites; replace generic "no host" error with context-aware messages
  • f3933e8 feat(14-02): extend LoadFile to return fileExisted bool; add NoHostError helper
  • 920da25 chore: merge executor worktree (worktree-agent-a987b2aba85646b7f)
  • 20d4ccc docs(14-01): complete SSH config host alias resolution plan
  • 64348cc feat(14-01): wire alias detection into config.Resolve(); add sshconfig import
  • 86bff51 test(14-01): add failing alias resolution tests for config.Resolve()
  • 33e9abf feat(14-01): add HostEntry struct and LookupHost(); refactor LoadSigners()
  • 84d3093 test(14-01): add failing tests for LookupHost and HostEntry
  • 35a41b4 docs(14): create phase plan
  • bf0c38d docs(14): create phase plans for SSH config alias resolution and deploy.yaml error messages
  • 30fd11b docs(14): capture phase context
  • f171af1 docs(install): add Apple Silicon Homebrew visibility note