Skip to content

Releases: scaffoldly/kubectl-add

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 16:45
525aab3
v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:51
b567a48
v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 06:53
0bd2c4f
v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:24
86646d7
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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:58
de8ef2a
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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:54
01ad34d
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.