Download Latest Version tetra-darwin-amd64.tar.gz (29 Bytes)
Email in envelope

Get an email when there's a new version of Tetragon

Home / v1.7.0
Name Modified Size InfoDownloads / Week
Parent folder
tetra-darwin-amd64.tar.gz 2026-04-29 29 Bytes
tetra-darwin-amd64.tar.gz.sha256sum 2026-04-29 100 Bytes
tetra-darwin-arm64.tar.gz 2026-04-29 29 Bytes
tetra-darwin-arm64.tar.gz.sha256sum 2026-04-29 100 Bytes
tetra-linux-amd64.tar.gz 2026-04-29 16.8 MB
tetra-linux-amd64.tar.gz.sha256sum 2026-04-29 99 Bytes
tetra-linux-arm64.tar.gz 2026-04-29 14.7 MB
tetra-linux-arm64.tar.gz.sha256sum 2026-04-29 99 Bytes
tetra-windows-amd64.tar.gz 2026-04-29 14.7 MB
tetra-windows-amd64.tar.gz.sha256sum 2026-04-29 101 Bytes
tetra-windows-arm64.tar.gz 2026-04-29 12.7 MB
tetra-windows-arm64.tar.gz.sha256sum 2026-04-29 101 Bytes
tetragon-v1.7.0-amd64.tar.gz 2026-04-29 80.6 MB
tetragon-v1.7.0-amd64.tar.gz.sha256sum 2026-04-29 95 Bytes
tetragon-v1.7.0-arm64.tar.gz 2026-04-29 75.8 MB
tetragon-v1.7.0-arm64.tar.gz.sha256sum 2026-04-29 95 Bytes
README.md 2026-04-29 32.9 kB
v1.7.0 source code.tar.gz 2026-04-29 34.6 MB
v1.7.0 source code.zip 2026-04-29 47.2 MB
Totals: 19 Items   297.1 MB 1

total: 738 commits, prs: 253 pr commits: 738

Upgrade notes

Read the upgrade notes carefully before upgrading Tetragon. Depending on your setup, changes listed here might require a manual intervention. See the Stack Traces documentation for stack trace migration.

Helm Values

  • Change the default server-address of the agent to from localhost:54321 to /var/run/tetragon/tetragon.sock. This socket is also available for root users under the same path on the node. Update this address in all third-party programs that connect to the agent.

Events (protobuf API)

  • The legacy stacktrace-tree API has been removed: GetStackTraceTree gRPC, tetra stacktrace-tree CLI command, and related types (GetStackTraceTreeRequest, GetStackTraceTreeResponse, stack.proto). Use TracingPolicy with kernelStackTrace and userStackTrace in the Post action to get stack traces in ProcessKprobe events. See the Stack Traces documentation and examples/tracingpolicy/stack_traces.yaml.
  • The already-deprecated EnableTracingPolicy and DisableTracingPolicy gRPC methods have been actually enforced to return an error when used. For now, enable-deprecated-tracingpolicy-grpc option has been introduced to restore the old behavior. The next release will remove the deprecated methods.

Metrics

  • Kprobe and uprobe merge metrics have been consolidated. The following metrics were removed:
  • tetragon_generic_kprobe_merge_errors_total
  • tetragon_generic_kprobe_merge_ok_total They are replaced by tetragon_generic_kprobe_merge_total which includes a status label with values ok or error. The new metric also includes labels curr_type, prev_type (either enter or exit), curr_fn, and prev_fn.

Changes

Major changes

Bugfixes

Minor changes

CI changes

Documentation changes

Dependency updates

Misc changes

Other changes

Source: README.md, updated 2026-04-29