Skip to content

Commit d601580

Browse files
authored
Merge pull request #137 from opsmill/prep-python-sdk-release-v1.0.1
Release v1.0.1
2 parents edb5991 + 373e5dc commit d601580

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ 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+
1436
## [1.0.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.0.0) - 2024-10-31
1537

1638
### 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.

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.0.1a0"
3+
version = "1.0.1"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)