Skip to content

Commit 6e5917f

Browse files
Generator: Update SDK /services/logs (#4173)
* Generate logs * add the breaking change info in the CHANGELOGs * update version to 0.4.0 --------- Co-authored-by: GokceGK <[email protected]>
1 parent e4eef2e commit 6e5917f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
- [v1.2.4](services/iaas/CHANGELOG.md#v124)
2727
- Bump STACKIT SDK resourcemanager module from `v0.18.1` to `v0.18.2`
2828
- `logs`:
29+
- [v0.4.0](services/logs/CHANGELOG.md#v040)
30+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
2931
- [v0.3.0](services/logs/CHANGELOG.md#v030)
3032
- **Feature:** Add new wait handlers for instance creation (`CreateLogsInstanceWaitHandler`), and instance deletion (`DeleteLogsInstanceWaitHandler`)
3133
- [v0.2.0](services/logs/CHANGELOG.md#v020)

services/logs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
3+
14
## v0.3.0
25
- **Feature:** Add new wait handlers for instance creation (`CreateLogsInstanceWaitHandler`), and instance deletion (`DeleteLogsInstanceWaitHandler`)
36

services/logs/VERSION

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

services/logs/configuration.go

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

0 commit comments

Comments
 (0)