Skip to content

Commit edd3b18

Browse files
committed
Update changelog for 1.7.2.
1 parent 207de53 commit edd3b18

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

14+
## [1.7.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.7.1) - 2025-03-07
15+
16+
### Changed
17+
18+
- Changed InfrahubNode/InfrahubNodeSync `artifact_fetch` and `artifact_generate` methods to use the name of the artifact instead of the name of the artifact definition.
19+
20+
### Fixed
21+
22+
- `protocols` CTL command properly gets default branch setting from environment variable. ([#104](https://github.com/opsmill/infrahub-sdk-python/issues/104))
23+
- Fixed typing for Python 3.9 and removed support for Python 3.13. ([#251](https://github.com/opsmill/infrahub-sdk-python/issues/251))
24+
- Removed default value "main" for branch parameter from all Infrahub CTL commands. ([#264](https://github.com/opsmill/infrahub-sdk-python/issues/264))
25+
26+
### Housekeeping
27+
28+
- Moved the function `read_file` from the ctl module to the SDK.
29+
1430
## [1.7.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.7.1) - 2025-01-30
1531

1632
### Removed

changelog/+artifact_methods.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+move-read-file.housekeeping.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/104.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/251.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/264.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-sdk"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)