Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@ogenstad ogenstad released this 28 Nov 15:27
· 370 commits to stable since this release
079ab59

1.1.0 - 2024-11-28

Added

  • Added InfrahubClient.schema.wait_until_converged() which allows you to wait until the schema has converged across all Infrahub workers before proceeding with an operation. The InfrahubClient.schema.load() method has also been updated with a new parameter "wait_until_converged".

Fixed

  • CTL: schema load return a proper error message when authentication is missing or when the user doesn't have the permission to update the schema. (#127)
  • CTL: List available transforms and generators if no name is provided (#140)