Files
onepassword-operator/CHANGELOG.md
Joris Coenen afa076d321 Stop copying annotations from OnePasswordItem and Deployment to Secret
There is no reason for random annotations to be carried over. This
can lead to weird problems like the `kubectl.kubernetes.io/last-applied-configuration`
annotation ending up on a Secret.
2022-04-11 15:55:28 +02:00

2.6 KiB

Latest

Features

  • A user-friendly description of a new feature. {issue-number}

Fixes

  • Annotations from a Deployment or OnePasswordItem are no longer applied to Secrets that are created for it. {#102}

Security

  • A user-friendly description of a security fix. {issue-number}

v1.4.0

Features

  • 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

Features

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

v1.2.0

Features

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

v1.1.0

Fixes

  • Fix normalization for keys in a Secret's data section to allow upper- and lower-case alphanumeric characters. {#66}

v1.0.2

Fixes

  • Name normalizer added to handle non-conforming item names.

v1.0.1

Features

  • This release also contains an arm64 Docker image. {#20}
  • Docker images are also pushed to the :latest and :. tags.

v1.0.0

Features:

  • Option to automatically deploy 1Password Connect via the operator
  • Ignore restart annotation when looking for 1Password annotations
  • Release Automation
  • Upgrading apiextensions.k8s.io/v1beta apiversion from the operator custom resource
  • Adding configuration for auto rolling restart on deployments
  • Configure Auto Restarts for a OnePasswordItem Custom Resource
  • Update Connect Dependencies to latest
  • Add Github action for building and testing operator

Fixes:

  • Fix spec field example for OnePasswordItem in readme
  • Casing of annotations are now consistent

v0.0.2

Features:

  • Items can now be accessed by either vaults/<vault_id>/items/<item_id> or vaults/<vault_title>/items/<item_title>

v0.0.1

Initial 1Password Operator release

Features

  • watches for deployment creations with onepassword annotations and creates an associated kubernetes secret
  • watches for onepasswordsecret crd creations and creates an associated kubernetes secrets
  • watches for changes to 1Password secrets associated with kubernetes secrets and updates the kubernetes secret with changes
  • restart pods when secret has been updated
  • cleanup of kubernetes secrets when deployment or onepasswordsecret is deleted