Skip to content

v0.0.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 21:44
· 21 commits to main since this release
v0.0.16
15c0da5

Notable Changes

  • The agent’s init container now mounts the Retina configmap.
  • packetparser now uses conntrack, 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

Full Changelog: v0.0.15...v0.0.16