Changelog
See our buildlog for relationships between specific docker hashes and version tags. The most recent releases are at the bottom of the file. There will only ever be multiple hashes for a single version tag if the underlying image was rebuilt to fix a security vulnerability.
v2.2.0
- Added endpoints to manage tenant secrets.
- Tenant secrets can be listed, and individual secrets can begin/commit rotation.
v2.1.0
- Added support for Thales KMS configurations.
- KMS config create, list, get, and update endpoints all work with the new config type.
v2.0.1
- Breaking: Changed KMS Config Get to not return decrypted KMS config
credentials
. The decryptedkeyPath
will still be returned. - Added support for managing tenant tags
- Added new endpoints to list, create, assign, and un-assign tags
- Added new version of the Tenant Create endpoint
POST /api/2/tenants
acceptstags
to assign to tenants. If no tags are provided, none will be assigned.POST /api/1/tenants
does not accepttags
. The tenant will be created with theDefault
tag for the vendor.
v1.0.1
- Added multi arch builds. amd64 and arm64 docker containers are both published to GCR.
- Added ability to invite tenant admins on tenant creation.
- Added ability to resend tenant invites.
v1.0.0
- Added support for KMS configs assigned to multiple organizations
- Added endpoints for managing assignments
- Fixed a bug in the grant/revoke logic for the TSP group
Was this page helpful?