Releases: scaffoldly/kubectl-add
Releases · scaffoldly/kubectl-add
Release list
v0.4.0
v0.3.1
v0.3.0
v0.2.1
kubectl-add v0.2.1 Fix: Homebrew tap installs now self-update in place instead of refusing with a 'managed install' error. Only krew and Nix defer to their package manager; homebrew-core will opt out at compile time.
v0.2.0
kubectl-add v0.2.0 Self-update: binaries installed directly (GitHub release, make install, curl) keep themselves current — a daily check downloads newer releases, verifies the checksum and cosign signature in-process, and repoints the symlink. Managed installs (Homebrew/krew/Nix) are deferred. Opt out with KUBECTL_ADD_NO_AUTO_UPDATE=1; force with 'kubectl add --update'.
v0.1.0
kubectl-add v0.1.0 First release. A kubectl plugin that resolves a YAML URL, kustomization, helm chart, chart repo, OCI registry, or git repo (GitHub/GitLab/Bitbucket) and applies it server-side as the connected user. Binaries for linux/darwin/windows x amd64/arm64 (+linux/arm), signed with cosign and attested with SLSA build provenance.