netdata v1.22.1 Release Notes

Release Date: 2020-05-12 // almost 4 years ago
  • Netdata v1.22.1

    ๐Ÿš‘ Release v1.22.1 is a hotfix release to address issues related to packaging and how Agents connect to Netdata Cloud.

    ๐Ÿณ With packaging, we fixed an error that caused DEB and RPM packages to only display the old dashboard and not the new React version. We also fixed an issue that caused Netdata Docker containers to fail due to incorrect permissions. Finally, we ensured JSON-C is correctly fetched and built for compatibility with Netdata Cloud.

    We appreciate our community's help in identifying and diagnosing these issues so we could fix them quickly.

    โšก๏ธ For Netdata Cloud, we optimized the on-connect payload sent through the Agent-Cloud link to improve latency between Agents and Cloud. We also removed a check for old alarm status when sending alarms to Cloud via the ACLK.

    โšก๏ธ Finally, we made a fix that ensures Agents running on systems using the musl C library can receive auto-updates.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed the latency issue on the ACLK and suppress the diagnostics. (#8992) by amoss and stelfrag
    • โช Restored old semantics of "netdata -W set" command. (#8987) by mfundul
    • โž• Added JSON-C packaging fils to make dist. (#8986) by Ferroin
    • ๐Ÿ›  Fixed bundling of React dashboard in DEB and RPM packages. (#8988) by Ferroin
    • โœ‚ Removed check for old alarm status. (#8978) by stelfrag
    • ๐Ÿ›  Fixed shutdown via netdatacli with musl C library. (#8931) by mfundul