Aembit CLI changelog
Version history
Section titled “Version history”| Aembit CLI Version | Release Date | Platforms | Notes |
|---|---|---|---|
| 1.31.4764 | 5/2/2026 | Linux (amd64, arm64) Windows (amd64) | Add upstream HTTP proxy support; add --client-workload-id flag and OIDC token expiration validation; add support for gathering dynamic claims from environment variables |
| 1.24.3328 | 7/29/2025 | Linux (amd64, arm64) Windows (amd64) |
The version number has three parts: major.minor.patch. For example, 1.24.3328 indicates:
- Major version:
1- This indicates a major release that may include breaking changes. - Minor version:
24- This indicates a minor release that adds new features or improvements without breaking existing functionality. - Patch version:
3328- This indicates a patch release that includes bug fixes or minor improvements.
Changelog
Section titled “Changelog”TBA, 2026
Section titled “TBA, 2026”Aembit CLI (version TBA)
Section titled “Aembit CLI (version TBA)”- Added support for the AWS Metadata Service, AWS Role, and Kubernetes Service Account Trust Providers to
credentials get. Aembit CLI gathers attestation data from the local environment (IMDS, STSGetCallerIdentity, or the projected service account token), so--id-tokenisn’t needed for these Trust Providers. - Added
vm,kubernetes,ecs_fargate, andlambda_containeras accepted values for the--deployment-modeloption. This option is required for the AWS Role Trust Provider.
June 3, 2026
Section titled “June 3, 2026”Aembit CLI 1.32.TBA
Section titled “Aembit CLI 1.32.TBA”- Added
--client-tls-private-keyoption (and theAEMBIT_CLIENT_TLS_PRIVATE_KEYenvironment variable) to thecredentials getcommand for retrieving X.509-SVID certificates. Aembit CLI generates a CSR locally from the supplied private key, submits it through the credential retrieval flow, and returns the signed certificate chain inCLIENT_CERT_CHAIN. Seeaembit credentials get --client-tls-private-key.
May 1, 2026
Section titled “May 1, 2026”Aembit CLI 1.31.1
Section titled “Aembit CLI 1.31.1”- Added
--client-workload-idoption to thecredentials getcommand. Use this to specify a Client Workload ID when multiple workloads share the same Trust Provider. - Added expiration validation for OIDC tokens provided with
--id-token.
July 22, 2025
Section titled “July 22, 2025”Initial release!