Skip to content

Commit 6ccc0da

Browse files
stackit-pipelinerenovate-botcgoetz-inovex
authored
Update SDK (#5061)
* Update SDK * chore(iaas) write changelog, bump version --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Carlo Goetz <carlo.goetz@inovex.de>
1 parent 5ee541f commit 6ccc0da

File tree

39 files changed

+46
-41
lines changed

39 files changed

+46
-41
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- `git`: [v0.11.1](services/git/CHANGELOG.md#v0111)
2323
- **Dependencies:** Bump STACKIT SDK core module from `v0.23.0` to `v0.24.0`
2424
- `iaas`:
25+
- [v1.8.2](services/iaas/CHANGELOG.md#v182)
26+
- **Dependencies:** Bump SDK resourcemanager module from `v0.21.0` to `v0.21.1`
2527
- [v1.8.1](services/iaas/CHANGELOG.md#v181)
2628
- **Dependencies:** Bump STACKIT SDK core module from `v0.23.0` to `v0.24.0`
2729
- [v1.8.0](services/iaas/CHANGELOG.md#v180)

examples/auditlog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/auditlog => ../../servic
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.1.5
10+
github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.3.2
1111
)
1212

1313
require (

examples/authentication/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.2
1111
)
1212

1313
require (

examples/authorization/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/authorization => ../../services/authorization
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.12.0
8+
require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.14.2
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/backgroundrefresh/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.2
1111
)
1212

1313
require (

examples/configuration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.2
1111
github.com/stackitcloud/stackit-sdk-go/services/postgresql v0.12.1
1212
)
1313

examples/cost/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/cost => ../../services/c
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/cost v0.1.0
10+
github.com/stackitcloud/stackit-sdk-go/services/cost v0.2.1
1111
)
1212

1313
require (

examples/dns/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dns
77

8-
require github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
8+
require github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.2
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

examples/edge/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/edge => ../../services/e
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/edge v0.4.3
10+
github.com/stackitcloud/stackit-sdk-go/services/edge v0.8.1
1111
gopkg.in/yaml.v3 v3.0.1
1212
)
1313

examples/errorhandling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dn
77

88
require (
99
github.com/stackitcloud/stackit-sdk-go/core v0.24.0
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.6
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.19.2
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)