Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,11 @@
- **Breaking change:** Switch from regional to global API server URL. `config.WithRegion(...)` should not be used during client initialization anymore.
- `v1beta1api`: Align package to latest API specification
- `v1alpha1api`: Align package to latest API specification
- [v0.10.0](services/vpn/CHANGELOG.md#v0100)
- `v1api`:
- **Feature:** Add `InternalNextHopIP` field to `VPNTunnels` model
- `v1beta1api`: Align package to latest API specification
- `v1alpha1api`: Align package to latest API specification

## Release (2026-04-07)
- `alb`: [v0.13.1](services/alb/CHANGELOG.md#v0131)
Expand Down
6 changes: 6 additions & 0 deletions services/vpn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.10.0
- `v1api`:
- **Feature:** Add `InternalNextHopIP` field to `VPNTunnels` model
- `v1beta1api`: Align package to latest API specification
- `v1alpha1api`: Align package to latest API specification

## v0.9.0
- `v1api`:
- **Breaking change:** Switch from regional to global API server URL. `config.WithRegion(...)` should not be used during client initialization anymore.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.0
v0.10.0
2 changes: 1 addition & 1 deletion services/vpn/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b46fbdf489c4455ccb1e0a9615ba7270ae260e8
5e44a8a3aa0447f4f0511f53cc4eead9b6e6384e
40 changes: 39 additions & 1 deletion services/vpn/v1alpha1api/model_vpn_tunnels.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 39 additions & 1 deletion services/vpn/v1api/model_vpn_tunnels.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 39 additions & 1 deletion services/vpn/v1beta1api/model_vpn_tunnels.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading