Skip to content

Releases: bitnami-labs/sealed-secrets

v0.14.1

25 Jan 17:53
5a0e07d
Compare
Choose a tag to compare

Release Notes

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

Install

Client side

Install client-side tool into /usr/local/bin/:

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.14.1/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.14.1/controller.yaml

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

v0.14.0

25 Jan 10:24
3ae7ce3
Compare
Choose a tag to compare

Release Notes

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

Install

Client side

Install client-side tool into /usr/local/bin/:

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.14.0/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.14.0/controller.yaml

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

helm-v1.14.0-r1

25 Jan 15:10
33eccf9
Compare
Choose a tag to compare
helm-v1.14.0-r1 Pre-release
Pre-release

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

helm-v1.13.2-r2

21 Dec 15:44
158d679
Compare
Choose a tag to compare
helm-v1.13.2-r2 Pre-release
Pre-release

A Helm chart for Sealed Secrets.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets-1.13.2

18 Dec 09:39
Compare
Choose a tag to compare
sealed-secrets-1.13.2 Pre-release
Pre-release

A Helm chart for Sealed Secrets

NOTE: this is just a release tag for the helm chart, this is not a new release of the sealed-secrets controller itself!

TODO: change the tag naming scheme to make this more obvious

sealed-secrets-1.13.1

17 Dec 21:57
092a0c2
Compare
Choose a tag to compare
sealed-secrets-1.13.1 Pre-release
Pre-release

A Helm chart for Sealed Secrets

v0.13.1

29 Oct 12:39
Compare
Choose a tag to compare

Release Notes

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

Install

Client side

Install client-side tool into /usr/local/bin/:

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.13.1/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.13.1/controller.yaml

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

v0.13.0

28 Oct 15:02
Compare
Choose a tag to compare

Release Notes

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

Install

Client side

Install client-side tool into /usr/local/bin/:

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.13.0/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.13.0/controller.yaml

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

v0.12.6

29 Sep 08:32
3b4e3af
Compare
Choose a tag to compare

Release Notes

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

Install

Client side

Install client-side tool into /usr/local/bin/:

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.12.6/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.12.6/controller.yaml

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

v0.12.5

28 Jul 12:15
d872161
Compare
Choose a tag to compare

Release Notes

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

Install

Client side

Install client-side tool into /usr/local/bin/:

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.12.5/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.12.5/controller.yaml

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.