Skip to content

Version 1.7.2

Compare
Choose a tag to compare
@lykinsbd lykinsbd released this 07 Mar 21:06
· 216 commits to stable since this release
8072964

1.7.2 - 2025-03-07

Added

  • Added logger to InfrahubGenerator class to allow users use built-in logging (self.logger) to show logging within Infrahub CI pipeline.

Changed

  • Aligned the environment variables used by infrahubctl with the environment variables used by the SDK.
  • Allowed the infrahubctl transform command to return a regular string that does not get converted to a JSON string.
  • Changed InfrahubNode/InfrahubNodeSync artifact_fetch and artifact_generate methods to use the name of the artifact instead of the name of the artifact definition.

Fixed

  • protocols CTL command properly gets default branch setting from environment variable. (#104)
  • Fixed typing for Python 3.9 and removed support for Python 3.13. (#251)
  • Removed default value "main" for branch parameter from all Infrahub CTL commands. (#264)

Housekeeping

  • Moved the function read_file from the ctl module to the SDK.