Skip to content

Version 1.8.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lykinsbd lykinsbd released this 28 Feb 19:35
· 30 commits to infrahub-develop since this release
4ec7730

1.8.0b1 - 2025-02-28

Deprecated

  • Timestamp: Direct access to obj and add_delta have been deprecated and will be removed in a future version. (#255)

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 (#251)
  • Refactor Timestamp to use whenever instead of pendulum 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.