Skip to content

Releases: pixie-io/pixie

Vizier v0.14.16-pre-ddelnano-fix-vizier-dns-parser-crash.39

03 Apr 05:34
da93007

Choose a tag to compare

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 the PX_TOTAL_CONN_TRACKER_MEM_USAGE env var. This
    allows memory conscious users to have more predictable memory use when
    paired with PL_TABLE_STORE_TABLE_SIZE_LIMIT.- (#2194) Added --elf_reader_max_file_size flag 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=1 or through the
    PX_STIRLING_ENABLE_TLS_TRACING environment 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

  • (#2181) Upgrade the pxapi python module's third party
    dependencies and support Python 3.11 through 3.13- (#2108) Update Go dynamic logging feature to support Go 1.17+
    binaries

Vizier v0.14.16-pre-ddelnano-vizier-v0-14-16-hotfix.41

31 Mar 19:03
527f6f8

Choose a tag to compare

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 the PX_TOTAL_CONN_TRACKER_MEM_USAGE env var. This
    allows memory conscious users to have more predictable memory use when
    paired with PL_TABLE_STORE_TABLE_SIZE_LIMIT.- (#2194) Added --elf_reader_max_file_size flag 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=1 or through the
    PX_STIRLING_ENABLE_TLS_TRACING environment 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

  • (#2181) Upgrade the pxapi python module's third party
    dependencies and support Python 3.11 through 3.13- (#2108) Update Go dynamic logging feature to support Go 1.17+
    binaries

Vizier v0.14.16-pre-v0.0

12 Aug 20:52
3673bf5

Choose a tag to compare

Pre-release

Pixie Vizier Release:

New Features

Bug Fixes

Cleanup

Vizier v0.14.16-pre-main.0

11 Aug 17:50
98f94b3

Choose a tag to compare

Pre-release

Pixie Vizier Release:

New Features

Bug Fixes

Cleanup

Vizier v0.14.15

24 Jan 23:51
623e988

Choose a tag to compare

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

24 Jan 23:55
534b892

Choose a tag to compare

Pixie Cloud Release:

New Features

  • (#2062) Pixie Cloud can now disable executing modified pxl
    scripts via the PL_SCRIPT_MODIFICATION_DISABLED key in the
    pl-script-bundle-config ConfigMap. See reference manifests for more
    details.
  • (#2065, #2091) Enhanced the px cli's deploy and collect-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
    the StackTraceFlameGraph display spec

Vizier v0.14.15-pre-main.0

24 Jan 21:41
623e988

Choose a tag to compare

Pre-release

Pixie Vizier Release:

New Features

Bug Fixes

Cleanup

CLI v0.8.8

17 Jan 17:58
042e356

Choose a tag to compare

Pixie CLI Release:

New Features

  • (#2091) Re-introduce enhanced diagnostics for px deploy and
    px collect-logs commands used to detect common sources of environment
    incompatibilities

CLI v0.8.7

17 Jan 00:36
3ed5997

Choose a tag to compare

Pixie CLI Release:

New Features

Bug Fixes

  • (#2081) Reverted the recent advanced diagnostics added during
    px deploy as in some cases it can cause that caused px deploy to
    hang

Cleanup

CLI v0.8.5

10 Jan 18:38
19c6495

Choose a tag to compare

Pixie CLI Release:

New Features

  • (#2065) Enhanced the px cli's deploy and collect-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 px cli to detect OpenShift clusters
    and prompt to install the appropriate SecurityContextConstraints before
    proceeding with a deploy