Skip to main content

v1.10.0

Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in Piiano Vault release v1.10.0.

New features

Logic changes

  • The default IAM provided with a new Vault installation now includes new Role and Policies for the new http_call action. Upgrading an existing Vault installation will not update the IAM configuration file so you must manually add the new Role and Policies to your IAM configuration in order to use the new action.
  • Vault now use an advisory lock to ensure only one instance is running migrations at a time. Following this change, the following environment variables are no longer supported and were removed:
    • PVAULT_DB_MIGRATION_ENABLE_RETRIES
    • PVAULT_DB_MIGRATION_INITIAL_WAIT_BETWEEN_RETRIES
    • PVAULT_DB_MIGRATION_MAX_WAIT_BETWEEN_RETRIES
    • PVAULT_DB_MIGRATION_MAX_RETRIES

Bug fixes

  • Fix a bug where concurrent Vault migrations by multiple instances could result in failures.
  • Fix a bug where certain error messages were not logged correctly.

Breaking changes