Releases: 1Password/connect-helm-charts
connect-2.0.3
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
connect-2.0.2
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
Fixes
- Updated Operator version to include fix for panic when handling 1Password items with files (onepassword-operator#209).
Full Changelog: connect-2.0.1...connect-2.0.2
connect-2.0.1
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
What's Changed
- Make it possible to upgrade connect chart to v2.0.x without providing token value by @volodymyrZotov in #232
- Prepare release v2.0.1 by @volodymyrZotov in #234
Full Changelog: connect-2.0.0...connect-2.0.1
connect-2.0.0
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
⚠️ Breaking changes
- Default Connect service type changed to ClusterIP. (#194)
Previously, the Connect service was exposed externally by default using NodePort
. In this release, the default service type has been changed to ClusterIP
, meaning Connect is now only accessible from within the cluster unless explicitly configured otherwise.
While exposing Connect via NodePort
is not inherently insecure—since Connect requires a valid bearer token for all API access—this change aligns with the principle of least privilege and reduces unnecessary external surface area by default.
If you require external access to Connect, you can still set connect.serviceType
to NodePort
or LoadBalancer
in your Helm values.
Features
- Add support for configuring the operator to use a 1Password Service Account. {#226}
connect-1.17.1
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
connect-1.17.0
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
secrets-injector-1.1.0
A Helm chart for deploying 1Password Secrets Injector
connect-1.16.0
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
connect-1.15.1
A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
connect-1.15.0
Features
- Proxy Support or custom env #152
- Bump operator version to
1.8.1