Skip to content

Releases: bitnami-labs/sealed-secrets

sealed-secrets-v0.27.3

05 Dec 16:03
fa9307a
Compare
Choose a tag to compare

v0.27.3 (2024-12-05T15:57:57Z)

New v0.27.3 release!

Changelog

  • ba32f42 Adding keyttl and keycutofftime options to helm chart (#1610)
  • 91c908b Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#1623)
  • c2aef0d Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#1641)
  • 65f58f9 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#1624)
  • 186ba50 Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#1645)
  • 5d31d46 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#1635)
  • 7668094 Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 (#1642)
  • 2e9f885 Bump k8s.io/code-generator from 0.31.2 to 0.31.3 (#1643)
  • e822b41 Configure max retries (#1633)
  • 2c6d400 Label "app.kubernetes.io/instance" in the Prometheus metric (#1620)
  • 46e1372 Properly error out when input file doesn't exist (#1640)
  • fa9307a Release Notes for 0.27.3 (#1651)
  • 6ccea08 Release carvel package 2.16.2 (#1632)
  • b497192 re-introduce install instructions with to releases (#1649)

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.27.3/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.27.3/kubeseal-0.27.3-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.27.3-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!

helm-v2.17.0

05 Dec 16:23
a04cf59
Compare
Choose a tag to compare

Helm chart for the sealed-secrets controller.

helm-v2.16.2

05 Nov 12:00
af347ef
Compare
Choose a tag to compare

Helm chart for the sealed-secrets controller.

sealed-secrets-v0.27.2

05 Nov 11:49
28ec06b
Compare
Choose a tag to compare

v0.27.2 (2024-11-05T11:44:28Z)

New v0.27.2 release!

Changelog

  • ec23dd3 Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows (#1595)
  • 0867bb4 Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 (#1593)
  • 918a8e1 Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#1572)
  • 8375ee5 Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#1578)
  • 06c9315 Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#1586)
  • 5af0a7d Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#1594)
  • 3d0b807 Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 (#1571)
  • 5c22d50 Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#1592)
  • 3db3f15 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#1584)
  • 3ba5256 Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#1587)
  • 1fd8060 Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#1598)
  • de1f4dd Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#1604)
  • e57d956 Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#1614)
  • 5f84c5b Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1577)
  • 73023bf Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#1597)
  • 25c2e34 Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#1609)
  • 76ebbe7 Bump k8s.io/apimachinery from 0.31.0 to 0.31.1 (#1601)
  • 36ac7fc Bump k8s.io/apimachinery from 0.31.1 to 0.31.2 (#1619)
  • 1c1ba97 Bump k8s.io/code-generator from 0.30.2 to 0.30.3 (#1570)
  • 901b3b5 Bump k8s.io/code-generator from 0.30.3 to 0.31.0 (#1582)
  • 2115c5c Bump k8s.io/code-generator from 0.31.0 to 0.31.1 (#1602)
  • 74d68fa Bump k8s.io/code-generator from 0.31.1 to 0.31.2 (#1618)
  • 89f2df2 Redirect external site to the GitHub Repository (#1589)
  • 28ec06b Release Notes for v0.27.2 (#1622)
  • cd0152f Release carvel package 2.16.1 (#1569)
  • c532fcf Show error if there's no secret to encode (#1580)
  • 1420145 Site update (#1591)
  • e90e997 Update CODEOWNERS (#1574)
  • f7267c2 Update go version to 1.22.8 (#1621)
  • 15df23b Update site (#1575)
  • 3c5ec5a Update the TCSP settings for helm testing (#1608)

Release Notes

Please read the RELEASE_NOTES which contain among other things important information for who is upgrading from previous releases.

Thanks!

sealed-secrets-v0.27.1

18 Jul 14:20
2d119da
Compare
Choose a tag to compare

v0.27.1 (2024-07-18T14:15:04Z)

New v0.27.1 release!

Changelog

Release Notes

Please read the RELEASE_NOTES which contain among other things important information for who is upgrading from previous releases.

Thanks!

helm-v2.16.1

18 Jul 15:13
5f422f3
Compare
Choose a tag to compare

Helm chart for the sealed-secrets controller.

sealed-secrets-v0.27.0

20 Jun 11:29
f134ac1
Compare
Choose a tag to compare

v0.27.0 (2024-06-20T11:24:12Z)

New v0.27.0 release!

Changelog

Release Notes

Please read the RELEASE_NOTES which contain among other things important information for who is upgrading from previous releases.

Thanks!

helm-v2.16.0

20 Jun 11:39
e10b787
Compare
Choose a tag to compare

Helm chart for the sealed-secrets controller.

sealed-secrets-v0.26.3

23 May 16:17
b1973d0
Compare
Choose a tag to compare

v0.26.3 (2024-05-23T16:12:10Z)

New v0.26.3 release!

Changelog

Release Notes

Please read the RELEASE_NOTES which contain among other things important information for who is upgrading from previous releases.

Thanks!

helm-v2.15.4

23 May 16:26
90865fe
Compare
Choose a tag to compare

Helm chart for the sealed-secrets controller.