Skip to content

Commit 12044e0

Browse files
chore(vpn): add changelogs
1 parent a7685d0 commit 12044e0

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@
252252
- [v0.1.0](services/valkey/CHANGELOG.md#v010)
253253
- **New**: API for STACKIT valkey
254254
- `vpn`
255+
- [v0.7.0](services/vpn/CHANGELOG.md#v070)
256+
- **Feature:** Add support for managing BGP filters and BGP filter rules on gateways (new API methods and models)
257+
- **Feature:** Add new optional field `inbound_filter_id` to `BGPTunnelConfig`
258+
- **Feature:** Add new optional field `network_config` (`NetworkConfig`) to `Gateway`, `GatewayResponse`, `CreateGatewayPayload` and `UpdateGatewayPayload`
259+
- **Feature:** Add `sha2_512` as allowed value for `integrity_algorithms` in `Phase`
260+
- **Improvement:** Add `RESOURCE_IN_USE` as allowed value for `reason` in `ApiErrorDetail`
255261
- [v0.6.0](services/vpn/CHANGELOG.md#v060)
256262
- **Chore:** Bump minimum Python version to 3.10
257263
- **Chore:** Update dependencies

services/vpn/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.7.0
2+
- **Feature:** Add support for managing BGP filters and BGP filter rules on gateways (new API methods and models)
3+
- **Feature:** Add new optional field `inbound_filter_id` to `BGPTunnelConfig`
4+
- **Feature:** Add new optional field `network_config` (`NetworkConfig`) to `Gateway`, `GatewayResponse`, `CreateGatewayPayload` and `UpdateGatewayPayload`
5+
- **Feature:** Add `sha2_512` as allowed value for `integrity_algorithms` in `Phase`
6+
- **Improvement:** Add `RESOURCE_IN_USE` as allowed value for `reason` in `ApiErrorDetail`
7+
18
## v0.6.0
29
- **Chore:** Bump minimum Python version to 3.10
310
- **Chore:** Update dependencies

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

services/vpn/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)