Skip to content

Releases: 1Password/onepassword-operator

v1.10.0

01 Dec 19:33
v1.10.0
8d21a95

Choose a tag to compare

What's Changed

Fixes

  • Improved stability and compatibility by upgrading the Operator SDK to v1.41.1. {#211}
  • Update README to cover multiple items usage. {#60}
  • Fix annotation regexp pattern. {#156}

Features

  • Display READY column for onepassword CRD. {#223}
  • Introduce '--enable-annotations' flag add custom annotations on generated k8s secrets. {#114}
  • Allow to create secrets with empty value fields. {#145}

New Contributors

Full Changelog: v1.9.1...v1.10.0

v1.9.1

14 Jul 16:26
v1.9.1
54eed0c

Choose a tag to compare

Fixes

  • Operator no longer panics when handling 1Password items containing files. {#209}

Security

  • HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net. {#210}
  • golang.org/x/net vulnerable to Cross-site Scripting. {#210}

Full Changelog: v1.9.0...v1.9.1

v1.9.0

30 Jun 15:45
v1.9.0
0f1dcdd

Choose a tag to compare

Features

  • Enable the Operator to authenticate to 1Password using service accounts. {#160}

Fixes

  • Update Operator to use SDK v1.34.1. {#185}
  • Pass Kubernetes context down to SDK/Connect. {#199}

Full Changelog: v1.8.1...v1.9.0

v1.8.1

29 Jan 12:22
v1.8.1
5f232b1

Choose a tag to compare

Fixes

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

v1.8.0

21 Aug 14:19
8fc852a

Choose a tag to compare

Features

v1.7.1

14 Aug 19:06
a42a96b

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

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

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

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

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}