Skip to content

Commit 91a828a

Browse files
authored
Merge pull request #443 from opsmill/stable
Merge stable into develop
2 parents b8186de + 55e933f commit 91a828a

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

14+
## [1.13.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.0) - 2025-06-11
15+
16+
This release adds support for the new NumberPool attribute and loading object and menu files from external repositories in Infrahub 1.3.
17+
18+
### Added
19+
20+
- Added NumberPool as a new attribute kind, for support in Infrahub 1.3
21+
- Added support for object and menu files in the `.infrahub` repository configuration file
22+
- Defined ordering in which object files are loaded
23+
24+
### Housekeeping
25+
26+
- Refactor InfrahubNode to avoid the creation of a dynamic Python class for each object defined
27+
28+
## [1.12.3](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.3) - 2025-06-10
29+
30+
## Fixed
31+
32+
- fix Python transforms tests in the resource testing framework by @ogenstad in https://github.com/opsmill/infrahub-sdk-python/pull/433
33+
- add unit test for Python transforms test for the resource testing framework @wvandeun in https://github.com/opsmill/infrahub-sdk-python/pull/435
34+
35+
### Changed
36+
37+
- loosen requirement for the optional Rich dependency from v12.0.0 up to but not including v14.0.0 by @wvandeun in https://github.com/opsmill/infrahub-sdk-python/pull/434
38+
1439
## [1.12.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.2) - 2025-06-05
1540

1641
### Fixed

changelog/+040fc56b.housekeeping.md

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

changelog/+543efbd1.added.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.12.2"
3+
version = "1.13.0"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)