Skip to content

Commit 161254a

Browse files
committed
feat(vpn): add version & changelog
- v0.7.0 with new v1api package and breaking changes in `v1beta1api` & `v1alpha1api`
1 parent ac463b4 commit 161254a

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,12 @@
454454
- **Dependencies:** Bump STACKIT SDK core module to `v0.26.0`
455455
- [v0.6.0](services/vpn/CHANGELOG.md#v060)
456456
- **Feature:** Added `_UNKNOWN_DEFAULT_OPEN_API` fallback value to all enums to handle unknown API values gracefully.
457+
- [v0.7.0](services/vpn/CHANGELOG.md#v070)
458+
- `v1api`:
459+
- New package which can be used for communication with the STACKIT vpn v1 API
460+
- `v1beta1api` & `v1alpha1api`:
461+
- **Bugfix:** Use int64 for ASN fields
462+
- **Breaking Change:** Renamed gateway methods and model structs to remove the `VPN` prefix
457463

458464

459465
## Release (2026-04-07)

services/vpn/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.7.0
2+
- `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`
14+
115
## v0.6.0
216
- **Feature:** Added `_UNKNOWN_DEFAULT_OPEN_API` fallback value to all enums to handle unknown API values gracefully.
317

services/vpn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.0
1+
v0.7.0

0 commit comments

Comments
 (0)