Skip to content

Releases: 1Password/onepassword-operator

v1.8.1

29 Jan 12:22
v1.8.1
5f232b1
Compare
Choose a tag to compare

Fixes

  • Upgrade operator to use Operator SDK v1.33.0. {#180}

v1.8.0

21 Aug 14:19
8fc852a
Compare
Choose a tag to compare

Features

v1.7.1

14 Aug 19:06
a42a96b
Compare
Choose a tag to compare

Fixes

  • Adjusting logging level on various logs to reduce unnecessary logging. {#164}

v1.7.0

16 Jun 15:38
4c98013
Compare
Choose a tag to compare

Features

  • Upgraded operator to version 1.29.0. {#162}
  • Upgraded Golang version to 1.20. {#161}
  • Upgraded 1Password Connect version to 1.5.1. {#161}
  • Updated dependencies. {#154}
  • Added runAsNonRoot and allowPrivalegeEscalation to specs. {#151}
  • Added code quality improvements. {#146}

Security

  • Updated dependencies with security vulnerabilities to patched versions. {#154}

v1.6.0

14 Nov 09:47
v1.6.0
03fa9ad
Compare
Choose a tag to compare

This version of the operator highlights the migration of the operator
to use the latest version of the operator-sdk (1.25.0 at the time of this release).

For the users, this shouldn't affect the functionality of the operator.

This migration enables us to use the new project structure, as well as updated packages that enables
the team (as well as the contributors) to develop the operator more effective.

Features

  • Migrate the operator to use the latest operator-sdk {#124}

v1.5.0

28 Jun 12:43
v1.5.0
69857c3
Compare
Choose a tag to compare

Features

  • OnePasswordItem now contains a status which contains the status of creating the kubernetes secret for a OnePasswordItem. {#52}

Fixes

  • The operator no longer logs an error about changing the secret type if the secret type is not actually being changed.
  • Annotations on a deployment are no longer removed when the operator triggers a restart. {#112}

v1.4.1

12 Apr 17:14
0796b9c
Compare
Choose a tag to compare
  • OwnerReferences on secrets are now persisted after an item is updated. {#101}
  • Annotations from a Deployment or OnePasswordItem are no longer applied to Secrets that are created for it. {#102}

v1.4.0

07 Apr 15:05
58b4ff8
Compare
Choose a tag to compare

The operator now declares the an OwnerReference for the secrets it manages. This should stop secrets from getting pruned by tools like Argo CD. {#51,#84,#96}

v1.3.0

25 Mar 14:53
v1.3.0
c00baee
Compare
Choose a tag to compare

Features

  • Added support for loading secrets from files stored in 1Password. {#47}

v1.2.0

22 Feb 17:11
v1.2.0
b68d9a5
Compare
Choose a tag to compare

Features

  • Support secrets provisioned through FromEnv. {#74}
  • Support configuration of Kubernetes Secret type. {#87}
  • Improved logging. (#72)