v0.38.0 (2026-06-18T12:28:41Z)
New v0.38.0 release!
Changelog
- 8ba4b5b Adding default prometheusRule in helmChart to watch out of sync secrets (#1980)
- 9a5984c Bump Golang to 1.26.4 (#1987)
- 85834b4 Bump github.com/onsi/ginkgo/v2 from 2.28.3 to 2.29.0 (#1976)
- fddaab3 Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.30.0 (#1985)
- 8bba338 Bump github.com/onsi/gomega from 1.40.0 to 1.41.0 (#1975)
- ae2c71d Bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1977)
- b7f2626 Bump golang.org/x/crypto from 0.52.0 to 0.53.0 (#1984)
- fa71a75 Change oci registry for publishing the chart (#1970)
- 5d360fd Migrate all bitnami-labs references to bitnami org (#1983)
- dc9f8fc Release notes v0.38.0 (#1988)
- 8a9e832 Revert "Fix oci push" (#1979)
- 4e61da0 Update security context defaults to comply with restricted pod securi… (#1981)
- 9d63881 feat: add ppc64le architecture support (#1973)
- 5ba86c2 fix: add mutex locking to KeyRegistry to prevent data races (#1905)
Installation Instructions
Cluster-side
Install the SealedSecret CRD and server-side controller into the kube-system namespace:
kubectl apply -f https://github.com/bitnami/sealed-secrets/releases/download/v0.38.0/controller.yamlClient-side
Install the client-side tool into /usr/local/bin/:
Linux x86_64:
curl -OL "https://github.com/bitnami/sealed-secrets/releases/download/v0.38.0/kubeseal-0.38.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.38.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)
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/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.