Skip to content

Commit a67637a

Browse files
committed
chore: Update VPN service to version 0.7.0
1 parent 806af61 commit a67637a

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ bin/
1515
*.vscode/
1616

1717
go.work.sum
18+
19+
# OS generated files
20+
.DS_Store

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@
435435
- **Dependencies:** Bump STACKIT SDK core module to `v0.26.0`
436436
- [v0.6.0](services/vpn/CHANGELOG.md#v060)
437437
- **Feature:** Added `_UNKNOWN_DEFAULT_OPEN_API` fallback value to all enums to handle unknown API values gracefully.
438+
- [v0.7.0](services/vpn/CHANGELOG.md#v070)
439+
- **Feature:** Add new wait handlers for gateway creation, update (`CreateOrUpdateGatewayWaitHandler`), and gateway deletion (`DeleteGatewayWaitHandler`)
438440

439441

440442
## Release (2026-04-07)

services/vpn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.7.0
2+
- **Feature:** Add new wait handlers for gateway creation, update (`CreateOrUpdateGatewayWaitHandler`), and gateway deletion (`DeleteGatewayWaitHandler`)
3+
14
## v0.6.0
25
- **Feature:** Added `_UNKNOWN_DEFAULT_OPEN_API` fallback value to all enums to handle unknown API values gracefully.
36

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)