Skip to content

Release v1.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 13:43
· 413 commits to main since this release

Upgrade notes for version v1.1.2

Helm

The default livenessProbe was changed to use a gRPC liveness probe instead of the tetra status
command.

Users can migrate to the old behavior by using a helm configuration such as:

   tetragon:
      livenessProbe:
         timeoutSeconds: 60
         exec:
           command:
           - tetra
           - status
           - --server-address
           - "54321"
           - --retries

Summary of changes

Bugfixes:

  • Don't create PodInfo if the pod is being deleted
  • [v1.1] backport: bpf: use CORE for execve hook
  • enforcer: fix issue when using multiple calls with fmod_ret

Minor Changes:

  • backports:1.1:tests: fix trace module testing
  • backports:1.1: uid username resolution support
  • helm: Add tetragon.livenessProbe value
  • backport:v1.1: btf: take first entry on multiple function matches

Misc Changes:

  • Prepare for v1.1.0 release
  • Use gRPC-based liveness probe instead of tetra status.
  • [v1.1] Introduce upgrade notes
  • Prepare for v1.1.1 release
  • [v1.1] Makefile: exclude api tags from version
  • v1.1: misc updates relating to release process
  • Prepare for v1.1.2 release

All PRs

  • fix(deps): update module k8s.io/kube-openapi to v0.0.0-20240430033511-f0e62f92d13f (v1.1) by @cilium-renovate in #2398
  • chore(deps): update dependency go to v1.22.2 (v1.1) by @cilium-renovate in #2394
  • chore(deps): update quay.io/lvh-images/kernel-images docker tag to bpf-next-20240501.013106 (v1.1) by @cilium-renovate in #2408
  • fix(deps): update module google.golang.org/protobuf to v1.34.1 (v1.1) by @cilium-renovate in #2411
  • fix(deps): update module github.com/sryoya/protorand to v0.0.0-20240429201223-e7440656b2a4 (v1.1) by @cilium-renovate in #2410
  • Don't create PodInfo if the pod is being deleted by @michi-covalent in #2435
  • backports:1.1:tests: fix trace module testing by @tixxdz in #2437
  • backports:1.1: uid username resolution support by @tixxdz in #2447
  • chore(deps): update docker.io/library/alpine docker tag to v3.20.0 (v1.1) by @cilium-renovate in #2466
  • helm: Add tetragon.livenessProbe value by @michi-covalent in #2471
  • [v1.1] backport: bpf: use CORE for execve hook by @kkourt in #2468
  • [backport/v1.1] Use gRPC-based liveness probe instead of tetra status by @tpapagian in #2480
  • [v1.1] Introduce upgrade notes by @lambdanis in #2499
  • backport:v1.1: btf: take first entry on multiple function matches by @tixxdz in #2504
  • chore(deps): update go to v1.22.4 (v1.1) (patch) by @cilium-renovate in #2513
  • [v1.1] enforcer backport by @kkourt in #2528
  • Prepare for v1.1.1 release by @kkourt in #2535
  • [v1.1] Makefile: exclude api tags from version by @kkourt in #2539
  • v1.1: misc updates relating to release process by @kkourt in #2537
  • Prepare for v1.1.2 release by @kkourt in #2543

Full Changelog: v1.1.0...v1.1.2