Skip to content

Commit a78f64a

Browse files
committed
chore(runcommand) write changelog, bump version
1 parent c3e83be commit a78f64a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
3030
- `loadbalancer`: [v0.9.0](services/loadbalancer/CHANGELOG.md#v090)
3131
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
32+
- `runcommand`: [v1.1.2](services/runcommand/CHANGELOG.md#v112)
33+
- **Feature:** client now supports UUID and decimal types
34+
- **Bugfix:** timeouts now passed to requests library
3235
- `scf`: [v0.4.1](services/scf/CHANGELOG.md#v041)
3336
- **Feature:** client now supports UUID and decimal types
3437
- **Bugfix:** timeouts now passed to requests library

services/runcommand/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.2
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.1.1
26
- **Bugfix**: Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
37

services/runcommand/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-runcommand"
3-
version = "v1.1.1"
3+
version = "v1.1.2"
44
description = "STACKIT Run Commands Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)