Releases: microsoft/retina
Releases · microsoft/retina
v0.0.16
Notable Changes
- The agent’s init container now mounts the Retina configmap.
packetparser
now usesconntrack
, which may affect various Hubble metrics and flow logs, aligning them more closely with Cilium.
What's Changed
- fix: remove fatals and panics + fix loggings in init container by @nddq in #666
- deps: bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #675
- deps: bump github.com/prometheus/common from 0.55.0 to 0.56.0 by @dependabot in #676
- chore: update bpf related files from libbpf upstream by @nddq in #674
- chore(deps): bump webpack from 5.89.0 to 5.94.0 in /site in the npm_and_yarn group across 1 directory by @dependabot in #677
- fix: ib chart mounts and update docs by @rbtr in #684
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.1 to 1.61.0 by @dependabot in #682
- deps: bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #678
- fix: prevent potential misconfiguration of metricsInterval (#284) by @ritwikranjan in #638
- deps: bump github.com/prometheus/common from 0.56.0 to 0.57.0 by @dependabot in #679
- deps: bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 by @dependabot in #680
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.44 to 0.0.46 by @dependabot in #683
- fix: Implement a dynamic temporary cache that tracks network interfaces that do not support the ethtool operation. by @xiaozhiche320 in #620
- feat(conntrack): bpf code for conntrack + conntrack GC by @nddq in #610
- feat: add kapinger traffic gen tool by @matmerr in #545
- deps: bump docker/setup-buildx-action from 1 to 3 by @dependabot in #692
- deps: bump docker/build-push-action from 2 to 6 by @dependabot in #691
- deps: bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.2 in /hack/tools by @dependabot in #690
- fix: Test grafana dashboards in hubble deploy by @whatnick in #650
- chore: invoke rlimit.RemoveMemLock only once in main thread by @nddq in #686
- deps: bump github.com/prometheus/common from 0.57.0 to 0.58.0 by @dependabot in #697
- fix: remove namespace from Module.includedNamespaces by @alexcastilio in #644
- fix: annotation tag in documentation by @alexcastilio in #654
- fix: inconsistent label cardinality error in latency metric by @nddq in #687
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5 by @dependabot in #699
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.61.0 to 1.61.1 by @dependabot in #700
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.31 to 1.27.32 by @dependabot in #701
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.31 to 1.17.32 by @dependabot in #703
- fix: optimize packet struct in DropReason plugin by @rectified95 in #637
- deps: bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #706
- deps: bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #708
- deps: bump github.com/prometheus/common from 0.58.0 to 0.59.0 by @dependabot in #705
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.61.1 to 1.61.2 by @dependabot in #707
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.32 to 1.27.33 by @dependabot in #709
- chore: fix typo in e2e by @matmerr in #710
- deps: bump github.com/prometheus/common from 0.59.0 to 0.59.1 by @dependabot in #712
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.46 to 0.0.48 by @dependabot in #711
- chore: rename prometheus metrics that are supposed to be gauge by @nddq in #693
- feat(conntrack): conntrack integration with packetparser by @nddq in #624
New Contributors
- @ritwikranjan made their first contribution in #638
- @xiaozhiche320 made their first contribution in #620
- @alexcastilio made their first contribution in #644
Full Changelog: v0.0.15...v0.0.16
Disclaimer
Causes Window agent to crash. Do NOT use if Windows node is present.
v0.0.15
What's Changed
- fix: default to latest retina tag as value for HELM_IMAGE_TAG by @jimassa in #596
- deps: bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 by @dependabot in #600
- deps: bump sigs.k8s.io/controller-tools from 0.14.0 to 0.16.0 in /hack/tools by @dependabot in #603
- deps: bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /hack/tools by @dependabot in #602
- docs(development): caveat about checking llvm installation by @huntergregory in #604
- deps: bump helm.sh/helm/v3 from 3.15.3 to 3.15.4 by @dependabot in #605
- deps: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #606
- deps: bump sigs.k8s.io/controller-tools from 0.16.0 to 0.16.1 in /hack/tools by @dependabot in #608
- chore: bump actions/checkout from v3 to v4 in test and trivy by @nddq in #611
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.30.4 by @dependabot in #617
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.3 to 1.59.0 by @dependabot in #614
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.27 to 1.27.28 by @dependabot in #615
- deps: bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 in /hack/tools by @dependabot in #618
- fix: add node OS upgrade channel for e2e cluster creation by @nddq in #623
- fix: apiserver watcher refresh shouldn't crash plugin manager by @jimassa in #576
- feat(cil): add cilium plugin to read events off unix socket by @snguyen64 in #570
- fix: mount ib and net dirs when ib plugin enabled by @rbtr in #621
- deps: bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 by @dependabot in #622
- chore: update Go image used in Dockerfiles to 1.22.4 by @nddq in #626
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.59.0 to 1.60.0 by @dependabot in #628
- deps: bump github.com/golangci/golangci-lint from 1.60.1 to 1.60.2 in /hack/tools by @dependabot in #627
- chore: bump hubble version + use mariner distroless image for operator by @nddq in #629
- chore: bump hubble version in Makefile by @nddq in #630
- deps: bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by @dependabot in #634
- feat(capture): add managed storage account support by @mainred in #575
- deps: bump github.com/golangci/golangci-lint from 1.60.2 to 1.60.3 in /hack/tools by @dependabot in #639
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.0 to 1.60.1 by @dependabot in #643
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.28 to 1.17.29 by @dependabot in #642
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.29 by @dependabot in #641
- chore(docs): add link to data aggregation page in sidebar by @nddq in #613
- fix(docs): update broken link by @nddq in #647
- fix: init container should read config for enabling telemetry by @nddq in #612
- fix: delete duplicate node selector by @whatnick in #648
- deps: bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.29.0 by @dependabot in #664
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.38 to 0.0.43 by @dependabot in #660
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.29 to 1.27.30 by @dependabot in #662
- deps: bump github.com/jellydator/ttlcache/v3 from 3.1.1 to 3.2.1 by @dependabot in #656
- deps: bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by @dependabot in #658
- feat: Improve controller Dockerfile caching by @timraymond in #549
- fix: Move duplicate keys to else block by @whatnick in #652
- deps: bump github.com/jellydator/ttlcache/v3 from 3.2.1 to 3.3.0 by @dependabot in #668
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.43 to 0.0.44 by @dependabot in #670
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.31 by @dependabot in #671
- chore: add CPU profile to telemetry heartbeat by @matmerr in #625
- chore: add windows ps1 hacks to native dockerfile by @matmerr in #635
- chore(docs): use autogenerate for site by @nddq in #672
New Contributors
- @snguyen64 made their first contribution in #570
Full Changelog: v0.0.14...v0.0.15
v0.0.14
Changelog
- 5425b41 chore: fix azp telemetry injection (#594)
- 77811a0 deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.13.0 to 1.14.0 (#587)
- 179fd3f deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.2 to 1.58.3 (#580)
- 7309cf6 deps: bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in /hack/tools in the go_modules group (#593)
- 7d5a135 deps: bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in the go_modules group (#592)
- 0f2ba30 deps: bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#588)
- 27e8735 deps: bump golang.org/x/sync from 0.7.0 to 0.8.0 (#579)
- 419175f deps: bump golang.org/x/sys from 0.22.0 to 0.23.0 (#581)
- 74baa7f deps: bump golang.org/x/sys from 0.23.0 to 0.24.0 (#591)
- 351148b deps: bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#589)
- 37d8401 feat: add data aggregation level (#556)
- 50f26ae feat: add runtime telemetry to heartbeat (#583)
- ea51e70 fix: move version and appinsightsID to a centralized location (internal/buildinfo) (#574)
- 9b0da81 fix: update readdirs in infiniband plugin (#586)
v0.0.13
Notable Changes
What's Changed
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.4 to 1.55.0 by @dependabot in #447
- deps: bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 by @dependabot in #448
- fix: remove duplicate imports in latency.go by @nddq in #445
- test(ci): add azp image builds by @matmerr in #250
- deps: bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 by @dependabot in #454
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.11.1 to 1.12.0 by @dependabot in #455
- fix(#139): do not check for host endianness in IP conversion by @rectified95 in #443
- fix: invoke SetLogger for controller-runtime manager by @nddq in #456
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.17 to 1.27.18 by @dependabot in #461
- deps: bump github.com/golangci/golangci-lint from 1.59.0 to 1.59.1 in /hack/tools by @dependabot in #462
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.55.0 to 1.55.1 by @dependabot in #460
- fix: make command for windows builds not working correctly by @nddq in #467
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by @dependabot in #465
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 in /hack/tools in the go_modules group by @dependabot in #468
- deps: bump github.com/cilium/cilium from 1.15.5 to 1.15.6 by @dependabot in #464
- deps: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #466
- refactor: removed usages of unsafe package in plugins by @nddq in #457
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /site in the npm_and_yarn group across 1 directory by @dependabot in #469
- fix: remove redundant dns and latency metric labels by @nddq in #446
- deps: bump helm.sh/helm/v3 from 3.15.1 to 3.15.2 by @dependabot in #470
- deps: bump github.com/safchain/ethtool from 0.3.0 to 0.4.0 by @dependabot in #474
- deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #475
- feat: add Windows drop reasons by @matmerr in #406
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.18 to 1.17.19 by @dependabot in #482
- deps: bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 by @dependabot in #479
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.55.1 to 1.55.2 by @dependabot in #481
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.18 to 1.27.19 by @dependabot in #483
- chore(deps): bump ws from 7.5.9 to 7.5.10 in /site in the npm_and_yarn group across 1 directory by @dependabot in #484
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.19 to 1.27.20 by @dependabot in #488
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.55.2 to 1.56.0 by @dependabot in #490
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.20 to 1.27.21 by @dependabot in #493
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.56.0 to 1.56.1 by @dependabot in #494
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0 by @dependabot in #497
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 from 5.1.1 to 5.2.0 by @dependabot in #498
- deps: bump github.com/safchain/ethtool from 0.4.0 to 0.4.1 by @dependabot in #500
- deps: bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /hack/tools in the go_modules group by @dependabot in #504
- deps: bump github.com/prometheus/common from 0.54.0 to 0.55.0 by @dependabot in #506
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.56.1 to 1.57.0 by @dependabot in #511
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.21 to 1.27.22 by @dependabot in #510
- chore: update krew release bot condition by @nddq in #509
- feat: Add support for Hubble control plane in Retina agent by @anubhabMajumdar in #432
- deps: bump github.com/golang/mock from 1.1.1 to 1.6.0 by @dependabot in #521
- deps: bump github.com/go-chi/chi/v5 from 5.0.11 to 5.1.0 by @dependabot in #516
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.21 to 1.17.23 by @dependabot in #517
- deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #523
- fix: windows builds in release pipeline by @nddq in #514
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.56.1 to 1.57.1 by @dependabot in #522
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.21 to 1.27.23 by @dependabot in #518
- fix: signing images based on matrix and only run release charts on tags by @nddq in #524
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.57.1 to 1.58.0 by @dependabot in #527
- deps: bump go.opentelemetry.io/otel from 1.27.0 to 1.28.0 by @dependabot in #528
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.23 to 1.27.24 by @dependabot in #533
- deps: bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #534
- fix: operator deployment ignores custom namespace by @timmhirsens in #531
- deps: bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in #535
- feat: operator v2 (for Hubble control plane) by @huntergregory in #444
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.30.3 by @dependabot in #540
- deps: bump helm.sh/helm/v3 from 3.15.2 to 3.15.3 by @dependabot in #543
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.24 to 1.27.26 by @dependabot in #539
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.0 to 1.58.2 by @dependabot in #542
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.12.0 to 1.13.0 by @dependabot in #548
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 by @dependabot in #553
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.2 to 1.4.0 by @dependabot in #552
- feat(plugins): add experimental pktmon plugin for Windows by @matmerr in #235
- docs: update capture diagrams by @mainred in #558
- deps: bump github.com/cilium/ebpf from 0.15.0 to 0.16.0 by @dependabot in #559
- deps: bump google.golang.org/grpc from 1.62.1 to 1.65.0 by @dependabot in #563
- deps: bump github.com/florianl/go-tc from 0.4.3 to 0.4.4 by @dependabot in #564
- deps: bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #567
- deps: bump github.com/onsi/gomega from 1.34.0 to 1.34.1 by @dependabot in #572
- deps: bump github.com/docker/docker from 26.0.2+incompatible to 26.1.4+incompatible in the go_modules group by @dependabot in #571
- deps: bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible in /hack/tools in the go_modules group by @dependabot in #573
- feat: pktmon client recreation + remove ltsc2019 in azp by @matmerr in #562
New Contributors
- @rectified95 made their first contribution in #443
- @timmhirsens made their first contribution in #531
Full Changelog: v0.0.12...v0.0.13
v0.0.12
Notable Changes
- Retina now exposes Infiniband metrics 🤖 #304
- 🛠️ Many dependency updates and small bugfixes
What's Changed
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.13 to 1.27.14 by @dependabot in #385
- chore: move E2E to separate GHA by @rbtr in #347
- fix: remove dependency from standalone e2e GHA by @rbtr in #394
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.14 to 1.27.15 by @dependabot in #390
- deps: bump github.com/golangci/golangci-lint from 1.58.1 to 1.58.2 in /hack/tools by @dependabot in #396
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.1 to 1.54.2 by @dependabot in #392
- deps: bump go.opentelemetry.io/otel/metric from 1.26.0 to 1.27.0 by @dependabot in #398
- deps: bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 by @dependabot in #397
- deps: bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by @dependabot in #401
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.15 to 1.17.16 by @dependabot in #404
- deps: bump github.com/goreleaser/goreleaser from 1.26.1 to 1.26.2 in /hack/tools by @dependabot in #402
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.2 to 1.54.3 by @dependabot in #405
- deps: bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #409
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.15 to 1.27.16 by @dependabot in #403
- deps: bump github.com/golangci/golangci-lint from 1.58.2 to 1.59.0 in /hack/tools by @dependabot in #408
- fix: add --name for capture create command examples by @mainred in #412
- fix: trim blob SAS URL read from mounted secret file by @mainred in #411
- refactor: pin and alias base images in the Dockerfile by @rbtr in #381
- test: add DNS basic and advance metrics e2e by @nddq in #353
- chore: bump various k8s.io components' version by @nddq in #308
- deps: bump helm.sh/helm/v3 from 3.14.4 to 3.15.1 by @dependabot in #407
- fix: correctly assign the subtype value in flow for drop reason by @anubhabMajumdar in #413
- test(e2e): add e2e test for latency metrics in advanced scenario by @nddq in #414
- deps: bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #428
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.3 to 1.54.4 by @dependabot in #434
- fix: updated llvm version in docs to 16 by @4rivappa in #430
- fix: remove inactive connections' IP addresses from tcp_connection_remote metric by @nddq in #388
- feat: infiniband plugin by @spencermckee in #304
- deps: bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #440
- deps: bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in #441
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.17 by @dependabot in #436
- fix(e2e): add an extra nslookup when testing for advanced DNS metrics by @nddq in #438
- deps: bump github.com/prometheus/common from 0.53.0 to 0.54.0 by @dependabot in #429
- feat: migrate azure/login gha to oidc by @rbtr in #442
New Contributors
Full Diff: v0.0.11...v0.0.12
v0.0.11
Notable Changes
🛠️ Fixed a crash when enabling TCPRetrans plugin (#311) - thanks @wenhuwang for #322
Detailed Changelog
What's Changed
- deps: bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #346
- deps: bump github.com/golangci/golangci-lint from 1.57.2 to 1.58.0 in /hack/tools by @dependabot in #345
- fix: correct selector in PodMonitor by @mikhail5555 in #340
- fix: unconstrain e2e AZ by @rbtr in #343
- fix: only invoke Generate once for plugins when reconciling in plugin manager by @nddq in #342
- feat: migrate to Mariner containers by @rbtr in #341
- deps: bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #349
- deps: bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #350
- deps: bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 by @dependabot in #351
- fix: Updated from ioutil to os by @devesh-2002 in #356
- deps: bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by @dependabot in #357
- docs: Document minimum linux kernel version by @timraymond in #354
- deps: bump github.com/golangci/golangci-lint from 1.58.0 to 1.58.1 in /hack/tools by @dependabot in #359
- deps: bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #360
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.12 by @dependabot in #361
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.53.2 by @dependabot in #362
- chore: remove old integration tests by @nddq in #358
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.12 to 1.17.13 by @dependabot in #365
- deps: bump github.com/goreleaser/goreleaser from 1.25.1 to 1.26.0 in /hack/tools by @dependabot in #364
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.12 to 1.27.13 by @dependabot in #366
- fix: pin Windows base images by @rbtr in #379
- fix: the ebpf program in the tcpretrans plugin failed to load by @wenhuwang in #322
- deps: bump github.com/goreleaser/goreleaser from 1.26.0 to 1.26.1 in /hack/tools in the go_modules group by @dependabot in #378
- deps: bump github.com/cilium/cilium from 1.15.4 to 1.15.5 by @dependabot in #377
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.2 to 1.54.1 by @dependabot in #380
New Contributors
- @devesh-2002 made their first contribution in #356
Full Changelog: v0.0.10...v0.0.11
v0.0.10
Notable Changes
- Retina Captures can now be natively uploaded to S3! 🚀 Thanks @parkjeongryul for #295
- Retina packetparser now supports non-"eth0" interfaces. 🎉 Thanks @mikhail5555 for #215
- Some remaining amd64/arm64 architecture/package incompatibilities should be resolved.
Changelog
What's Changed
- fix: rewrite Dockerfile to resolve architecture mismatch issues by @rbtr in #307
- deps: bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by @dependabot in #325
- chore: remove *.o files by @nddq in #269
- fix(helm): PodMonitor additional labels YAML by @nlamirault in #323
- fix: restructure logger for persistent fields by @rbtr in #320
- fix: stale bot PR label by @rbtr in #326
- deps: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by @dependabot in #328
- deps: bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #327
- feat(helm): Refactoring Kubernetes recommended labels by @nlamirault in #324
- fix: Fix missing return code for dns response by @anubhabMajumdar in #329
- feat: select interface based on default route instead of hardcoded eth0 for packetparser plugin by @mikhail5555 in #215
- fix: fail pipeline on failure to build/push image by @nddq in #332
- feat: Add s3 upload output for capture by @parkjeongryul in #295
- fix: add empty .o files for go mod vendor to work by @nddq in #334
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.26.1 to 1.27.11 by @dependabot in #336
New Contributors
- @nlamirault made their first contribution in #323
- @mikhail5555 made their first contribution in #215
- @parkjeongryul made their first contribution in #295
Full Changelog: v0.0.9...v0.0.10
v0.0.9
Notable Changes
What's Changed
Full Changelog
- deps: bump github.com/prometheus/common from 0.52.3 to 0.53.0 by @dependabot in #293
- deps: bump golang.org/x/net from 0.22.0 to 0.23.0 in /hack/tools in the go_modules group by @dependabot in #298
- deps: bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #297
- fix: Add relevant fields to Dropped flows by @anubhabMajumdar in #259
- deps: bump github.com/cilium/ebpf from 0.14.0 to 0.15.0 by @dependabot in #300
- chore: Update Inspecktor-Gadget to v0.27.0 by @anubhabMajumdar in #305
- deps: bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible in the go_modules group by @dependabot in #306
- fix: add secondary IPs for enrichment by @FZhg in #272
- chore: update to go 1.22 by @nddq in #301
- chore: bump github actions version by @nddq in #302
- tool(grafana): test/tooling to ensure dashboards are simplified/importable by @huntergregory in #264
- fix: reduce number of anypb.New invoke when enriching flows by @nddq in #270
- deps: bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #316
New Contributors
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Notable Changes
- Improved compatibility for building/running on ARM in #260, thanks @wenhuwang
- Fixed incompatibility between Retina and Cilium in #276, thanks @pchaigno for the fix and @andreev-io for the report in #252
What's Changed
Full changelog
- fix: fix cross-platform build image dependency package architecture i… by @wenhuwang in #260
- deps: bump k8s.io/client-go from 0.29.3 to 0.29.4 by @dependabot in #279
- deps: bump k8s.io/kubectl from 0.29.3 to 0.29.4 by @dependabot in #281
- deps: bump k8s.io/apiextensions-apiserver from 0.29.3 to 0.29.4 by @dependabot in #278
- fix: Don't bypass other tc-bpf programs by @pchaigno in #276
- fix: set go version from mod by @rbtr in #267
- chore: prevent action bash escapes by @rbtr in #294
New Contributors
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Notable Updates 🎉
- Retina containers and OCI helm chart are now signed! Thanks @hainenber for #160
kubectl-retina
now respects flags like--kubeconfig
inherited fromcli-runtime
#263
Note: this release is replacing v0.0.6 which introduced a bug in the --name
flag for the Retina CLI in #263, fixed in #275
What's Changed
Full changelog
- deps: bump github.com/goreleaser/goreleaser from 1.24.0 to 1.25.0 in /hack/tools by @dependabot in #217
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.11.0 to 1.11.1 by @dependabot in #216
- feat: speed up cross-platform workflows (CodeQL, golangci-lint) by @rbtr in #212
- feat: add trivy by @rbtr in #211
- deps: bump aquasecurity/trivy-action from 0.5.0 to 0.19.0 by @dependabot in #221
- deps: bump github.com/prometheus/common from 0.51.1 to 0.52.2 by @dependabot in #223
- fix: failed to build binary by make retina-binary by @nayihz in #129
- deps: bump github/codeql-action from 2 to 3 by @dependabot in #220
- deps: bump github.com/goreleaser/goreleaser from 1.25.0 to 1.25.1 in /hack/tools by @dependabot in #222
- fix: Update CONTRIBUTING by @timraymond in #210
- docs: clarifications in quick install guide, plus instructions for commit sign-off by @huntergregory in #227
- deps: bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #231
- deps: bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #232
- fix: metrics module repeats unnecessary reconciliation (#233) by @albatross0 in #234
- docs: explain how to work with GHCR in forks by @rbtr in #229
- feat(cd): sign released container images and Helm chart by @hainenber in #160
- deps: bump go.opentelemetry.io/otel from 1.23.1 to 1.25.0 by @dependabot in #242
- deps: bump go.opentelemetry.io/otel/trace from 1.23.1 to 1.25.0 by @dependabot in #240
- deps: bump go.opentelemetry.io/otel/metric from 1.23.1 to 1.25.0 by @dependabot in #241
- fix: add new site pages to nav by @rbtr in #245
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.2.1 to 1.3.2 by @dependabot in #248
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.5.2 by @dependabot in #253
- deps: bump helm.sh/helm/v3 from 3.14.3 to 3.14.4 by @dependabot in #256
- deps: bump github.com/prometheus/common from 0.52.2 to 0.52.3 by @dependabot in #255
- deps: bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 in /hack/tools by @dependabot in #257
- deps: bump sigstore/cosign-installer from 3.4.0 to 3.5.0 by @dependabot in #254
- deps: bump github.com/cilium/cilium from 1.15.3 to 1.15.4 by @dependabot in #262
- feat(helm): Improve resource configuration in chart by @Flasheh in #261
- fix: cli command structure by @rbtr in #263
- feat(cli): add logs to check portguid by @giovanadanieles in #228
- deps: bump azure/setup-helm from 4.1.0 to 4.2.0 by @dependabot in #273
- fix: convert kernel monotonic times to wall time by @rbtr in #268
- fix: capture name flag by @rbtr in #275
New Contributors
- @nayihz made their first contribution in #129
- @albatross0 made their first contribution in #234
- @Flasheh made their first contribution in #261
- @giovanadanieles made their first contribution in #228
Full Changelog: v0.0.5...v0.0.7