Skip to content

sealed-secrets-v0.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 12:50
· 3 commits to main since this release
6b1b331

v0.28.0 (2025-01-16T12:43:38Z)

New v0.28.0 release!

Changelog

  • 419ddcf Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1668)
  • 0ed8f32 Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#1670)
  • 5581e98 Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#1664)
  • aaaa648 Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1669)
  • dd43ef1 Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#1657)
  • e70e158 Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#1659)
  • 42d7044 Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1671)
  • c8a1fea Fix deprecated functions for bumping client-go (#1667)
  • 6b1b331 Release Notes for 0.28.0 (#1672)
  • 54dab16 Release carvel package 2.17.0 (#1654)
  • a78a582 fix: explicitly set resourceFieldRef.divisor (#1655)

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.28.0/controller.yaml

Client-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.28.0/kubeseal-0.28.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.28.0-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-labs)

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-labs/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!