Skip to content

v1.21.0

Choose a tag to compare

@ogenstad ogenstad released this 29 May 15:39
· 381 commits to stable since this release
c985782

1.21.0 - 2026-05-29

Added

  • 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)

Changed

  • Change default value of sync_with_git parameter in branch.create() from True to False to match UI behavior. (#224)

Fixed

  • Improve error message when a single node is passed to a cardinality-many relationship. (#174)