Version 1.8.0b2
Pre-release
Pre-release
1.8.0b2 - 2025-03-04
Deprecated
- Timestamp: Direct access to
obj
andadd_delta
have been deprecated and will be removed in a future version. (#255)
Changed
- Changes InfrahubNode/InfrahubNodeSync
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 (#251)
- Refactor Timestamp to use
whenever
instead ofpendulum
and extend Timestamp with add(), subtract(), and to_datetime(). (#255) - Remove default value "main" for branch parameter from all Infrahub CTL commands. (#264)
- Fixed support for Python 3.13, it's no longer required to have Rust installed on the system.
Housekeeping
- Move the function
read_file
from the ctl module to the SDK.