@@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ----
13
+
14
+ ## [ 2.5.1] - 2023-09-19
15
+
12
16
### Added
13
- - Server deletion now support deleting attached storages in CloudManager.
14
- - Backup deletion policies can be given when deleting servers and storages.
15
17
16
- ----
18
+ - Server object helper function ` get_utility_ip ` for fetching server utility IP
19
+
20
+ # Fixed
21
+
22
+ - Fixed server IP helper functions ` get_public_ip ` and ` get_private_ip ` to support private networking.
17
23
18
24
## [ 2.5.0] - 2023-07-31
19
25
@@ -26,6 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
32
- Loadbalancer object support with labels included
27
33
- Manager support for listing server plans
28
34
- Manager support for load balancers with dictionary responses
35
+ - Server deletion now supports deleting attached storages in CloudManager.
36
+ - Backup deletion policies can be given when deleting servers and storages.
29
37
30
38
## [ 2.0.1] - 2023-03-22
31
39
@@ -282,7 +290,7 @@ Move to X.Y.Z versioning and bump version from 0.1(.0) to 0.1.1
282
290
283
291
First release, available at https://pypi.python.org/pypi/upcloud-api-python
284
292
285
- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.0.0 ...HEAD
293
+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.5.1 ...HEAD
286
294
[ 0.1 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1
287
295
[ 0.1.1 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1.1
288
296
[ 0.2.0 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.2.0
@@ -305,3 +313,6 @@ First release, available at https://pypi.python.org/pypi/upcloud-api-python
305
313
[ 1.0.0 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v1.0.0
306
314
[ 1.0.1 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v1.0.1
307
315
[ 2.0.0 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.0.0
316
+ [ 2.0.1 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.0.1
317
+ [ 2.5.0 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.0
318
+ [ 2.5.1 ] : https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.1
0 commit comments