Version 1.8.0rc0
Pre-release
Pre-release
·
39 commits
to infrahub-develop
since this release
1.8.0rc0 - 2025-02-23
Changed
- Changes InfrahubNode
artifact_fetch
andartifact_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.