From e303e878046cc206a9053af55263fbc0b8911ac7 Mon Sep 17 00:00:00 2001 From: Danil Krox Date: Tue, 28 Jul 2026 13:39:41 +0200 Subject: [PATCH] release: 0.54.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- src/gcore/_version.py | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3e01e1e..21fa4455 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.53.0" + ".": "0.54.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e416d18..7432e51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.54.0](https://github.com/G-Core/gcore-python/compare/v0.53.0...v0.54.0) (2026-07-28) + + +### Features + +* **cdn:** add origin shielding locations terraform data source ([17240db](https://github.com/G-Core/gcore-python/commit/17240db174a440820de5e9bf7b256b2549ae9925)) +* **cloud:** add file shares create_and_poll, delete_and_poll and resize_and_poll ([88abf82](https://github.com/G-Core/gcore-python/commit/88abf820abcfe65991c480d4dfa7c26d909d429a)) +* **cloud:** add networks update_and_poll convenience method ([1432b87](https://github.com/G-Core/gcore-python/commit/1432b8748b45ebb337fb2707b29cad4760ba2fa0)) +* **cloud:** enable Terraform list data sources for paginated cloud resources ([98cbfed](https://github.com/G-Core/gcore-python/commit/98cbfed6341a0e65d89994c66fcc22cc971d9b9b)) + + +### Bug Fixes + +* **cloud:** make volume size computed_optional to stop perpetual plan drift ([d714dc2](https://github.com/G-Core/gcore-python/commit/d714dc26f736c8a53aba98de83666739a23155e9)) +* **cloud:** mark k8s pool security_group_ids computed_optional in Terraform ([afaa8e6](https://github.com/G-Core/gcore-python/commit/afaa8e662c56f551b26561c95b22eb9db2b74c55)) + + +### Chores + +* **cloud:** update cloud OpenAPI spec ([7464a3b](https://github.com/G-Core/gcore-python/commit/7464a3b7d82d1ba6f7b5b5fe64d42f98bee4be8e)) +* **dns:** update dns OpenAPI spec ([669cedc](https://github.com/G-Core/gcore-python/commit/669cedcacfde1c9e75f2545106343144ce6ceb0b)) + ## [0.53.0](https://github.com/G-Core/gcore-python/compare/v0.52.0...v0.53.0) (2026-07-22) diff --git a/pyproject.toml b/pyproject.toml index 74d43a42..96058553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gcore" -version = "0.53.0" +version = "0.54.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 17e6137a..8312e2c5 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.53.0" # x-release-please-version +__version__ = "0.54.0" # x-release-please-version