You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
🔴 Breaking Changes
Remove letters option from password recipes. Letters are now always included in generated passwords and cannot be disabled. Configurations using letters in password_recipe will result in an error. {#256}
The account field should now be set to the account name. Account name appears at the top of the left sidebar in the 1Password desktop app.
Users who use biometric authentication should configure 1Password desktop app. {#270}
Features
Enable provider to run using Terraform Stacks on HCP Terraform with a self-hosted agent. {#227}
connect_url and connect_token configuration parameters are available now. These are more specific alternatives to url and token for Connect authentication. The original url and token parameters continue to be supported but are set for deprecation. {#265}
Fixes
1password cli is not required anymore to use the provider. {#148, #206}
Biometric unlock doesn't pop up multiple times anymore. {#140, #130}
Provider re-creates item when it's missing in 1Password vault. {#97}
No 504 Gateway Timeout errors anymore for newly created items. {#5}
Fix field reference from label to id for item data source. {#213}