Skip to content

Commit 26bdb2a

Browse files
Generator: Update SDK /services/vpn (#7533)
Co-authored-by: Manuel Vaas <manuel.vaas@stackit.cloud>
1 parent 0702c0b commit 26bdb2a

7 files changed

Lines changed: 118 additions & 68 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,11 @@
594594
- `v1alpha1api`: Align package to latest API specification
595595
- [v0.12.0](services/vpn/CHANGELOG.md#v0120)
596596
- **Feature:** Introduce enums for various attributes
597+
- [v0.13.0](services/vpn/CHANGELOG.md#v0130)
598+
- `v1api`:
599+
- **Breaking change:** `LocalAsn` is now marked as required (aligned with api) and no longer a pointer
600+
- `v1beta1api`: Align package to latest API specification
601+
- `v1alpha1api`: Align package to latest API specification
597602

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

services/vpn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.13.0
2+
- `v1api`:
3+
- **Breaking change:** `LocalAsn` is now marked as required (aligned with api) and no longer a pointer
4+
- `v1beta1api`: Align package to latest API specification
5+
- `v1alpha1api`: Align package to latest API specification
6+
17
## v0.12.0
28
- **Feature:** Introduce enums for various attributes
39

services/vpn/VERSION

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

services/vpn/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b71d7f971f1e8f919535e2d6b9bd8ee3ffe19c5b
1+
aaefb53b64a370c3789a354b30afa63de4180751

services/vpn/v1alpha1api/model_bgp_gateway_config.go

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

services/vpn/v1api/model_bgp_gateway_config.go

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

services/vpn/v1beta1api/model_bgp_gateway_config.go

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

0 commit comments

Comments
 (0)