Skip to content

gpud-v0.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 15:15
· 30 commits to main since this release
2e00123

GPUd release notes (2024-11-13T15:19:25Z)

Welcome to this new release!

What's Changed

  • fix(nvidia/query): skip xid=0 event by @gyuho in #164
  • fix(join): use cli flag as default value if skip interactive by @cardyok in #177
  • ci(github): run uber-go/nilaway by @gyuho in #173
  • feat(go.mod): bump up mattn/go-sqlite3 to @82bc911 by @gyuho in #167
  • fix(pkg/process): skip without log for no such file by @gyuho in #172
  • nits(components/nvidia): rename dmesg tail scan operations to be clearer by @gyuho in #176
  • fix(components/systemd): fix non-existing service uptime checks by @gyuho in #178
  • feat(components/query): move parse time func, filter to common packages by @gyuho in #175
  • feat(pkg/sqlite): add Open function, remove unused table name by @gyuho in #169
  • nit(components/nvidia/query): pass options to start default instance by @gyuho in #171
  • feat(components/nvidia): separate id packages for xid, sxid by @gyuho in #170
  • feat(pkg/dmesg): use common ctime parser by @gyuho in #174
  • feat(tail/log): dedup same log string in scanner by @gyuho in #165
  • feat(join): support specifying private ip by @cardyok in #179
  • nit(components): clarify create table functions by @gyuho in #168
  • feat(component/events): return query.ErrNoData if no event is found by @gyuho in #166
  • fix(nvidia/query): correctly initialize default poller instance by @gyuho in #180

Full Changelog: v0.1.5...v0.1.7