File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed
Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1515 - ** Feature:** added KmsKey model
1616 - ** Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
1717- ` edge ` :
18+ - [ v0.4.0] ( services/edge/CHANGELOG.md#v040 )
19+ - ** Deprecation:** Deprecated API method ` ListPlansGlobal `
1820 - [ v0.3.0] ( services/edge/CHANGELOG.md#v030 )
1921 - ** Breaking change:** Rename methods: ` PostInstances ` to ` CreateInstance ` and ` GetInstances ` to ` ListInstances `
2022 - [ v0.2.0] ( services/edge/CHANGELOG.md#v020 )
Original file line number Diff line number Diff line change 44
55require (
66 github.com/stackitcloud/stackit-sdk-go/core v0.20.1
7- github.com/stackitcloud/stackit-sdk-go/services/edge v0.3 .0
7+ github.com/stackitcloud/stackit-sdk-go/services/edge v0.4 .0
88 gopkg.in/yaml.v3 v3.0.1
99)
1010
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
77github.com/stackitcloud/stackit-sdk-go/core v0.20.1 h1:odiuhhRXmxvEvnVTeZSN9u98edvw2Cd3DcnkepncP3M =
88github.com/stackitcloud/stackit-sdk-go/core v0.20.1 /go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ =
9- github.com/stackitcloud/stackit-sdk-go/services/edge v0.3 .0 h1:JL34T5IjuZjt+XGOBqkutnZnUd41jz9J9Lr8ZgPUiZI =
10- github.com/stackitcloud/stackit-sdk-go/services/edge v0.3 .0 /go.mod h1:tFDkVkK+ESBTiH2XIcMPPR/pJJmeqT1VNDghg+ZxfMI =
9+ github.com/stackitcloud/stackit-sdk-go/services/edge v0.4 .0 h1:+96JOe4oS9BhdH4kHfc5jcl9DVIZiHrMN0/PXn8uWoI =
10+ github.com/stackitcloud/stackit-sdk-go/services/edge v0.4 .0 /go.mod h1:tFDkVkK+ESBTiH2XIcMPPR/pJJmeqT1VNDghg+ZxfMI =
1111gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1212gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1313gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change 1+ ## v0.4.0
2+ - ** Deprecation:** Deprecated API method ` ListPlansGlobal `
3+
14## v0.3.0
25- ** Breaking change:** Rename methods: ` PostInstances ` to ` CreateInstance ` and ` GetInstances ` to ` ListInstances `
36
Original file line number Diff line number Diff line change 1- v0.3 .0
1+ v0.4 .0
You can’t perform that action at this time.
0 commit comments