Skip to content

Guard 3.0.114

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:59
c370f07

Guard 3.0.114 is a stable release cut from c370f07.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.113.

Features

  • extensions: Expand Docker and Kubernetes command coverage (#2798)
    • expand command.container-runtime with structured coverage for common container lifecycle, prune/removal, Buildx/Swarm, execution, and explicitly destructive Compose cleanup operations
    • expand command.kubernetes-operations across common kubectl mutations, rollout/scheduling operations, remote execution/debug/file transfer/tunnels, certificate decisions, and Helm lifecycle operations
    • preserve documented safe forms: help where argument boundaries are unambiguous, kubectl client/server dry-runs, local-only rendering, Helm dry-runs, and the existing low-friction boundary for ordinary local Compose…

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.114"

Full changelog: v3.0.113...v3.0.114

Thanks @kantorcodes!