Releases: 1Password/onepassword-operator
Releases · 1Password/onepassword-operator
v1.10.0
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
- @smallc2009 made their first contribution in #229 🎉
- @macchiang made their first contribution in #145 🎉
- @hiteshbedre made their first contribution in #156 🎉
- @villesau made their first contribution in #60 🎉
Full Changelog: v1.9.1...v1.10.0
v1.9.1
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
Features
- Enable the Operator to authenticate to 1Password using service accounts. {#160}
Fixes
Full Changelog: v1.8.1...v1.9.0
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
OnePasswordItemnow contains astatuswhich 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}