Releases: bitnami-labs/sealed-secrets
sealed-secrets-v0.27.3
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
Helm chart for the sealed-secrets controller.
helm-v2.16.2
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.27.2
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
v0.27.1 (2024-07-18T14:15:04Z)
New v0.27.1 release!
Changelog
- 47ad96a Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#1561)
- c3cd4f1 Bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 (#1558)
- d2046a1 Improve release process (#1559)
- d48a894 Release carvel 2.16.0 (#1555)
- 2d119da Release notes for v0.27.1 (#1566)
- 59c28e9 Update dependencies (#1565)
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
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.27.0
v0.27.0 (2024-06-20T11:24:12Z)
New v0.27.0 release!
Changelog
- 36e6308 Add sprig function library for templating (#1542)
- e79290c Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 (#1540)
- b2f1e7e Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#1544)
- 986250f Bump k8s.io/client-go from 0.30.1 to 0.30.2 (#1552)
- a7edcbb Bump k8s.io/code-generator from 0.30.1 to 0.30.2 (#1550)
- a836015 Bump k8s.io/klog/v2 from 2.120.1 to 2.130.0 (#1551)
- cbe3a2a Release carvel 2.15.4 (#1539)
- f134ac1 Release notes for version 0.27.0 (#1553)
- 9439ac6 Update install instructions for consistent HTTP request package (#1546)
- d505bcb feature: loadbalancerclass (#1545)
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
Helm chart for the sealed-secrets controller.
sealed-secrets-v0.26.3
v0.26.3 (2024-05-23T16:12:10Z)
New v0.26.3 release!
Changelog
- 5241142 Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 (#1520)
- 68ff852 Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#1527)
- 985008e Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#1512)
- 49b74b0 Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1522)
- fbb28f5 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#1526)
- 111a30c Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#1505)
- 1e25361 Bump k8s.io/client-go from 0.30.0 to 0.30.1 (#1532)
- af227d9 Bump k8s.io/code-generator from 0.29.3 to 0.30.0 (#1513)
- f04202e Bump k8s.io/code-generator from 0.30.0 to 0.30.1 (#1529)
- fcecd38 Fix code generation (#1536)
- b1973d0 Release notes for version 0.26.3 (#1537)
- 9297e7f Site cleanup (#1525)
- 9451985 Update dependencies (#1524)
- 317940c [helm] Set
GOMAXPROCS
andGOMEMLIMIT
environment variables (#1528) - c0aa5da chore: fix publish-release workflow (#1508)
- d471d85 chore: increase vib timeout (#1509)
- 908cd3e chore: update dependencies (#1535)
- a22910f fix: show field name in error message when base64 decoding fails (#1519)
- b165348 readme: mention limitation of backup with key renewal (#1533)
- aa4234c release carvel 2.15.3 (#1504)
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
Helm chart for the sealed-secrets controller.