Skip to content

Commit 71cd0db

Browse files
committed
fix(vpn): fix changelogs
1 parent 45710d9 commit 71cd0db

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,9 @@
457457
- [v0.6.0](services/vpn/CHANGELOG.md#v060)
458458
- **Feature:** Added `_UNKNOWN_DEFAULT_OPEN_API` fallback value to all enums to handle unknown API values gracefully.
459459
- [v0.7.0](services/vpn/CHANGELOG.md#v070)
460-
- `v1api`:
461-
- New package which can be used for communication with the STACKIT vpn v1 API
462-
- `v1beta1api` & `v1alpha1api`:
463-
- **Bugfix:** Use int64 for ASN fields
464-
- **Breaking Change:** Renamed gateway methods and model structs to remove the `VPN` prefix
465-
460+
- `v1api`: New package which can be used for communication with the STACKIT vpn v1 API
461+
- `v1beta1api`: Align package to latest API specification
462+
- `v1alpha1api`: Align package to latest API specification
466463

467464
## Release (2026-04-07)
468465
- `alb`: [v0.13.1](services/alb/CHANGELOG.md#v0131)

services/vpn/CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
## v0.7.0
22
- `v1api`: New package which can be used for communication with the STACKIT vpn v1 API
3-
- `v1beta1api` & `v1alpha1api`:
4-
- **Bugfix:** Use int64 for ASN fields
5-
- **Breaking Change:** Renamed gateway methods and model structs to remove the `VPN` prefix:
6-
- `CreateVPNGateway` --> `CreateGateway`
7-
- `CreateVPNGatewayPayload` --> `CreateGatewayPayload`
8-
- `DeleteVPNGateway` --> `DeleteGateway`
9-
- `GetVPNGateway` --> `GetGateway`
10-
- `GetVPNGatewayStatus` --> `GetGatewayStatus`
11-
- `ListVPNGateways` --> `ListGateways`
12-
- `UpdateVPNGateway` --> `UpdateGateway`
13-
- `UpdateVPNGatewayPayload` --> `UpdateGatewayPayload`
3+
- `v1beta1api`: Align package to latest API specification
4+
- `v1alpha1api`: Align package to latest API specification
145

156
## v0.6.0
167
- **Feature:** Added `_UNKNOWN_DEFAULT_OPEN_API` fallback value to all enums to handle unknown API values gracefully.

0 commit comments

Comments
 (0)