Changelog¶
0.3.0¶
Release Date: 2026-07-23
Features¶
Add cloud-based auth (aws_iam, gcp, azure_ad) to Akeyless secrets backend (#69772)
Doc-only¶
Document each provider's optional extras in its docs index (#69478)
0.2.0¶
Release Date: 2026-06-07
Note
The Akeyless connection field jwt has been renamed to jwt_token so the credential
is correctly masked in logs. Update existing Akeyless connections to use the new field
name. As this provider is still pre-1.0, the breaking change ships in a minor release.
Breaking changes¶
Fix Akeyless JWT connection credential is not redacted (#67443)
0.1.0¶
Release Date: 2026-05-01
Initial release.
Features¶
AkeylessHook: Hook for interacting with Akeyless Vault Platform (static, dynamic, and rotated secrets; item CRUD; multiple auth methods).AkeylessBackend: Secrets backend for sourcing Airflow Connections, Variables, and Configuration from Akeyless.Custom
akeylessconnection type with dedicated UI fields for all authentication methods.