Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: secrethub/secrethub-kubernetes-mutating-webhook

v0.3.1

13 Jun 11:58
v0.3.1
54f6ab3
Compare
Choose a tag to compare

Security

  • Dependency github.com/gogo/protobuf is now at version v1.3.2 to address CVE-2021-3121

v0.3.0

01 Feb 16:24
v0.3.0
8ba6776
Compare
Choose a tag to compare

Added

  • Terraform module to deploy the webhook to AWS Lambda (#10)

Changed

  • Support both admissionregistration.k8s.io/v1 and admissionregistration.k8s.io/v1beta1 (#12)

v0.2.0

05 Jan 13:43
82d2bbe
Compare
Choose a tag to compare

Added

  • Webhook for AWS Lambda function. (#9)

v0.1.0

09 Jun 15:50
v0.1.0
77ab56d
Compare
Choose a tag to compare

This is the first release of this webhook. It allows you to use secret references (secrethub://path/to/secret) in any containers spec, without including SecretHub in the image itself. The webhook will create a volume containing the SecretHub CLI and change your containers command to inject the secrets in there.