Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Latest commit

 

History

History
45 lines (26 loc) · 1.14 KB

File metadata and controls

45 lines (26 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Changed

  • Dependency bumps. This includes switching to async code (using tokio), as hickory-resolver 0.25 removed the synchronous APIs ([#XX]).

[0.2.0] - 2025-05-26

Changed

  • Increased the default --loop interval from every minute to every 30 minutes (#23).
  • Collect and output the open files limit (#45).

Fixes

  • Move the span inside the loop (#46).

[0.1.1] - 2024-12-16

Changed

  • Downgraded DNS errors to warnings (#17).
  • All output is now wrapped in a "containerdebug" span (#18).

Fixes

  • Reduced memory usage dramatically by limiting and caching fetched information (#20).

[0.1.0] - 2024-12-09

Added

  • Initial release.