Skip to content

Commit

Permalink
Merge pull request #158 from 1Password/secrets-injector-1.0.2
Browse files Browse the repository at this point in the history
Prepare release secrets-injector 1.0.1
  • Loading branch information
jpcoenen authored Jul 17, 2023
2 parents 883c751 + 5067374 commit c37cf06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions charts/secrets-injector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@

---

[//]: # (START/v1.0.1)
# v1.0.1

This release updates the secrets-injector image to v1.0.2 with brings in several fixes.

## Fixes
* Injector no longer overwrites pod volumeMounts. {[#22](https://github.com/1Password/kubernetes-secrets-injector/issues/22)}
* Fixed bug causing the need for the mutatingwebhookconfig object to be deleted every time the application restarts. {[#32](https://github.com/1Password/kubernetes-secrets-injector/issues/32)}

---

[//]: # (START/v1.0.0)
# v1.0.0

Expand Down
6 changes: 3 additions & 3 deletions charts/secrets-injector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: secrets-injector
description: A Helm chart for deploying 1Password Sercrets Injector
description: A Helm chart for deploying 1Password Secrets Injector
type: application
home: https://1password.com/secrets/
keywords:
Expand All @@ -11,5 +11,5 @@ maintainers:
- name: 1Password Secrets Integrations Team
email: [email protected]
icon: https://avatars.githubusercontent.com/u/38230737
appVersion: "1.0.0"
version: 1.0.0
appVersion: "1.0.2"
version: 1.0.1

0 comments on commit c37cf06

Please sign in to comment.