v0.36.2 (2026-04-09T09:42:44Z)
New v0.36.2 release!
Changelog
- 1af3ae8 Bump Golang to 1.26.2 (#1931)
- 83c89ad Bump distroless/static from
28efbe9to47b2d72in /docker (#1919) - e415448 Bump golang.org/x/crypto from 0.48.0 to 0.49.0 (#1918)
- 4989d91 Bump k8s.io/client-go from 0.35.2 to 0.35.3 (#1920)
- f1c7112 Bump k8s.io/code-generator from 0.35.2 to 0.35.3 (#1922)
- 9698278 Release notes for 0.36.2 (#1932)
- 8e87e40 Remove unneeded internal tests (#1930)
- 57530e5 Use commit sha in GH Actions (#1924)
- c4c281b fix: send INFO logs to stdout by default (#1925)
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.2/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.2/kubeseal-0.36.2-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.2-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.