v0.36.0 (2026-02-25T17:04:43Z)
New v0.36.0 release!
Changelog
- f57c014 Bump distroless/static from
972618ctod90359cin /docker (#1884) - 97e5023 Release Notes 0.36.0 (#1887)
- 9c725b7 Release carvel package 2.18.1 (#1882)
- 0f0a3dc Set up OCI GH to release helm chart (#1883)
- d57ee4a [Security] Preserve scope during Sealed Secret rotation (#1886)
- b34cabe [Security] Throw an error in case of inconsistencies in the Sealed Secrets (#1885)
Installation Instructions
Cluster-side
Install the SealedSecret CRD and server-side controller into the kube-system namespace:
kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.36.0/controller.yamlClient-side
Install the client-side tool into /usr/local/bin/:
Linux x86_64:
curl -OL "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.36.0/kubeseal-0.36.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.0-linux-amd64.tar.gz kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubesealmacOS:
The kubeseal client is available on homebrew:
brew install kubesealMacPorts:
The kubeseal client is available on MacPorts:
port install kubesealNixpkgs
The kubeseal client is available on Nixpkgs: (DISCLAIMER: Not maintained by bitnami-labs)
nix-env -iA nixpkgs.kubesealOther OS/Arch:
Binaries for other OS/arch combinations are attached to this release below.
If you just want the latest client tool, it can be installed into
$GOPATH/bin with:
go install github.com/bitnami-labs/sealed-secrets/cmd/kubeseal@mainYou can specify a release tag or a commit SHA instead of main.
The go install command will place the kubeseal binary at $GOPATH/bin:
$(go env GOPATH)/bin/kubesealRelease Notes
Please read the RELEASE_NOTES which contain among other things important information for those upgrading from previous releases.