Skip to content

Releases: 1Password/connect-helm-charts

connect-2.2.1

21 Jan 15:50
19a4030

Choose a tag to compare

Fixes

  • 1Password Operator image is updated to v1.10.1 to brings fixes for the operator.

Full Changelog: connect-2.2.0...connect-2.2.1

connect-2.2.0

12 Jan 20:49
4035cdd

Choose a tag to compare

Features

  • Support --enable-annotations in operator deployment by @smallc2009 in #261

New Contributors

Full Changelog: connect-2.1.1...connect-2.2.0

connect-2.1.1

11 Dec 20:36
5b4ac5e

Choose a tag to compare

Fixes

  • Fix release workflow to publish charts to GHCR. (#258)

Full Changelog: connect-2.1.0...connect-2.1.1

connect-2.1.0

11 Dec 18:09
b28285e

Choose a tag to compare

Features

  • Helm charts are now available to install via OCI registry. (#221)

Fixes

  • Custom env vars can be set to Connect's sync container now. (#197)
  • Numeric values can be passed as custom env variables in Connect chart. (#255)

Full Changelog: connect-2.0.5...connect-2.1.0

connect-2.0.5

12 Sep 16:37
b4fad8d

Choose a tag to compare

Features

  • Bump Connect version to v1.8.1

Full Changelog: connect-2.0.4...connect-2.0.5

connect-2.0.4

11 Sep 13:26
b6664f9

Choose a tag to compare

A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator

What's Changed

Full Changelog: connect-2.0.3...connect-2.0.4

connect-2.0.3

21 Aug 14:28
e08a9fd

Choose a tag to compare

A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator

What's Changed

New Contributors

Full Changelog: connect-2.0.2...connect-2.0.3

connect-2.0.2

14 Jul 16:47
338bcd6

Choose a tag to compare

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

07 Jul 20:38
2aa5942

Choose a tag to compare

A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator

What's Changed

Full Changelog: connect-2.0.0...connect-2.0.1

connect-2.0.0

30 Jun 17:50
b900c19

Choose a tag to compare

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}