Releases: bitnami-labs/sealed-secrets
sealed-secrets-v0.35.0
v0.35.0 (2026-02-12T10:21:46Z)
New v0.35.0 release!
Changelog
- 59229e6 Bump distroless/static from
4b2a093tocd64becin /docker (#1866) - b10d5a5 Bump distroless/static from
cd64becto972618cin /docker (#1874) - 82464d4 Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 (#1864)
- 3119d46 Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (#1873)
- 095adae Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 (#1865)
- 1f8a26f Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (#1872)
- acf20ac Bump go 1.25.7 (#1880)
- a0efe66 Bump golang.org/x/crypto from 0.46.0 to 0.47.0 (#1863)
- 04e8a50 Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#1875)
- 8596d09 Bump k8s.io/code-generator from 0.34.3 to 0.35.0 (#1858)
- 200e239 Bump various GitHub action versions (#1878)
- a156930 Release carvel package 2.18.0 (#1857)
- 7f8477c Release notes for 0.35.0 (#1879)
- 06c339b Update client-go and api 0.35.0 (#1868)
- 964f096 Update k8s versions (#1877)
- 946bc04 use my namespace as key namespace (#1867)
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.35.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.35.0/kubeseal-0.35.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.35.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.1
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.34.0
v0.34.0 (2025-12-18T12:57:00Z)
New v0.34.0 release!
Changelog
- 3687f78 Add kseal to README (#1852)
- e5291a8 Bump distroless/static from
87bce11to4b2a093in /docker (#1846) - a82bbb9 Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (#1843)
- 5769e17 Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (#1844)
- 621f4dc Bump golang version to the latest available 1.24 (#1854)
- 10ee382 Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (#1835)
- 138a3f4 Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory (#1840)
- 8419bc0 Bump golang.org/x/crypto from 0.45.0 to 0.46.0 (#1845)
- 1d475b7 Bump k8s.io/client-go from 0.34.1 to 0.34.2 (#1837)
- fe26231 Bump k8s.io/client-go from 0.34.2 to 0.34.3 (#1848)
- b297936 Bump k8s.io/code-generator from 0.34.1 to 0.34.2 (#1839)
- cc5517f Bump k8s.io/code-generator from 0.34.2 to 0.34.3 (#1850)
- 987f10a Make controllers kubeclient QPS & Burst configurable. (#1834)
- 68ae133 Release carvel package 2.17.9 (#1830)
- fd30a3e Release notes 0.34.0 (#1855)
- 11b065c use default method to watch for key secrets (#1831)
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.34.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.34.0/kubeseal-0.34.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.34.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.0
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.33.1
v0.33.1 (2025-11-06T16:33:36Z)
New v0.33.1 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.33.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.33.1/kubeseal-0.33.1-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.33.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!
sealed-secrets-v0.33.0
v0.33.0 (2025-11-06T10:20:52Z)
New v0.33.0 release!
Changelog
- 9ed6cdf Bump Go to 1.25.4 (#1823)
- f7f163a Bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 (#1817)
- 7830c61 Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.2 (#1820)
- 47bd276 Bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#1818)
- 15f5972 Release carvel package 2.17.7 (#1814)
- dff8c07 Release notes 0.33 (#1824)
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.33.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.33.0/kubeseal-0.33.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.33.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.17.9
Helm chart for the sealed-secrets controller.
helm-v2.17.8
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.32.2
v0.32.2 (2025-09-15T09:29:00Z)
New v0.32.2 release!
Changelog
- 34d6ba4 Activate dockerfile checks with dependabot (#1808)
- f559d81 Bump k8s.io/code-generator from 0.33.4 to 0.34.1 (#1809)
- dc723f9 Fix controller yaml (#1811)
- 0fb2950 Release carvel package 2.17.6 (#1807)
- ad0c2e0 Release notes 0.32.2 (#1812)
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.32.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.32.2/kubeseal-0.32.2-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.32.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.17.7
Helm chart for the sealed-secrets controller.