From 56947ec7b55952881fe9ea1b22425e149feaf54f Mon Sep 17 00:00:00 2001 From: wvandeun Date: Thu, 12 Sep 2024 10:40:45 +0200 Subject: [PATCH] add Python SDK v0.13.0 release notes --- .../release-notes/python-sdk/release-0_13.mdx | 35 +++++++++++++++++++ ...e-0_13-DRAFT.mdx => release-1_0-DRAFT.mdx} | 6 ++-- docs/sidebars.ts | 3 +- python_sdk/CHANGELOG.md | 16 +++++++++ .../changelog/+infrahubctl_errors.changed.md | 1 - python_sdk/changelog/3900.fixed.md | 1 - python_sdk/changelog/3908.added.md | 1 - python_sdk/changelog/4056.fixed.md | 1 - 8 files changed, 56 insertions(+), 8 deletions(-) create mode 100644 docs/docs/release-notes/python-sdk/release-0_13.mdx rename docs/docs/release-notes/python-sdk/{release-0_13-DRAFT.mdx => release-1_0-DRAFT.mdx} (74%) delete mode 100644 python_sdk/changelog/+infrahubctl_errors.changed.md delete mode 100644 python_sdk/changelog/3900.fixed.md delete mode 100644 python_sdk/changelog/3908.added.md delete mode 100644 python_sdk/changelog/4056.fixed.md diff --git a/docs/docs/release-notes/python-sdk/release-0_13.mdx b/docs/docs/release-notes/python-sdk/release-0_13.mdx new file mode 100644 index 0000000000..942aa4c37a --- /dev/null +++ b/docs/docs/release-notes/python-sdk/release-0_13.mdx @@ -0,0 +1,35 @@ +--- +title: Python SDK Release 0.13 +--- + + + + + + + + + + + + + + + +
Release Number0.13.0
Release DateSeptember 12th, 2024
Tag[python-sdk-v0.13.0](https://github.com/opsmill/infrahub/releases/tag/python-sdk-v0.13.0)
+ +# Release v0.13 + +## Added + +- Add support to search a node by human friendly ID using client's `get` method ([#3908](https://github.com/opsmill/infrahub/issues/3908)) +- Add support for Number resource pool + +## Changed + +- Fix `infrahubctl` not displaying error message under certain conditions + +## Fixed + +- Fix fetching relationship attributes when relationship inherits from a generic ([#3900](https://github.com/opsmill/infrahub/issues/3900)) +- Fix the retrieving on schema and nodes on the right branch ([#4056](https://github.com/opsmill/infrahub/issues/4056)) diff --git a/docs/docs/release-notes/python-sdk/release-0_13-DRAFT.mdx b/docs/docs/release-notes/python-sdk/release-1_0-DRAFT.mdx similarity index 74% rename from docs/docs/release-notes/python-sdk/release-0_13-DRAFT.mdx rename to docs/docs/release-notes/python-sdk/release-1_0-DRAFT.mdx index bc4b134ab9..a181763338 100644 --- a/docs/docs/release-notes/python-sdk/release-0_13-DRAFT.mdx +++ b/docs/docs/release-notes/python-sdk/release-1_0-DRAFT.mdx @@ -1,11 +1,11 @@ --- -title: Python SDK Release 0.13 - DEVELOPMENT +title: Python SDK Release 1.0 - DEVELOPMENT --- - + @@ -18,6 +18,6 @@ title: Python SDK Release 0.13 - DEVELOPMENT
Release NumberTBD1.0.0
Release Date
-# Release v0.13 +# Release v1.0.0 ## Main changes diff --git a/docs/sidebars.ts b/docs/sidebars.ts index ae1cb89b79..0e1a9564f4 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -332,7 +332,8 @@ const sidebars: SidebarsConfig = { slug: 'release-notes/python-sdk', }, items: [ - // 'release-notes/python-sdk/release-0_13-DRAFT' + // 'release-notes/python-sdk/release-1_0-DRAFT', + 'release-notes/python-sdk/release-0_13' ], }, ], diff --git a/python_sdk/CHANGELOG.md b/python_sdk/CHANGELOG.md index cd73b91262..9c6acaa432 100644 --- a/python_sdk/CHANGELOG.md +++ b/python_sdk/CHANGELOG.md @@ -10,3 +10,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the changes for the upcoming release can be found in . + +## [0.13.0](https://github.com/opsmill/infrahub/tree/v0.13.0) - 2024-09-12 + +### Added + +- Add support to search a node by human friendly ID using client's `get` method ([#3908](https://github.com/opsmill/infrahub/issues/3908)) +- Add support for Number resource pool + +### Changed + +- Fix `infrahubctl` not displaying error message under certain conditions + +### Fixed + +- Fix fetching relationship attributes when relationship inherits from a generic ([#3900](https://github.com/opsmill/infrahub/issues/3900)) +- Fix the retrieving on schema and nodes on the right branch ([#4056](https://github.com/opsmill/infrahub/issues/4056)) diff --git a/python_sdk/changelog/+infrahubctl_errors.changed.md b/python_sdk/changelog/+infrahubctl_errors.changed.md deleted file mode 100644 index bc4e076eeb..0000000000 --- a/python_sdk/changelog/+infrahubctl_errors.changed.md +++ /dev/null @@ -1 +0,0 @@ -Fix `infrahubctl` not displaying error message under certain conditions \ No newline at end of file diff --git a/python_sdk/changelog/3900.fixed.md b/python_sdk/changelog/3900.fixed.md deleted file mode 100644 index fa59604cfa..0000000000 --- a/python_sdk/changelog/3900.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix fetching relationship attributes when relationship inherits from a generic \ No newline at end of file diff --git a/python_sdk/changelog/3908.added.md b/python_sdk/changelog/3908.added.md deleted file mode 100644 index 3009076f9d..0000000000 --- a/python_sdk/changelog/3908.added.md +++ /dev/null @@ -1 +0,0 @@ -Add support to search a node by human friendly ID using client's `get` method \ No newline at end of file diff --git a/python_sdk/changelog/4056.fixed.md b/python_sdk/changelog/4056.fixed.md deleted file mode 100644 index 694af5b16d..0000000000 --- a/python_sdk/changelog/4056.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix the retrieving on schema and nodes on the right branch