Skip to content

Commit 05cc24b

Browse files
committed
add changelog
1 parent 2c8a46c commit 05cc24b

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
- [v0.14.0](services/observability/CHANGELOG.md#v0140)
179179
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
180180
- `vpn`:
181+
- [v0.5.0](services/vpn/CHANGELOG.md#v050)
182+
- **Fix:** Flag `local_asn` field as required for `BGPGatewayConfig`
183+
- **Feature:** Add `error_message` field to `GatewayStatusResponse`
184+
- **Improvement:** Add description that `RoutingType` can only be set at the creation
181185
- [v0.4.0](services/vpn/CHANGELOG.md#v040)
182186
- **Feature:** Add new optional attribute `labels` to `CreateGatewayConnectionPayload` and `UpdateGatewayConnectionPayload`
183187
- [v0.3.0](services/vpn/CHANGELOG.md#v030)

services/vpn/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.5.0
2+
- **Fix:** Flag `local_asn` field as required for `BGPGatewayConfig`
3+
- **Feature:** Add `error_message` field to `GatewayStatusResponse`
4+
- **Improvement:** Add description that `RoutingType` can only be set at the creation
5+
16
## v0.4.0
27
- **Feature:** Add new optional attribute `labels` to `CreateGatewayConnectionPayload` and `UpdateGatewayConnectionPayload`
38

services/vpn/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-vpn"
3-
version = "v0.4.0"
3+
version = "v0.5.0"
44
description = "STACKIT VPN API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)