Skip to content

Commit ebc7ee0

Browse files
deferredalgis-dumbris
authored andcommitted
release: 0.53.0
1 parent 0628596 commit ebc7ee0

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.52.0"
2+
".": "0.53.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.53.0](https://github.com/G-Core/gcore-python/compare/v0.52.0...v0.53.0) (2026-07-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **cloud:** update cloud spec and paginate gpu baremetal interfaces list
9+
10+
### Features
11+
12+
* **cloud:** expose bare metal images as a terraform data source ([8a26ef4](https://github.com/G-Core/gcore-python/commit/8a26ef4f527474412c5ce697def3e60ed1e7d0d9))
13+
* **cloud:** update cloud spec and paginate gpu baremetal interfaces list ([2c46be3](https://github.com/G-Core/gcore-python/commit/2c46be3f3629ad9b4d301532aa2bdf45883210e4))
14+
15+
16+
### Bug Fixes
17+
18+
* **cloud:** make load balancer inline listeners create-only in terraform ([ebf9602](https://github.com/G-Core/gcore-python/commit/ebf9602b06e115fc5daa3f8deb19593775bc9b99))
19+
* **cloud:** mark volume snapshot tags as computed_optional in terraform ([8a5eddc](https://github.com/G-Core/gcore-python/commit/8a5eddc0fa10300bbbfcad6ada5e928c2c3d3527))
20+
* **cloud:** revert non-target-scoped listeners removeProperties transform ([0628596](https://github.com/G-Core/gcore-python/commit/06285969c1eea5a15bf72f16e8f8c19a86f3a6ab))
21+
* **cloud:** update gpu baremetal interfaces examples for paginated list ([7fcfd6d](https://github.com/G-Core/gcore-python/commit/7fcfd6d919ae2ac77c61adedff964ff4e840d84f))
22+
323
## [0.52.0](https://github.com/G-Core/gcore-python/compare/v0.51.0...v0.52.0) (2026-07-14)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gcore"
3-
version = "0.52.0"
3+
version = "0.53.0"
44
description = "The official Python library for the gcore API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/gcore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "gcore"
4-
__version__ = "0.52.0" # x-release-please-version
4+
__version__ = "0.53.0" # x-release-please-version

0 commit comments

Comments
 (0)