Skip to content

Commit

Permalink
Merge pull request #157 from opsmill/pog-version-1.1.0
Browse files Browse the repository at this point in the history
Prepare for version 1.1.0
  • Loading branch information
ogenstad authored Nov 28, 2024
2 parents bab312d + 523e591 commit 079ab59
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.1.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.0) - 2024-11-28

### Added

- Added InfrahubClient.schema.wait_until_converged() which allowes you to wait until the schema has converged across all Infrahub workers before proceeding with an operation. The InfrahubClient.schema.load() method has also been updated with a new parameter "wait_until_converged".

### Fixed

- CTL: `schema load` return a proper error message when authentication is missing or when the user doesn't have the permission to update the schema. ([#127](https://github.com/opsmill/infrahub-sdk-python/issues/127))
- CTL: List available transforms and generators if no name is provided ([#140](https://github.com/opsmill/infrahub-sdk-python/issues/140))

## [1.1.0rc0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.1.0rc0) - 2024-11-26

### Fixed
Expand Down
1 change: 0 additions & 1 deletion changelog/+0e61a54f.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/127.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/140.fixed.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "infrahub-sdk"
version = "1.0.1"
version = "1.1.0"
requires-python = ">=3.9"

[tool.poetry]
name = "infrahub-sdk"
version = "1.1.0rc0"
version = "1.1.0"
description = "Python Client to interact with Infrahub"
authors = ["OpsMill <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 079ab59

Please sign in to comment.