Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 19:43
· 42 commits to main since this release

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