Skip to content

Commit 507339d

Browse files
Generator: Update SDK /services/vpn (#5885)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent cd15761 commit 507339d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+957
-1167
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@
4343
- `v3beta1api`: New package which can be used for communication with the sqlserverflex v3 beta1 API
4444
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
4545
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
46-
- `vpn`: [v0.1.0](services/vpn/CHANGELOG.md#v010)
47-
- **New:** SDK module for vpn service
48-
- `v1alpha1api`: New package which can be used for communication with the vpn v1 alpha1 API
46+
- `vpn`:
47+
- [v0.1.0](services/vpn/CHANGELOG.md#v010)
48+
- **New:** SDK module for vpn service
49+
- `v1alpha1api`: New package which can be used for communication with the vpn v1 alpha1 API
50+
- [v0.2.0](services/vpn/CHANGELOG.md#v020)
51+
- `v1alpha1api`: Align package to latest API specification
4952
- `postgresflex`:
5053
- [v1.4.0](services/postgresflex/CHANGELOG.md#v140)
5154
- **Feature:** Introduction of multi API version support for the postgresflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/vpn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.2.0
2+
- `v1alpha1api`: Align package to latest API specification
3+
14
## v0.1.0
25
- **New:** SDK module for vpn service
36
- `v1alpha1api`: New package which can be used for communication with the vpn v1 alpha1 API

services/vpn/VERSION

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

services/vpn/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e9c109388be83b40c16d8cb5ab146aa314eb6e8
1+
5cc62daf6e2109097bee8436b7085328e452c937

services/vpn/v1alpha1api/api_default.go

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

services/vpn/v1alpha1api/api_default_mock.go

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

services/vpn/v1alpha1api/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/vpn/v1alpha1api/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)