v0.36.1 (2026-03-12T13:22:06Z)
New v0.36.1 release!
Changelog
- fb0d84d Bump distroless/static from
d90359cto28efbe9in /docker (#1912) - 603ec22 Bump go 1.26.1 (#1914)
- 2c8ac05 Bump k8s.io/client-go from 0.35.1 to 0.35.2 (#1908)
- cd5553f Bump k8s.io/code-generator from 0.35.1 to 0.35.2 (#1909)
- dc31d35 Bump k8s.io/klog/v2 from 2.130.1 to 2.140.0 (#1913)
- 2e2940f Doc/issue 501 all namespaces (#1900)
- a41b49c Fix oci push action (#1899)
- 94bd953 Release notes for 0.36.1 (#1916)
- 03612ab Update actions/setup-go to v6.2.0 (#1906)
- 16614cf chore: remove note about deprecation of helm chart. (#1902)
- 255d92b fix: explicitly specify TCP protocol for helm SSA compatibility (#692) (#1901)
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.1/controller.yaml
Client-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.1/kubeseal-0.36.1-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.1-linux-amd64.tar.gz kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
macOS:
The kubeseal client is available on homebrew:
brew install kubeseal
MacPorts:
The kubeseal client is available on MacPorts:
port install kubeseal
Nixpkgs
The kubeseal client is available on Nixpkgs: (DISCLAIMER: Not maintained by bitnami-labs)
nix-env -iA nixpkgs.kubeseal
Other 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@main
You 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/kubeseal
Release Notes
Please read the RELEASE_NOTES which contain among other things important information for those upgrading from previous releases.