v0.37.0 (2026-05-21T14:29:22Z)
New v0.37.0 release!
Changelog
- 208c1e4 Bump 0.36.1 api,client-go,apimachinery and code-generator (#1965)
- 7da6cc6 Bump Go version to 1.26.3 (#1966)
- 7f1392e Bump distroless/static from
47b2d72to3592aa8in /docker (#1964) - 4165330 Bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 (#1943)
- 3897afa Bump github.com/mattn/go-isatty from 0.0.21 to 0.0.22 (#1954)
- 0ecd79a Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1956)
- 77fb71c Bump golang.org/x/crypto from 0.49.0 to 0.50.0 (#1942)
- 1362d36 Bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1957)
- f91e690 Bump k8s.io/client-go from 0.35.3 to 0.35.4 (#1947)
- 9bf8cd0 Bump k8s.io/code-generator from 0.35.3 to 0.35.4 (#1946)
- 4d6122f Cooldown period for dependency updates and update K8S support (#1955)
- 8c3d506 Expose plaintext template.data values in template rendering context (#1940)
- 00f0e5b Fix oci push (#1967)
- 8e4ed46 Release notes v0.37.0 (#1968)
- 86671a8 chore: typo
occured->occurredin prometheus-mixin README (#1949) - ce3fec4 fix: add explicit GITHUB_TOKEN permissions to workflows (#1933)
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.37.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.37.0/kubeseal-0.37.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.37.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.