Skip to content

Version 1.8.0rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lykinsbd lykinsbd released this 24 Feb 03:14
· 39 commits to infrahub-develop since this release
1a6f3cd

1.8.0rc0 - 2025-02-23

Changed

  • Changes InfrahubNode 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)
  • Fix typing for Python 3.9 and remove support for Python 3.13. (#251)
  • Remove default value "main" for branch parameter from all Infrahub CTL commands. (#264)

Housekeeping

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