Skip to content

Nydus Snapshotter v0.7.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 03:30
· 355 commits to main since this release
f77f8d1

Release Notes

Support stable CRI API v1 when working in the CRI image service proxy auth mode.
Enhance nydus metrics on node resources and nydusd running performance.
Fix some problems and unfriendly points in nydus-snapshotter's configuration file.
Add profiling interface

What's Changed

  • upgrade nydusd version used by e2e test to 2.1.4 by @changweige in #373
  • print instance image id from system diagnose API by @changweige in #366
  • upgrade project's golang version to 1.19.6 by @changweige in #371
  • Add pprof HTTP server for snapshotter by @sctb512 in #372
  • metrics: fix incorrect rss value by @sctb512 in #374
  • converter: speed up conversion by @imeoer in #352
  • metrics: export nydus daemon memory usage (RSS) by @sctb512 in #375
  • fail the snapshotter immediately if metrics server can't be bound by @changweige in #363
  • only count nydusd local cache if it a nydus layer by @changweige in #377
  • system: fix no such file or directory error by @sctb512 in #381
  • generate accessed files list for container with NRI plugin by @sctb512 in #349
  • build(deps): bump nix from 0.19.1 to 0.20.2 in /tools/optimizer-server by @dependabot in #382
  • build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #384
  • build(deps): bump github.com/containerd/containerd from 1.6.17 to 1.6.18 by @dependabot in #383
  • Fix the problem of snapshotter's toml configuration file not working by @sctb512 in #380
  • config: validate mirrors directory when starting snapshotter by @sctb512 in #378
  • converter: add stream mode to Unpack by @loheagn in #294
  • Fix some small problems in the live upgrade procedure by @mofishzz in #385
  • Fix override for log-to-stdout cmdline option by @PKizzle in #391
  • misc: add log_to_stdout to snapshotter's sample toml file by @sctb512 in #397
  • daemon: increase retry times to avoid premature returns by @sctb512 in #394
  • config: avoid to use default dir if root is valid by @sctb512 in #393
  • refine containerd nri plugin optimizer docs by @changweige in #395
  • clean up project folder layout by @changweige in #396
  • auth: use new stargz crialpha package by @changweige in #387
  • Fscache e2e by @changweige in #364
  • allow nydusd and nydus-image absence in PATH by @changweige in #399
  • enable more golang linters by @changweige in #343
  • daemonconfig: only load mirrorsConfig for target host by @sctb512 in #401
  • converter: support parent bootstrap for merge by @imeoer in #403
  • docs: fix bad link by @wllenyj in #405

New Contributors

Full Changelog: v0.6.0...v0.7.0