Releases: 1Password/connect-helm-charts
Releases · 1Password/connect-helm-charts
connect-1.11.0
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
connect-1.10.0
secrets-injector-1.0.0
Features
- Ability to deploy 1Password Secrets Injector via Helm.
- Inject secrets as environment variables to the pod.
connect-1.9.0
connect-1.8.1
Fixes
- Updated Connect to v1.5.6, which addresses some bugs.
connect-1.8.0
Features
- Updated Kubernetes Operator to v1.5.0, which adds the
type
andstatus
for theOnePasswordItem
CRD. {#101} - Updated OnePasswordItem CRD to enable the new functionality added in the latest version of the Kubernetes Operator. Credits to @tomjohnburton for contributing to this enhancement. {#92, #102}
Fixes
- Updated Connect to v1.5.4, which resolves some bugs. {#101}
connect-1.7.1
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
connect-1.7.0
Features
- Connect can now run with fully unprivileged containers. {#21,#22}
- Tolerations can now be configured with
connect.tolerations
andoperator.tolerations
. {#63} - Resource type for the Connect Service is now configurable. {#65}
- Updated Connect to v1.5.0. {#81}
- Base64-encoded credentials can be supplied through
connect.credentials_base64
if passing raw JSON throughconnect.credentials
leads to issues. {#67}
Fixes
- Resources are now correctly passed to the Connect API container. {#79}
Thanks to @rowa78, @parente, @mcmarkj for their code contributions! 🙌
connect-1.6.0
connect-1.5.0
Features
- Add clusterrolebinding compatibility and watch all namespaces by default. {#62}
Thanks to @rchenzheng and @Gibstick for their contribution on the clusterrolebinding compatibility and enabling to watch all namespaces by default.