Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` is no longer required. `NewLabel`/`NewCreateLabelPayload` drop the `value` param
- `v1api`:
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` changed from `string` to `*string` and is no longer required. `NewLabel`/`NewCreateLabelPayload` drop the `value` param
- `dremio`:
- [v0.5.0](services/dremio/CHANGELOG.md#v050)
- `v1betaapi`: New package which can be used for communication with the STACKIT dremio v1 beta API
- `logme`:
- [v1.2.0](services/logme/CHANGELOG.md#v120)
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
Expand Down
3 changes: 3 additions & 0 deletions services/dremio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.5.0
- `v1betaapi`: New package which can be used for communication with the STACKIT dremio v1 beta API

## v0.4.0
- `v1alphaapi`: Align package to latest API specification

Expand Down
2 changes: 1 addition & 1 deletion services/dremio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0
v0.5.0
2 changes: 1 addition & 1 deletion services/dremio/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40d4661272408ae0a917bad81019c08be166eb5a
602a933a8a6cc22c52171febbca7ceaf63bc7538
Loading
Loading