PackageTrack
Sign in Get early access

github.com/strongdm/leash

v1.1.7 #2207 most downloaded on Go modules strongdm/leash

What this package is like to depend on

Last release 4 months ago

06 Apr 2026

Ships on a steady schedule

a new release about every 4 weeks

Most releases are documented

notes for 10 of 13 stable releases

Nothing withdrawn

no release was ever pulled

10 months old

14 releases · first in 2025

14 releases in the last 12 months

see the full history below

Release timeline

14 releases · Oct 2025 to Apr 2026
2026
Release Pre-release

Releases

latest 14
  1. v1.1.8-0.20260406201013-fd8e0c1deb97 06 Apr 2026 pre-release

    Nothing published for this version

  2. v1.1.7 04 Mar 2026
    Release notes

    Changelog

    • 5bf1c64 network: fall back to blanket port block when cgroup isolation unavailable
    Open source →
    Release notes

    v1.1.7 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  3. v1.1.6 12 Feb 2026
    Release notes

    Changelog

    • 0f4aa83 runner: simplify relabel mode check
    • 224b737 runner: relabel internal mounts on SELinux hosts
    • 61c46b2 fix(security): block target container from reaching leashd control plane API
    • 7e6f334 chore(.gitignore): add test files to ignore list
    Open source →
    Release notes

    v1.1.6

    Compare

    Choose a tag to compare

    Open source →
  4. v1.1.5 12 Jan 2026
    Release notes

    Changelog

    • 56b8930 Add open env default and dev verbosity toggles
    • 9fcefb5 Normalize TERM for bubbletea wizard
    • ad22cf6 Stabilize opencode host dir test env
    • b19c001 Fix opencode host dir resolution
    • 8562f00 Update Docker registry refs to AWS ECR 🚚
    • 5f02c9e Add missing base image to Dockerfile example 🧱
    • 6e9a562 Fix custom Docker image documentation 📚
    • be8f554 feat(opencode): mount XDG config and data directories
    • 1a733f4 Add ripgrep to coder image
    Open source →
    Release notes

    v1.1.5

    Compare

    Choose a tag to compare

    Open source →
  5. v1.1.4 17 Dec 2025
    Release notes

    Changelog

    • 0562c25 Stabilize opencode host dir test env
    • 6960ea1 Fix opencode host dir resolution
    • be8f554 feat(opencode): mount XDG config and data directories
    • 1a733f4 Add ripgrep to coder image
    Open source →
    Release notes

    v1.1.4

    Compare

    Choose a tag to compare

    Open source →
  6. v1.1.3 05 Dec 2025
    Release notes

    Changelog

    • f1a7e8a fix(runner): serialize mounts_test with mount_state_test
    • e8214de fix(rocky-test): add `--allowerasing' to dnf install in Dockerfile
    • 8e95458 test(e2e): update file path in baseline policy tests
    • 3b5743e build(dockerfile): install Node.js 20 for Next.js 16 compatibility
    • d74969e build(web): update config for Next.js and React 19.2
    • d5af439 sec(CVE-2025-66478): upgrade deps Next.js and React to latest versions
    • d55c802 refactor(makefile): improve help target output formatting
    Open source →
    Release notes

    v1.1.3

    Compare

    Choose a tag to compare

    Open source →
  7. v1.1.2 25 Nov 2025
    Release notes

    Changelog

    • 0533921 Handle case-insensitive 'no such object' errors from docker
    Open source →
    Release notes

    v1.1.2

    Compare

    Choose a tag to compare

    Open source →
  8. v1.1.1 21 Nov 2025
    Release notes

    Changelog

    • 4f4390a feat(tui): improve project path display in wizard
    • 50975ab ci(coder-cli-releases-watchdog): watchdog artifact download bugfix
    • 3199254 ci(coder-cli-releases-watchdog): build and publish multi-arch coder docker images
    • da44da5 ci(coder-cli-releases-watchdog): simplify timestamp comparison script
    • 4a772ca ci(coder-cli-releases-watchdog): fix artifact download error handling
    • 9b6fda0 ci(coder-cli-releases-watchdog): simplify timestamp comparison logic
    • 20bd2d7 feat(ci): add GitHub Actions workflow for coder CLI releases auto-build
    • 2e24cc7 test(flakes): ensure runtime env cleanup removes base dir
    • 1326ada docs: consolidate npm release management documentation
    • f751229 build(consistency): Add and wire-in "test-ui" alias for test-web
    • ae1c6ac build: Makefile cleanup - precommit/fmt dependency was backwards
    • 6804cd3 feat: zsh CLI prompt support
    • 368fd77 docs(boot): clarify bootstrap orchestration process
    • 3d26d63 fix(prompt): export bash prompt function compatibly
    • ca3ede0 build: Improve default target (build-ui already falls back to docker when npm is absent)
    • 5fb76fe fix(websocket): prevent hub panic on closed client send
    • b4019de test(fix-flakes): use temporary directory for test logs
    • 454abe4 feat(security): separate CA cert and key into public/private mounts
    Open source →
    Release notes

    v1.1.1

    Compare

    Choose a tag to compare

    Open source →
  9. v1.1.0 27 Oct 2025
    Release notes

    Changelog

    • 3ea6576 build(mac-leash): bump version to 1.1.0
    • 0f27861 build(docker): add configurable base image support for builds
    • 4d2b7bc ci: migrate release workflow from GHCR to AWS ECR Public
    • e077d32 Add hashed workspace and session IDs to telemetry
    • 91439b9 style: update branding color scheme across UI and CLI
    • e0185fa build: refactor UI build process and add clean targets
    • 2bb6553 feat(network): IPv6 interception and nftables support
    • 090999d build: restore lightweight test variants in Dockerfile for e2e integration tests
    • dfaa646 Cedar: enforce canonical Action:: heads + Host/File/Dir resources\n\n- Server API: generate Action::"FileOpen"/"FileOpenReadWrite"/"ProcessExec"/"NetworkConnect" (no Proc/Fs/Net) and Host::/File::/Dir:: resources.\n- Transpiler: accept only Action:: heads; drop legacy Fs::/Proc::/Net:: and Http::ApplyRewrite fallback.\n- Linter: error on non-canonical action heads (unsupported_action_syntax).\n- Suggestions: emit Host:: and Action::"HttpRewrite" consistently.\n- Tests/docs: update all examples and assertions to canonical forms.\n\nAll packages tested: go test ./... passes locally.
    • cb938bf feat(ports): adopt docker-ish -p/--publish and -P with auto-bump; move policy to long-only
    • 5066912 refactor(test): remove t.Parallel() from environment-sensitive tests
    • 82d28d4 build: introduce base images for faster builds
    • feabf5e feat(ui): implement Cedar policy autocomplete in Monaco editor
    • e71d301 fix: .gitignore dev artifact correction.
    • fc540c4 feat(runner): auto-detect dev docker images
    • ee40608 Add Statsig telemetry client
    • e1f0fae docs: update macOS notes in README
    Open source →
    Release notes

    v1.1.0

    Compare

    Choose a tag to compare

    Open source →
  10. v1.0.0 23 Oct 2025
    Release notes

    Changelog

    • a9950c0 build: publish docker images to ECR public
    • 558bcec feat(release): add npm package build and publish workflow
    • e9cba14 chore(mac-leash): set build number to YYYYMMDD.N
    • 45b2acd chore(mac-leash): bump version to 1.0.0
    • 2fd482f test(flake): fix flakey test by relocating mutex unlocks to t.Cleanup fn
    • 17c2d84 docs(readme): add note about quarantining macOS release
    • f867db7 Update CEDAR.md with enforcement mechanism warning
    • 858d352 feat(darwin): add websocket health probe
    • 9eef058 refactor(proxy): simplify logHTTPRequest parameters
    • f98c8c5 fix(mcp): show decision=denied when MCP tool calls are blocked by policy
    Open source →
    Release notes

    v1.0.0

    Compare

    Choose a tag to compare

    Open source →
  11. v0.0.6 23 Oct 2025
    Release notes

    ci: preflight public ecr login

    Open source →
  12. v0.0.5 23 Oct 2025

    Nothing published for this version

  13. v0.0.3 22 Oct 2025

    Nothing published for this version

  14. v0.0.1 22 Oct 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive