Skip to content

v0.20.0

Latest
Compare
Choose a tag to compare
@MrAlias MrAlias released this 29 Jan 17:18
· 31 commits to main since this release
v0.20.0
993323e

Overview

This release is the first beta release of the OpenTelemetry Go Auto-Instrumentation project.

Added

  • Support SELECT, INSERT, UPDATE, and DELETE for database span names and db.operation.name attribute. (#1253)
  • Support the full tracing API with the otelglobal probe. (#1405)
  • Support go.opentelemetry.io/[email protected]. (#1417)
  • Support google.golang.org/grpc 1.69.0. (#1417)
  • Update google.golang.org/grpc probe to work with versions >= 1.69.0. (#1431)
  • Support google.golang.org/grpc 1.67.3. (#1452)
  • Support google.golang.org/grpc 1.68.2. (#1462)
  • Support google.golang.org/grpc 1.69.2. (#1467)
  • Support google.golang.org/grpc 1.71.0-dev. (#1467)
  • Support golang.org/x/net 0.33.0. (#1471)
  • Use OTEL_GO_AUTO_PARSE_DB_STATEMENT environment variable in the httpPlusdb demo. (#1523)
  • Include gRPC error message for client spans. (#1528)
  • Support golang.org/x/net 0.34.0. (#1552)
  • Support google.golang.org/grpc 1.69.4. (#1590)
  • Support go.opentelemetry.io/[email protected]. (#1638)
  • Support Go 1.22.11. (#1638)
  • Support Go 1.23.5. (#1638)
  • Support google.golang.org/grpc 1.70.0. (#1682)

Changed

  • Update the rolldice example to better show the functionality of the project. (#1566)
  • Preemptively drop support for the traceglobal probe when Go >= 1.24 is used. (#1573)
  • Support non-cached offsets. If the target process uses an unknown version of an instrumented package but has DAWRF data included, the offset is now found on startup instead of returning an error. (#1593)

Fixed

  • Respect OTEL_EXPORTER_OTLP_PROTOCOL when OTEL_TRACES_EXPORTER is not set. (#1572)
  • Support stripped binaries, including those built with CGO libraries. (#1641)

What's Changed

  • fix(deps): update module go.opentelemetry.io/auto/sdk to v1.1.0 by @renovate in #1384
  • fix(deps): update google.golang.org/grpc/examples digest to adad26d by @renovate in #1385
  • fix(deps): update google.golang.org/grpc/examples digest to 66ba4b2 by @renovate in #1387
  • chore(deps): update googleapis to a4fef06 by @renovate in #1386
  • fix(deps): update module github.com/docker/docker to v27.4.0+incompatible by @renovate in #1388
  • Support SELECT/INSERT/UPDATE/DELETE db operation + span names by @damemi in #1253
  • chore(deps): update googleapis to e6fa225 by @renovate in #1389
  • Remove use of zap in rolldice example by @MrAlias in #1392
  • Remove use of zap in httpPlusdb example by @MrAlias in #1391
  • Remove use of zap from databasesql test by @MrAlias in #1390
  • fix(deps): update google.golang.org/grpc/examples digest to b1f70ce by @renovate in #1396
  • chore(deps): update golang.org/x/exp digest to 1443442 by @renovate in #1401
  • fix(deps): update google.golang.org/grpc/examples digest to e4d084a by @renovate in #1402
  • chore(deps): update golang.org/x/exp digest to 1829a12 by @renovate in #1404
  • chore(deps): update actions/setup-go digest to 3041bf5 by @renovate in #1407
  • fix(deps): update google.golang.org/grpc/examples digest to c1b6b37 by @renovate in #1408
  • chore(deps): update module github.com/goccy/go-json to v0.10.4 by @renovate in #1413
  • chore(deps): update module golang.org/x/crypto to v0.31.0 by @renovate in #1411
  • chore(deps): update golang:1.23.4 docker digest to 7003184 by @renovate in #1412
  • fix(deps): update google.golang.org/grpc/examples digest to 38a8b9a by @renovate in #1414
  • Ignore renovate updates in LICENSES/** by @MrAlias in #1410
  • [auto] Update generated offsets by @github-actions in #1417
  • chore(deps): update module github.com/pierrec/lz4/v4 to v4.1.22 by @renovate in #1415
  • fix(deps): update opentelemetry-go monorepo by @renovate in #1418
  • chore(deps): update module go.opentelemetry.io/contrib/bridges/prometheus to v0.58.0 by @renovate in #1419
  • fix(deps): update module go.opentelemetry.io/contrib/exporters/autoexport to v0.58.0 by @renovate in #1420
  • Clean up e2e Dockerfiles by @MrAlias in #1393
  • Only setup BATS if needed in kind workflow by @MrAlias in #1394
  • Verify autosdk traces.json with BATS by @MrAlias in #1409
  • chore(deps): update bitnami/kafka:latest docker digest to 3fb376e by @renovate in #1422
  • fix(deps): update google.golang.org/grpc/examples digest to 3f76275 by @renovate in #1423
  • chore(deps): update golang.org/x/exp digest to 4a55095 by @renovate in #1424
  • chore(deps): update helm/kind-action action to v1.11.0 by @renovate in #1428
  • fix(deps): update google.golang.org/grpc/examples digest to d0716f9 by @renovate in #1425
  • chore(deps): update module github.com/bytedance/sonic to v1.12.6 by @renovate in #1426
  • chore(deps): update docker/setup-buildx-action action to v3.8.0 by @renovate in #1427
  • chore(deps): update googleapis to 9240e9c by @renovate in #1433
  • fix(deps): update module go.opentelemetry.io/collector/pdata to v1.22.0 by @renovate in #1435
  • chore(deps): update module google.golang.org/protobuf to v1.36.0 by @renovate in #1434
  • Renovate: update indirect tools dependencies by @MrAlias in #1437
  • fix(deps): update google.golang.org/grpc/examples digest to e8055ea by @renovate in #1438
  • Pin opentelemetry-collector-contrib to 0.115.1 by @MrAlias in #1443
  • chore(deps): update github.com/burntsushi/toml digest to b7406c0 by @renovate in #1439
  • chore(deps): update github.com/golang/groupcache digest to 2c02b82 by @renovate in #1440
  • chore(deps): update github.com/matoous/godox digest to 94d1edd by @renovate in #1444
  • chore(deps): update github.com/timakin/bodyclose digest to adbc21e by @renovate in #1445
  • [auto] Update generated offsets by @github-actions in #1452
  • chore(deps): update mvdan.cc/unparam digest to 57a3b42 by @renovate in #1446
  • chore(deps): update module dario.cat/mergo to v1.0.1 by @renovate in #1447
  • chore(deps): update module github.com/antonboom/nilnil to v1.0.1 by @renovate in #1448
  • chore(deps): update module github.com/butuzov/ireturn to v0.3.1 by @renovate in #1449
  • chore(deps): update actions/upload-artifact digest to 6f51ac0 by @renovate in #1450
  • chore(deps): update golang.org/x by @renovate in #1451
  • chore(deps): update module github.com/go-xmlfmt/xmlfmt to v1.1.3 by @renovate in #1453
  • [auto] Update generated offsets by @github-actions in #1462
  • chore(deps): update module github.com/jjti/go-spancheck to v0.6.4 by @renovate in #1454
  • chore(deps): update module github.com/magiconair/properties to v1.8.9 by @renovate in #1455
  • chore(deps): update module github.com/masterminds/semver/v3 to v3.3.1 by @renovate in #1456
  • chore(deps): update module github.com/microsoft/go-winio to v0.6.2 by @renovate in #1457
  • fix(deps): update module github.com/docker/docker to v27.4.1+incompatible by @renovate in #1459
  • chore(deps): update module github.com/alecthomas/go-check-sumtype to v0.3.1 by @renovate in #1460
  • [auto] Update generated offsets by @github-actions in #1467
  • chore(deps): update module github.com/butuzov/mirror to v1.3.0 by @renovate in #1463
  • [auto] Update generated offsets by @github-actions in #1471
  • chore(deps): update module github.com/ashanbrown/makezero to v1.2.0 by @renovate in #1461
  • chore(deps): update module github.com/ckaznocha/intrange to v0.3.0 by @renovate in #1464
  • chore(deps): update module github.com/cloudflare/circl to v1.5.0 by @renovate in #1465
  • chore(deps): update module github.com/curioswitch/go-reassign to v0.3.0 by @renovate in #1466
  • Verify gRPC server context is propagated correctly by @MrAlias in #1468
  • Support google.golang.org/grpc v1.69.0 by @MrAlias in #1431
  • fix(deps): update google.golang.org/grpc/examples digest to 56a14ba by @renovate in #1469
  • chore(deps): update module github.com/cyphar/filepath-securejoin to v0.3.6 by @renovate in #1470
  • chore(deps): update module github.com/distribution/reference to v0.6.0 by @renovate in #1473
  • chore(deps): update module github.com/djarvur/go-err113 to v0.1.0 by @renovate in #1474
  • chore(deps): update module github.com/docker/go-connections to v0.5.0 by @renovate in #1475
  • chore(deps): update module github.com/fsnotify/fsnotify to v1.8.0 by @renovate in #1476
  • chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.0 by @renovate in #1477
  • chore(deps): update module github.com/ldez/gomoddirectives to v0.6.0 by @renovate in #1479
  • chore(deps): update module github.com/opencontainers/image-spec to v1.1.0 by @renovate in #1481
  • chore(deps): update module github.com/protonmail/go-crypto to v1.1.3 by @renovate in #1482
  • chore(deps): update module github.com/gostaticanalysis/comment to v1.5.0 by @renovate in #1478
  • chore(deps): update module github.com/sanposhiho/wastedassign/v2 to v2.1.0 by @renovate in #1484
  • chore(deps): update module github.com/sagikazarmark/locafero to v0.6.0 by @renovate in #1483
  • chore(deps): update module github.com/skeema/knownhosts to v1.3.0 by @renovate in #1485
  • chore(deps): update lycheeverse/lychee-action action to v2.2.0 by @renovate in #1487
  • chore(deps): update module github.com/spf13/cast to v1.7.1 by @renovate in #1486
  • chore(deps): update module github.com/stbenjam/no-sprintf-host-port to v0.2.0 by @renovate in #1488
  • chore(deps): update module github.com/tdakkota/asciicheck to v0.3.0 by @renovate in #1489
  • chore(deps): update module github.com/tomarrell/wrapcheck/v2 to v2.10.0 by @renovate in #1490
  • chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.58.0 by @renovate in #1491
  • chore(deps): update module golang.org/x/net to v0.33.0 by @renovate in #1492
  • fix(deps): update opentelemetry-go monorepo to v1.33.0 by @renovate in #1493
  • chore(deps): update module github.com/uudashr/gocognit to v1.2.0 by @renovate in #1496
  • chore(deps): update module github.com/uudashr/iface to v1.3.0 by @renovate in #1497
  • chore(deps): update module k8s.io/klog/v2 to v2.130.1 by @renovate in #1499
  • fix(deps): update module google.golang.org/grpc to v1.69.2 by @renovate in #1501
  • fix(deps): update module github.com/cilium/ebpf to v0.17.0 by @renovate in #1500
  • chore(deps): update googleapis to 6b3ec00 by @renovate in #1505
  • fix(deps): update module github.com/cilium/ebpf to v0.17.1 by @renovate in #1506
  • [chore] Fix the changelog by @MrAlias in #1472
  • fix(deps): update google.golang.org/grpc/examples digest to e5a4eb0 by @renovate in #1507
  • chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1 by @renovate in #1508
  • chore(deps): update github.com/timakin/bodyclose digest to 1db5c5c by @renovate in #1510
  • fix(deps): update google.golang.org/grpc/examples digest to f32168c by @renovate in #1509
  • chore(deps): update golang:1.23.4-bookworm docker digest to 2e83858 by @renovate in #1521
  • chore(deps): update golang:1.23.4 docker digest to 7ea4c9d by @renovate in #1520
  • chore(deps): update module google.golang.org/protobuf to v1.36.1 by @renovate in #1515
  • add db stmt parse env variable to demo by @minimAluminiumalism in #1523
  • chore(deps): update github.com/golangci/gofmt digest to 057b062 by @renovate in #1517
  • fix(deps): update google.golang.org/grpc/examples digest to 724f450 by @renovate in #1511
  • chore(deps): update helm/kind-action action to v1.12.0 by @renovate in #1512
  • chore(deps): update peter-evans/create-pull-request digest to 67ccf78 by @renovate in #1530
  • chore(deps): update module github.com/tetafro/godot to v1.4.20 by @renovate in #1516
  • chore(deps): update module github.com/ldez/grignotin to v0.7.0 by @renovate in #1518
  • chore(deps): update mvdan.cc/unparam digest to 447d509 by @renovate in #1526
  • chore(deps): update googleapis to 6982302 by @renovate in #1514
  • chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.8 by @renovate in #1531
  • chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.1 by @renovate in #1532
  • chore(deps): update module github.com/moby/term to v0.5.2 by @renovate in #1533
  • chore(deps): update module github.com/otiai10/copy to v1.14.1 by @renovate in #1534
  • chore(deps): update module github.com/pjbgf/sha1cd to v0.3.1 by @renovate in #1535
  • chore(deps): update module github.com/bombsimon/wsl/v4 to v4.5.0 by @renovate in #1536
  • Use otel-linux-arm64 for the generate and test CI, instead of macos by @RonFed in #1529
  • fix typo by @minimAluminiumalism in #1546
  • fix(deps): update golang.org/x by @renovate in #1542
  • chore(deps): update module github.com/go-git/go-git/v5 to v5.13.1 by @renovate in #1537
  • chore(deps): update module github.com/julz/importas to v0.2.0 by @renovate in #1538
  • chore(deps): update module github.com/karamaru-alpha/copyloopvar to v1.2.1 by @renovate in #1539
  • [auto] Update generated offsets by @github-actions in #1552
  • chore(deps): update module github.com/sashamelentyev/usestdlibvars to v1.28.0 by @renovate in #1541
  • chore(deps): update golang.org/x by @renovate in #1553
  • chore(deps): update module github.com/ldez/grignotin to v0.8.0 by @renovate in #1543
  • fix(deps): update module github.com/golangci/golangci-lint to v1.63.4 by @renovate in #1544
  • chore(deps): update module go.opentelemetry.io/proto/otlp to v1.5.0 by @renovate in #1551
  • chore(deps): update googleapis to 5f5ef82 by @renovate in #1549
  • chore(deps): update module github.com/alingse/nilnesserr to v0.1.2 by @renovate in #1554
  • chore(deps): update module github.com/gin-contrib/sse to v1 by @renovate in #1545
  • chore(deps): update golang.org/x by @renovate in #1555
  • chore(deps): update module github.com/bytedance/sonic to v1.12.7 by @renovate in #1556
  • chore(deps): update module github.com/protonmail/go-crypto to v1.1.4 by @renovate in #1559
  • chore(deps): update module google.golang.org/protobuf to v1.36.2 by @renovate in #1558
  • Add gRPC error message for client spans by @RonFed in #1528
  • Enable auto/sdk in otel global by @MrAlias in #1405
  • [auto] Update generated offsets by @github-actions in #1563
  • chore(deps): update docker/build-push-action action to v6.11.0 by @renovate in #1564
  • fix(deps): update module go.opentelemetry.io/collector/pdata to v1.23.0 by @renovate in #1560
  • fix(deps): update google.golang.org/grpc/examples digest to 6f41085 by @renovate in #1561
  • chore(deps): update module github.com/uudashr/iface to v1.3.1 by @renovate in #1562
  • chore(deps): update docker/setup-qemu-action action to v3.3.0 by @renovate in #1565
  • chore(deps): update module github.com/spf13/afero to v1.12.0 by @renovate in #1570
  • chore(deps): update module github.com/sagikazarmark/locafero to v0.7.0 by @renovate in #1568
  • chore(deps): update module github.com/securego/gosec/v2 to v2.22.0 by @renovate in #1569
  • fix(deps): update google.golang.org/grpc/examples digest to 2d4daf3 by @renovate in #1574
  • chore(deps): update module go.opentelemetry.io/build-tools to v0.16.0 by @renovate in #1575
  • fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.16.0 by @renovate in #1577
  • chore(deps): update module github.com/mattn/go-colorable to v0.1.14 by @renovate in #1578
  • fix(deps): update module go.opentelemetry.io/build-tools/dbotconf to v0.16.0 by @renovate in #1576
  • chore(deps): update actions/upload-artifact digest to 65c4c4a by @renovate in #1579
  • Add ebpf sampling test for multi-kernel tests by @RonFed in #1567
  • chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.2 by @renovate in #1580
  • Prevent map lookups in traceglobal probe when using Go >= 1.24 by @MrAlias in #1573
  • Call NewSpanExporter without checking OTLP_TRACES_EXPORTER environment variable by @ManiaKazemzadeh in #1572
  • [auto] Update generated offsets by @github-actions in #1590
  • fix(deps): update google.golang.org/grpc/examples digest to f35fb34 by @renovate in #1587
  • chore(deps): update bitnami/kafka:latest docker digest to 0d7e32a by @renovate in #1584
  • chore(deps): update module github.com/go-playground/validator/v10 to v10.24.0 by @renovate in #1586
  • chore(deps): update gcr.io/distroless/base-debian12 docker digest to 74ddbf5 by @renovate in #1585
  • chore(deps): update module github.com/cyphar/filepath-securejoin to v0.4.0 by @renovate in #1589
  • fix(deps): update module google.golang.org/grpc to v1.69.4 by @renovate in #1588
  • Update the rolldice example by @MrAlias in #1566
  • chore(deps): pin dependencies by @renovate in #1591
  • fix(deps): update go.opentelemetry.io/auto/examples/rolldice/user digest to 190fef5 by @renovate in #1592
  • Makefile: docker-build dep of fixtures by @MrAlias in #1594
  • chore(deps): update jaegertracing/jaeger docker tag to v2.2.0 by @renovate in #1599
  • fix(deps): update go.opentelemetry.io/auto/examples/rolldice/user digest to 95ff7a0 by @renovate in #1598
  • fix(deps): update module github.com/docker/docker to v27.5.0+incompatible by @renovate in #1601
  • Rename TargetDetails.Libraries to Modules by @MrAlias in #1595
  • Rename Manifest.Id to Manifest.ID by @MrAlias in #1596
  • Flatten internal/pkg/process/ptrace into process by @MrAlias in #1597
  • chore(deps): update golang:1.23 docker digest to 08e1417 by @renovate in #1603
  • chore(deps): update golang:1.23.4 docker digest to 08e1417 by @renovate in #1604
  • chore(deps): update golang:1.23.4-bookworm docker digest to e4906bc by @renovate in #1605
  • chore(deps): update golang:1.23.4 docker digest to 95983c2 by @renovate in #1610
  • chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 by @renovate in #1618
  • chore(deps): update golang:1.23 docker digest to 585103a by @renovate in #1609
  • Rename probe.StructFieldConst Val field to ID by @MrAlias in #1607
  • Split sample build to own target by @MrAlias in #1602
  • Update StructFieldConst to find missing offsets at runtime by @MrAlias in #1593
  • Unwrap StructFieldConstMinVersion for Manifests by @MrAlias in #1608
  • chore(deps): update golang:1.23.4-bookworm docker digest to 6f085f2 by @renovate in #1611
  • chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 by @renovate in #1620
  • chore(deps): update golang:1.23.4 docker digest to 585103a by @renovate in #1613
  • fix(deps): update google.golang.org/grpc/examples digest to eb1adde by @renovate in #1614
  • chore(deps): update module github.com/bytedance/sonic/loader to v0.2.3 by @renovate in #1617
  • chore(deps): update module google.golang.org/protobuf to v1.36.3 by @renovate in #1621
  • chore(deps): update module github.com/ldez/exptostd to v0.4.0 by @renovate in #1619
  • chore(deps): update googleapis to 1a7da9e by @renovate in #1625
  • chore(deps): update docker/build-push-action action to v6.12.0 by @renovate in #1623
  • chore(deps): update golang:1.23 docker digest to 5305905 by @renovate in #1628
  • chore(deps): update golang:1.23.4 docker digest to 5305905 by @renovate in #1629
  • chore(deps): update golang:1.23 docker digest to 9820aca by @renovate in #1632
  • chore(deps): update golang:1.23.4 docker digest to 9820aca by @renovate in #1633
  • chore(deps): update golang:1.23.4-bookworm docker digest to 95db116 by @renovate in #1634
  • [auto] Update generated offsets by @github-actions in #1638
  • fix(deps): update google.golang.org/grpc/examples digest to be12ee9 by @renovate in #1642
  • chore(deps): update module github.com/prometheus/common to v0.62.0 by @renovate in #1649
  • chore(deps): update golang:1.23 docker digest to 51a6466 by @renovate in #1639
  • chore(deps): update golang docker tag to v1.23.5 by @renovate in #1643
  • chore(deps): update module github.com/cloudwego/base64x to v0.1.5 by @renovate in #1644
  • chore(deps): update actions/setup-go digest to f111f33 by @renovate in #1650
  • chore(deps): update module github.com/pjbgf/sha1cd to v0.3.2 by @renovate in #1652
  • fix(deps): update module go.opentelemetry.io/collector/pdata to v1.24.0 by @renovate in #1656
  • fix(deps): update google.golang.org/grpc/examples digest to 67bee55 by @renovate in #1653
  • chore(deps): update dependency codespell to v2.4.0 by @renovate in #1654
  • chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.0 by @renovate in #1655
  • fix(deps): update opentelemetry-go monorepo by @renovate in #1658
  • fix(deps): update opentelemetry-go-contrib monorepo to v0.59.0 by @renovate in #1660
  • chore: Clean up CONTRIBUTING.md approvers by @MrAlias in #1667
  • Move @dineshg13 to emeritus by @MrAlias in #1668
  • chore(deps): update golang:1.23 docker digest to 8c10f21 by @renovate in #1663
  • chore(deps): update golang:1.23.5 docker digest to 8c10f21 by @renovate in #1664
  • chore(deps): update googleapis to 138b5a5 by @renovate in #1669
  • chore(deps): update module go.opentelemetry.io/build-tools to v0.17.0 by @renovate in #1671
  • fix(deps): update module go.opentelemetry.io/build-tools/dbotconf to v0.17.0 by @renovate in #1672
  • fix(deps): update module github.com/docker/docker to v27.5.1+incompatible by @renovate in #1675
  • fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.17.0 by @renovate in #1676
  • Moving @pdelewski to emeritus by @pdelewski in #1680
  • Remove stringer generate in telemetry pkg by @MrAlias in #1677
  • [auto] Update generated offsets by @github-actions in #1682
  • fix(deps): update google.golang.org/grpc/examples digest to 2517a46 by @renovate in #1686
  • Group go.opentelemetry.io/build-tools updates by @MrAlias in #1673
  • chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2 by @renovate in #1679
  • Update getting-started.md docs by @MrAlias in #1666
  • fix(deps): update module google.golang.org/grpc to v1.70.0 by @renovate in #1684
  • Lint fixes by @MrAlias in #1688
  • chore(deps): update docker/build-push-action action to v6.13.0 by @renovate in #1692
  • fix(deps): update google.golang.org/grpc/examples digest to 2fd426d by @renovate in #1691
  • chore(deps): update module google.golang.org/protobuf to v1.36.4 by @renovate in #1694
  • chore(deps): update googleapis to 65684f5 by @renovate in #1693
  • Renovate: ignore updates for examples/rolldice/user by @MrAlias in #1624
  • chore(deps): update module github.com/bytedance/sonic to v1.12.8 by @renovate in #1700
  • fix(deps): update google.golang.org/grpc/examples digest to 9d4fa67 by @renovate in #1702
  • Run linters on arm files as well by @RonFed in #1708
  • support stripped binaries built wit CGO_ENABLED by @RonFed in #1641
  • chore(deps): update googleapis to 29210b9 by @renovate in #1704
  • fix(deps): update google.golang.org/grpc/examples digest to cc637f7 by @renovate in #1705
  • chore(deps): update module github.com/goccy/go-json to v0.10.5 by @renovate in #1706
  • chore(deps): update module github.com/cyphar/filepath-securejoin to v0.4.1 by @renovate in #1707
  • chore(deps): update golang.org/x to 3edf0e9 by @renovate in #1709
  • fix(deps): update module github.com/cilium/ebpf to v0.17.2 by @renovate in #1710
  • chore(deps): update bitnami/kafka:latest docker digest to 490cfe9 by @renovate in #1712
  • fix(deps): update google.golang.org/grpc/examples digest to 73e4470 by @renovate in #1713
  • chore(deps): update golang.org/x/exp/typeparams digest to e0ece0d by @renovate in #1715
  • chore(deps): update golang.org/x/exp digest to e0ece0d by @renovate in #1716
  • chore(deps): update dependency codespell to v2.4.1 by @renovate in #1717
  • Release v0.20.0 by @MrAlias in #1711

New Contributors

Full Changelog: v0.19.0-alpha...v0.20.0