Skip to content

Commit ba029fd

Browse files
chore(vpn): add changelogs
1 parent 8f9bded commit ba029fd

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- `telemetryrouter`:
44
- [v0.6.0](services/telemetryrouter/CHANGELOG.md#v060)
55
- **Feature:** Add `disabled` field to `ConfigFilter` to allow disabling a filter without removing it
6+
- `vpn`:
7+
- [v0.7.2](services/vpn/CHANGELOG.md#v072)
8+
- **Fix:** `predefined_network_prefix` attribute in `NetworkConfig` model class changed type from `Optional[List[str]]` to `Optional[str]` to match actual API behavior
9+
- **Improvement:** Relax minimum ASN validation to `1` (previously `64512`) for `as_path_contains_any` and `first_asn` in `BGPFilterRuleMatch` and `remote_asn` in `BGPTunnelConfig`
610

711
## Release (2026-09-14)
812

services/vpn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.2
2+
- **Fix:** `predefined_network_prefix` attribute in `NetworkConfig` model class changed type from `Optional[List[str]]` to `Optional[str]` to match actual API behavior
3+
- **Improvement:** Relax minimum ASN validation to `1` (previously `64512`) for `as_path_contains_any` and `first_asn` in `BGPFilterRuleMatch` and `remote_asn` in `BGPTunnelConfig`
4+
15
## v0.7.1
26
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.vpn` to fail with `ModuleNotFoundError`
37

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.7.1"
3+
version = "v0.7.2"
44
description = "STACKIT VPN API"
55
authors = [{name = "STACKIT Developer Tools", email = "[email protected]"}]
66
requires-python = ">=3.10,<4.0"

services/vpn/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)