Releases: 1Password/onepassword-operator
Releases · 1Password/onepassword-operator
v1.8.1
v1.8.0
v1.7.1
v1.7.0
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
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
Features
OnePasswordItem
now contains astatus
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}