Releases: dremio/dremio-diagnostic-collector
Releases · dremio/dremio-diagnostic-collector
v2.3.0
What's Changed
- batch mode improvements by @rsvihladremio in #218
- fine grain logging and fallback support by @rsvihladremio in #221
- short status list by @rsvihladremio in #222
- k8s api retries by @rsvihladremio in #223
- race in buffer output by @rsvihladremio in #224
- detect namespace should skip prompt by @rsvihladremio in #226
- Fix grammar on README.md by @rsvihladremio in #225
- copy not move by @rsvihladremio in #227
- better job profile collection defaults by @rsvihladremio in #228
- support for filtering pods by the --label-selector flag which follows the k8s selector label syntax
From 2.2.0 release
- kubectl is no longer required for DDC
- transfers of tarballs happen right after a collection rather than after all collections
- we now support running ddc in a kubernetes pod assuming the following rights have been giving to the pod https://github.com/dremio/dremio-diagnostic-collector/blob/main/IN_CLUSTER_K8S.md
Full Changelog: v2.1.2...v2.3.0
v2.3.0-rc3
What's Changed
- Fix grammar on README.md by @rsvihladremio in #225
- copy not move by @rsvihladremio in #227
Full Changelog: v2.3.0-rc2...v2.3.0-rc3
v2.3.0-rc2
What's Changed
Added
- added a --label-selector flag for the kubernetes pods which follows the standard kubernetes approach, this is entirely optional and will use the current default if nothing is specified
- show the collection arguments used for DDC
Changed
- queries.json capture days defaults to 30 for --collect standard and --collect health-check
- retrying up to 99 times on the incremental copy of the tarballs
- change the order of configuration values visible in the UI for readability
Fixed
- prompt UI now is not engaged if --namespace, --disable-prompt, --detect-namespace or --ssh-user is used
PRs
- detect namespace should skip prompt by @rsvihladremio in #226
Full Changelog: v2.3.0-rc1...v2.3.0-rc2
v2.3.0-rc1
What's Changed
- race in buffer output by @rsvihladremio in #224
Full Changelog: v2.3.0-beta3...v2.3.0-rc1
v2.3.0-beta3
What's Changed
- k8s api retries by @rsvihladremio in #223
Full Changelog: v2.3.0-beta2...v2.3.0-beta3
v2.3.0-beta2
What's Changed
- short status list by @rsvihladremio in #222
Full Changelog: v2.3.0-beta1...v2.3.0-beta2
v2.3.0-beta1
What's Changed
- fine grain logging and fallback support by @rsvihladremio in #221
Full Changelog: v2.2.1-beta1...v2.3.0-beta1
v2.2.1-beta1
What's Changed
- k8sv2 by @rsvihladremio in #215
- using buffered channel instead of thread pool for transfer by @rsvihladremio in #216
- k8s collection now is single threaded, but occurs async to minimize cpu load by @rsvihladremio in #217
- batch mode improvements by @rsvihladremio in #218
Full Changelog: v2.1.2...v2.2.1-beta1
v2.1.2
What's Changed
- added local-collect pid and transfer-threads flag by @rsvihladremio in #214
Full Changelog: v2.1.1...v2.1.2