Skip to content

Commit cd4895a

Browse files
committed
update changelog
1 parent b093022 commit cd4895a

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGELOG.md

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

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

14+
## [1.0.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.0.1) - 2024-11-12
15+
16+
### Removed
17+
18+
- Removed previously deprecated InfrahubTransform.init() method
19+
20+
### Deprecated
21+
22+
- Marked InfrahubCheck.init() as deprecated and scheduled to be removed in Infrahub SDK 2.0.0
23+
24+
### Added
25+
26+
- Adds `groups.group_add_subscriber` function to add a subscriber to a group.
27+
- Adds order_weight property to AttributeSchema and RelationSchema classes.
28+
29+
### Fixed
30+
31+
- Fix generated GraphQL query when having a relationship to a pool node ([#27](https://github.com/opsmill/infrahub-sdk-python/issues/27))
32+
- CTL: Fix support for relative imports for transforms and generators ([#81](https://github.com/opsmill/infrahub-sdk-python/issues/81))
33+
- Fixes issues where InfrahubClient was not properly configured for a branch when running the `infrahubctl transform`, `infrahubctl check` and `infrhubctl generator` commands. ([#133](https://github.com/opsmill/infrahub-sdk-python/issues/133))
34+
- Fixes an issue where a generator would not return any output if there are no members in the generator's target group.
35+
36+
1437
## [1.0.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.0.0) - 2024-10-31
1538

1639
### Removed

changelog/+479a6128.removed.md

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

changelog/+89d1d0b7.deprecated.md

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

changelog/133.fixed.md

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

changelog/27.fixed.md

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

changelog/81.fixed.md

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

0 commit comments

Comments
 (0)