Skip to content

Commit 0a51653

Browse files
Generator: Update SDK /services/logs (#4308)
* Generate logs * fix(logs) add changelogs, bump version * fix(changelog) add descriptions for core version bump and file closing fix --------- Co-authored-by: Carlo Goetz <carlo.goetz@inovex.de>
1 parent 6778185 commit 0a51653

26 files changed

+59
-53
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
- [v1.2.4](services/iaas/CHANGELOG.md#v124)
9797
- Bump STACKIT SDK resourcemanager module from `v0.18.1` to `v0.18.2`
9898
- `logs`:
99+
- [v0.5.0](services/logs/CHANGELOG.md#v050)
100+
- **Feature:** switch from `v1beta` version to `v1` version of the API.
101+
- **Bugfix:** Correctly handle file closing for file uploads
102+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
99103
- [v0.4.0](services/logs/CHANGELOG.md#v040)
100104
- **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.
101105
- [v0.3.0](services/logs/CHANGELOG.md#v030)

services/logs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.5.0
2+
- **Feature:** switch from `v1beta` version to `v1` version of the API
3+
- **Bugfix:** Correctly handle file closing for file uploads
4+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
5+
16
## v0.4.0
27
- **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.
38

services/logs/VERSION

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

services/logs/api_default.go

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

services/logs/api_default_test.go

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

services/logs/client.go

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

services/logs/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.

services/logs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/google/uuid v1.6.0
8-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1
8+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0
99
)
1010

1111
require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect

services/logs/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
44
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
55
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1 h1:odiuhhRXmxvEvnVTeZSN9u98edvw2Cd3DcnkepncP3M=
8-
github.com/stackitcloud/stackit-sdk-go/core v0.20.1/go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0 h1:QXZqiaO7U/4IpTkJfzt4dt6QxJzG2uUS12mBnHpYNik=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.21.0/go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ=

services/logs/model_access_token.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)