Skip to content

Tags: diegosanchez/sealed-secrets

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RELEASE-NOTES.md

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RELEASE-NOTES.md

v0.10.0-alpha.2

Toggle v0.10.0-alpha.2's commit message

Unverified

No user is associated with the committer email.
Fix before_deploy

v0.10.0-alpha.1

Toggle v0.10.0-alpha.1's commit message

Unverified

No user is associated with the committer email.
Fix after_success

v0.9.8

Toggle v0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RELEASE-NOTES.md

v0.9.7

Toggle v0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RELEASE-NOTES.md

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge bitnami-labs#325

325: Support parsing multiple private keys in --recovery-private-key r=mkmik a=mkmik

When following the backup procedure outlined in our FAQ, the users tend to get one single YAML file
that contains a `v1.List` object containing all the known sealing keypairs.
This is actually a good thing, since kubectl makes backing up multiple secrets so easy.
However, if the users pass such a file to --recovery-unseal --recovery-private-key it won't work since
that command expects single secrets (either encoded as PEM or as json/yaml encoded v1.Secret objects).

This change implements parsing v1.List of v1.Secrets (the output of `kubectl --namespace kube-system get secret -lsealedsecrets.bitnami.com/sealed-secrets-key -o yaml`)

Closes bitnami-labs#319

Co-authored-by: Marko Mikulicic <mkm@bitnami.com>

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge bitnami-labs#314

314: Improve error reporting in case of missing kubeconfig when inferring namespace r=mkmik a=mkmik

Closes bitnami-labs#313

Co-authored-by: Marko Mikulicic <mkm@bitnami.com>

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update RELEASE-NOTES.md

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitnami-labs#304 from bitnami-labs/mkmik-patch-1

Update RELEASE-NOTES.md