Releases: pixie-io/pixie
Releases · pixie-io/pixie
Vizier v0.14.16-pre-ddelnano-fix-vizier-dns-parser-crash.39
Pixie Vizier Release:
New Features
- (#2196) PEM's can now limit the total memory used by Pixie's
socket tracer buffers through the--total_conn_tracker_mem_usage
command line flag or thePX_TOTAL_CONN_TRACKER_MEM_USAGEenv var. This
allows memory conscious users to have more predictable memory use when
paired withPL_TABLE_STORE_TABLE_SIZE_LIMIT.- (#2194) Added--elf_reader_max_file_sizeflag to PEM. This
flag allows memory conscious users to prevent the PEM from parsing large
binaries in order to avoid large memory allocations.- (#2096) Added support for tracing TLS handshakes. This can be
enabled with--stirling_enable_tls_tracing=1or through the
PX_STIRLING_ENABLE_TLS_TRACINGenvironment variable. Until #2095 is
addressed, this will disable tracing the plaintext within encrypted
connections.
Bug Fixes
- (#2223) Fixed compatibility issues with Go 1.24's internal
HTTP/2 implementation changes.- (#2198) Fixes an issue where ARM Container OS (COS) clusters
running a 6.6.x kernel failed to start the socket tracer
Cleanup
Vizier v0.14.16-pre-ddelnano-vizier-v0-14-16-hotfix.41
Pixie Vizier Release:
New Features
- (#2196) PEM's can now limit the total memory used by Pixie's
socket tracer buffers through the--total_conn_tracker_mem_usage
command line flag or thePX_TOTAL_CONN_TRACKER_MEM_USAGEenv var. This
allows memory conscious users to have more predictable memory use when
paired withPL_TABLE_STORE_TABLE_SIZE_LIMIT.- (#2194) Added--elf_reader_max_file_sizeflag to PEM. This
flag allows memory conscious users to prevent the PEM from parsing large
binaries in order to avoid large memory allocations.- (#2096) Added support for tracing TLS handshakes. This can be
enabled with--stirling_enable_tls_tracing=1or through the
PX_STIRLING_ENABLE_TLS_TRACINGenvironment variable. Until #2095 is
addressed, this will disable tracing the plaintext within encrypted
connections.
Bug Fixes
- (#2223) Fixed compatibility issues with Go 1.24's internal
HTTP/2 implementation changes.- (#2198) Fixes an issue where ARM Container OS (COS) clusters
running a 6.6.x kernel failed to start the socket tracer
Cleanup
Vizier v0.14.16-pre-v0.0
Pixie Vizier Release:
New Features
Bug Fixes
Cleanup
Vizier v0.14.16-pre-main.0
Pixie Vizier Release:
New Features
Bug Fixes
Cleanup
Vizier v0.14.15
Pixie Vizier Release:
Bug Fixes
- (#2094) Fix a certain class of cases where Pixie previously missed protocol traces from short lived connections
Cloud v0.1.9
Pixie Cloud Release:
New Features
- (#2062) Pixie Cloud can now disable executing modified pxl
scripts via thePL_SCRIPT_MODIFICATION_DISABLEDkey in the
pl-script-bundle-configConfigMap. See reference manifests for more
details. - (#2065, #2091) Enhanced the
pxcli'sdeployandcollect-logs
commands to surface when kernel headers aren't installed. This is a
common source of bugs that can only be addressed by installing your
distro's kernel headers. - (#2043) Add support for rendering differential flamegraphs in
theStackTraceFlameGraphdisplay spec
Vizier v0.14.15-pre-main.0
Pixie Vizier Release:
New Features
Bug Fixes
Cleanup
CLI v0.8.8
Pixie CLI Release:
New Features
- (#2091) Re-introduce enhanced diagnostics for
px deployand
px collect-logscommands used to detect common sources of environment
incompatibilities
CLI v0.8.7
Pixie CLI Release:
New Features
Bug Fixes
- (#2081) Reverted the recent advanced diagnostics added during
px deployas in some cases it can cause that causedpx deployto
hang
Cleanup
CLI v0.8.5
Pixie CLI Release:
New Features
- (#2065) Enhanced the
pxcli'sdeployandcollect-logs
commands to surface when kernel headers aren't installed. This is a
common source of bugs that can only be addressed by installing your
distro's kernel headers. - (#2048) Enhanced the
pxcli to detect OpenShift clusters
and prompt to install the appropriate SecurityContextConstraints before
proceeding with a deploy