Skip to content

@hyperdx/app@2.39.1

Choose a tag to compare

@github-actions github-actions released this 19 Sep 00:43
6db385c

Patch Changes

  • a9161c9: fix: keep duration axis-tick labels within the chart's width budget

    Duration-formatted Y-axis labels (e.g. "13.33min") could render wider than the axis area allows and get clipped. They now use the same compact formatter already used by the heatmap chart's axis.

  • f6d7f85: fix: stop the all-in-one image copying node's /usr/lib over the base image

    The all-in-one and local images copied the whole /usr/lib out of node:22.22-alpine, overwriting the ClickHouse base image's libapk.so, libssl, libcrypto and libz. Once the two images landed on different Alpine point releases (3.24.1 vs 3.24.2), the older libapk.so no longer satisfied the newer /sbin/apk, and every image build failed with Error relocating /sbin/apk: apk_fs_is_malicious_filename: symbol not found.

    Node only needed libstdc++/libgcc from that copy, so those are now installed with apk from the image's own Alpine release and the blanket copy is gone. This also stops ClickHouse's OpenSSL being silently swapped for node's.

    • @hyperdx/api@2.39.1