Skip to content

Releases: 1Password/kubernetes-secrets-injector

v1.0.2

16 Jun 16:51
8833683
Compare
Choose a tag to compare

v1.0.2

Features

  • Upgraded Go to version 1.20. {#34}
  • Upgraded 1Password Connect to version 1.5.1. {#34}

Fixes

  • Fixed bug causing the need for the mutatingwebhookconfig object to be deleted every time the application restarts. {#32}

v1.0.1

27 Mar 16:43
e323a51
Compare
Choose a tag to compare

Fixes

  • Injector no longer overwrites pod volumeMounts. {#22}

v1.0.0

23 Nov 17:21
v1.0.0
49f8a57
Compare
Choose a tag to compare

Initial 1Password Kubernetes Secrets Injector release.

Features

  • Fetch secrets from 1Password and inject them into the pods as environment variables.
  • Webhook works with multiple configurations (i.e. different Connect hosts and tokens).
  • Provide a simple deployment process (make deploy).