This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates 2026-06-18T12:58:39Z, https://ports.macports.org/port/kubeseal/summary, and https://formulae.brew.sh/formula/kubeseal across a mixed release.
Full changelog
v0.38.1 (2026-06-18T12:58:39Z)
New v0.38.1 release!
Changelog
- 706528904566e28373b584b5adb7e92ef8f81c1d Release notes v0.38.1 (#1989)
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.1/controller.yaml
Client-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.1/kubeseal-0.38.1-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.38.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)
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/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.
Thanks!
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]