Skip to content

Commit 80b48cc

Browse files
fix(dremio): move waiter package to remove nesting (#7276)
1 parent e14a1a4 commit 80b48cc

6 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
- [v0.20.2](services/dns/CHANGELOG.md#v0202)
100100
- **Dependencies:** Bump STACKIT SDK core module from `v0.25.0` to `v0.26.0`
101101
- `dremio`
102+
- [v0.2.0](services/dremio/CHANGELOG.md#v020)
103+
- **Breaking change**: move waiters from `v1alphaapi/wait/wait` to `v1alphaapi/wait`
102104
- [v0.1.0](services/dremio/CHANGELOG.md#v010)
103105
- Manage your STACKIT Dremio resources: `DremioInstance`, `DremioUser`
104106
- Waiters for async operations: `CreateDremioInstanceWaitHandler`, `UpdateDremioInstanceWaitHandler`, `DeleteDremioInstanceWaitHandler`, `CreateDremioUserWaitHandler`, `UpdateDremioUserWaitHandler`, `DeleteDremioUserWaitHandler`

examples/dremio/dremio.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import (
77

88
"github.com/stackitcloud/stackit-sdk-go/core/config"
99
"github.com/stackitcloud/stackit-sdk-go/core/utils"
10-
"github.com/stackitcloud/stackit-sdk-go/services/dremio/v1alphaapi/wait/wait"
11-
1210
dremio "github.com/stackitcloud/stackit-sdk-go/services/dremio/v1alphaapi"
11+
"github.com/stackitcloud/stackit-sdk-go/services/dremio/v1alphaapi/wait"
1312
)
1413

1514
func main() {

services/dremio/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+
- **Breaking change**: move waiters from `v1alphaapi/wait/wait` to `v1alphaapi/wait`
3+
14
## v0.1.0
25

36
- Manage your STACKIT Dremio resources: `DremioInstance`, `DremioUser`

services/dremio/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
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)