Releases: bitnami-labs/sealed-secrets
sealed-secrets-v0.36.6
v0.36.6 (2026-04-09T17:17:25Z)
New v0.36.6 release!
Changelog
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.6/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.6/kubeseal-0.36.6-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.6-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.
Thanks!
sealed-secrets-v0.36.5
v0.36.5 (2026-04-09T17:02:28Z)
New v0.36.5 release!
Changelog
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.5/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.5/kubeseal-0.36.5-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.5-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.
Thanks!
sealed-secrets-v0.36.4
v0.36.4 (2026-04-09T16:21:12Z)
New v0.36.4 release!
Changelog
- 7312d72 Release notes for 0.36.4 (#1936)
- 0775a09 ci: bump K8s integration matrix to latest 1.33/1.34/1.35 patches (#1935)
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.4/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.4/kubeseal-0.36.4-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.4-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.
Thanks!
sealed-secrets-v0.36.3
v0.36.3 (2026-04-09T10:57:18Z)
New v0.36.3 release!
Changelog
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.3/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.3/kubeseal-0.36.3-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.36.3-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.
Thanks!
sealed-secrets-v0.36.2
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.
Thanks!
helm-v2.18.5
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.36.1
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.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.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/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.
Thanks!
helm-v2.18.4
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.36.0
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.
Thanks!
helm-v2.18.3
Helm chart for the sealed-secrets controller.