From 24fddf3af17d761cfe243585bf45542b47145af5 Mon Sep 17 00:00:00 2001 From: Danil Krox Date: Wed, 22 Jul 2026 13:04:44 +0200 Subject: [PATCH] release: 0.53.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- src/gcore/_version.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fed4b17f..c3e01e1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.52.0" + ".": "0.53.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8c14fd..9e416d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.53.0](https://github.com/G-Core/gcore-python/compare/v0.52.0...v0.53.0) (2026-07-22) + + +### ⚠ BREAKING CHANGES + +* **cloud:** update cloud spec and paginate gpu baremetal interfaces list + +### Features + +* **cloud:** expose bare metal images as a terraform data source ([8a26ef4](https://github.com/G-Core/gcore-python/commit/8a26ef4f527474412c5ce697def3e60ed1e7d0d9)) +* **cloud:** update cloud spec and paginate gpu baremetal interfaces list ([2c46be3](https://github.com/G-Core/gcore-python/commit/2c46be3f3629ad9b4d301532aa2bdf45883210e4)) + + +### Bug Fixes + +* **cloud:** make load balancer inline listeners create-only in terraform ([ebf9602](https://github.com/G-Core/gcore-python/commit/ebf9602b06e115fc5daa3f8deb19593775bc9b99)) +* **cloud:** mark volume snapshot tags as computed_optional in terraform ([8a5eddc](https://github.com/G-Core/gcore-python/commit/8a5eddc0fa10300bbbfcad6ada5e928c2c3d3527)) +* **cloud:** revert non-target-scoped listeners removeProperties transform ([0628596](https://github.com/G-Core/gcore-python/commit/06285969c1eea5a15bf72f16e8f8c19a86f3a6ab)) +* **cloud:** update gpu baremetal interfaces examples for paginated list ([7fcfd6d](https://github.com/G-Core/gcore-python/commit/7fcfd6d919ae2ac77c61adedff964ff4e840d84f)) + ## [0.52.0](https://github.com/G-Core/gcore-python/compare/v0.51.0...v0.52.0) (2026-07-14) diff --git a/pyproject.toml b/pyproject.toml index 97de064c..74d43a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gcore" -version = "0.52.0" +version = "0.53.0" description = "The official Python library for the gcore API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/gcore/_version.py b/src/gcore/_version.py index 56d2eac0..17e6137a 100644 --- a/src/gcore/_version.py +++ b/src/gcore/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "gcore" -__version__ = "0.52.0" # x-release-please-version +__version__ = "0.53.0" # x-release-please-version