Skip to content

Releases: 1Password/connect-helm-charts

connect-1.11.0

15 May 12:34
8847f78
Compare
Choose a tag to compare

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

connect-1.10.0

08 Dec 14:54
54faa0c
Compare
Choose a tag to compare

Features

  • Add replicas definition to the Connect Deployment {#121, #128}
  • Use the latest 1password/operator version 1.6.0 {#128}

Fixes

  • Use '1Password Operator' term instead of '1Password Connect Operator' in the documentation {#128}

secrets-injector-1.0.0

06 Dec 16:22
0514f69
Compare
Choose a tag to compare

Features

  • Ability to deploy 1Password Secrets Injector via Helm.
  • Inject secrets as environment variables to the pod.

connect-1.9.0

18 Oct 16:52
09c451f
Compare
Choose a tag to compare

Features

  • Enable a better interaction with 1Password Connect and Sync applications deployed. Credits to @klaus385 for contributing to this enhancement. {#107}

Fixes

  • Updated Connect to v1.5.7, which addresses some bugs and security enahncements.

connect-1.8.1

15 Jul 09:21
a9e4e31
Compare
Choose a tag to compare

Fixes

  • Updated Connect to v1.5.6, which addresses some bugs.

connect-1.8.0

29 Jun 17:38
a041bf8
Compare
Choose a tag to compare

Features

  • Updated Kubernetes Operator to v1.5.0, which adds the type and status for the OnePasswordItem 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

15 Mar 15:35
eb16f32
Compare
Choose a tag to compare

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

connect-1.7.0

10 Dec 13:00
fa5f548
Compare
Choose a tag to compare

Features

  • Connect can now run with fully unprivileged containers. {#21,#22}
  • Tolerations can now be configured with connect.tolerations and operator.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 through connect.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

18 Oct 09:20
e8f62b7
Compare
Choose a tag to compare

Features

  • Add app.kubernetes.io/component labels for Connect and Operator. {#70}

Thanks to @lhriley for contributing this change! ❤️

connect-1.5.0

27 Sep 13:02
f7f711f
Compare
Choose a tag to compare

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.