Skip to content

Commit 7265524

Browse files
committed
chore(iaas) write changelog, bump version
1 parent 062cf47 commit 7265524

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88
- **Breaking Change:** Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
99
- `intake`: [v0.5.0](services/intake/CHANGELOG.md#v050)
1010
- **Breaking Change**: Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
11-
- `iaas`: [v1.2.0](services/iaas/CHANGELOG.md#v120)
12-
- **Feature:** Add `description` attribute to ModelClasses:
13-
- `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`
14-
- `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload`
15-
- **Bugfix:** Flagged `disk_format` as necessary for `ImageFromVolumePayload`
16-
- **Improvement:** Updated description for labels
11+
- `iaas`:
12+
- [v1.2.1](services/iaas/CHANGELOG.md#v121)
13+
- **Feature:** client now supports UUID and decimal types
14+
- **Bugfix:** timeouts now passed to requests library
15+
- [v1.2.0](services/iaas/CHANGELOG.md#v120)
16+
- **Feature:** Add `description` attribute to ModelClasses:
17+
- `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`
18+
- `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload`
19+
- **Bugfix:** Flagged `disk_format` as necessary for `ImageFromVolumePayload`
20+
- **Improvement:** Updated description for labels
1721
- `alb`: [v0.9.0](services/alb/CHANGELOG.md#v090)
1822
- **Feature:** Add new field `AltPort` to `ActiveHealthCheck`
1923
- **Feature:** Add new field `Tls` to `HttpHealthCheck`

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.2.0
26
- **Feature:** Add `description` attribute to ModelClasses:
37
- `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-iaas"
3-
version = "v1.2.0"
3+
version = "v1.2.1"
44
description = "IaaS-API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)