Skip to content

Commit c985782

Browse files
authored
Merge pull request #1051 from opsmill/pog-infrahub-sdk-1.21.0
Prepare for version 1.21.0 of the SDK
2 parents 2882919 + e2259c1 commit c985782

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

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

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

14+
## [1.21.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.21.0) - 2026-05-29
15+
16+
### Added
17+
18+
- Add `infrahubctl marketplace get` for fetching schemas and collections from the Infrahub Marketplace. Auto-detects schemas vs collections by namespace/name, supports `--version` for pinning, `--collection` to force the collection path, `--stdout` to stream content for piping (status messages on stderr), and `--marketplace-url` / `INFRAHUB_MARKETPLACE_URL` to point at staging or local instances. ([#952](https://github.com/opsmill/infrahub-sdk-python/issues/952))
19+
20+
### Changed
21+
22+
- Change default value of `sync_with_git` parameter in `branch.create()` from `True` to `False` to match UI behavior. ([#224](https://github.com/opsmill/infrahub-sdk-python/issues/224))
23+
24+
### Fixed
25+
26+
- Improve error message when a single node is passed to a cardinality-many relationship. ([#174](https://github.com/opsmill/infrahub-sdk-python/issues/174))
27+
1428
## [1.20.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.20.1) - 2026-05-20
1529

1630
### Added

changelog/174.fixed.md

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

changelog/224.changed.md

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

changelog/952.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
[project]
22
name = "infrahub-sdk"
3-
version = "1.20.1"
3+
version = "1.21.0"
44
description = "Python Client to interact with Infrahub"
55
authors = [
66
{name = "OpsMill", email = "info@opsmill.com"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)