Skip to content

v0.19.0

Choose a tag to compare

@docker-read-write docker-read-write released this 20 Mar 15:33
· 3 commits to main since this release
1866719

Highlights

This release improves Windows and WSL support with UNC path handling, enhances the developer experience with inline network action hints in the TUI and improved CLI help text for secrets management. Proxy reliability gets a boost with proper Basic auth for GitHub HTTPS git endpoints, and the daemon now uses an HTTP health check for more accurate readiness detection.

What's New

CLI

  • Update secret set/secret rm use line for clarity (#1766)
  • Update reset help message to mention secret deletion (#1763)
  • Conditionally set GH_TOKEN sentinel and remove dead credential helper (#1601)

Daemon

  • Use HTTP health check instead of TCP connect for readiness (#1786)
  • Add server-side DashApiInvoke analytics (#1574)

Networking

  • Use Basic auth for GitHub git HTTPS endpoints in proxy (#1708)

TUI

  • Inline network action hints in the TUI (#1765)

Agents

  • Support reviewing PRs from forks (#1794)

Dependencies

  • Bump governor-lib to v0.7.0 for WSL UNC path support (#1807)

Bug Fixes

  • Report image pull progress during DinD label check (#1760)
  • Fix install task missing DOCKERNEXT_FILES variable (#1810)