Skip to content

Commit

Permalink
Merge pull request #4342 from opsmill/prep-python-sdk-release-v0.13.0
Browse files Browse the repository at this point in the history
Prep python sdk release v0.13.0
  • Loading branch information
wvandeun authored Sep 12, 2024
2 parents e2d529e + 56947ec commit 78f7166
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 9 deletions.
35 changes: 35 additions & 0 deletions docs/docs/release-notes/python-sdk/release-0_13.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Python SDK Release 0.13
---
<table>
<tbody>
<tr>
<th>Release Number</th>
<td>0.13.0</td>
</tr>
<tr>
<th>Release Date</th>
<td>September 12th, 2024</td>
</tr>
<tr>
<th>Tag</th>
<td>[python-sdk-v0.13.0](https://github.com/opsmill/infrahub/releases/tag/python-sdk-v0.13.0)</td>
</tr>
</tbody>
</table>

# 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))
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Python SDK Release 0.13 - DEVELOPMENT
title: Python SDK Release 1.0 - DEVELOPMENT
---
<table>
<tbody>
<tr>
<th>Release Number</th>
<td>TBD</td>
<td>1.0.0</td>
</tr>
<tr>
<th>Release Date</th>
Expand All @@ -18,6 +18,6 @@ title: Python SDK Release 0.13 - DEVELOPMENT
</tbody>
</table>

# Release v0.13
# Release v1.0.0

## Main changes
3 changes: 2 additions & 1 deletion docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
},
],
Expand Down
16 changes: 16 additions & 0 deletions python_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/opsmill/infrahub/tree/develop/infrahub/python_sdk/changelog/>.

<!-- towncrier release notes start -->

## [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))
1 change: 0 additions & 1 deletion python_sdk/changelog/+infrahubctl_errors.changed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion python_sdk/changelog/3908.added.md

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion python_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ max-complexity = 17

[tool.towncrier]

package = "infrahub-sdk"
package = "infrahub_sdk"
directory = "changelog"
filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
Expand Down

0 comments on commit 78f7166

Please sign in to comment.