Skip to content

v0.0.34

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 10:12
· 20 commits to main since this release
f525540

Notable Changes

  • Allow agent to watch endpoints on Hubble CP (#1641)
  • Capture CLI docs (#1639)
  • Conntrack metrics - legacy control plane basic mode (#1253)
  • Add resources.requests for retina-agent (#1595)
  • Allow passing arbitrary env variables to the DaemonSet (#1637)
  • Add is_reply label to advanced packet forward metrics (#1556)
  • Additional apiserver IPs from service and endpoint (#1573)
  • Do not load fexit programs on kernels below 5.5 (#1601)
  • Conntrack - improve traffic direction detection (#1562)
  • Grant permissions to support FIPS on Ubuntu (#1600)
  • Missing helper template for ingress resource (#1570)
  • Added ARM64 Operator image release (#1610)
  • Allow RBAC for endpoints to the standard chart (#1619)
  • Remove unnecessary allocations from debug log (#1623)
  • Fix e2e job being skipped due to YMAL syntax error (#1614)
  • Include Mariner check for Hubble scenario (#1588)
  • Add test for FIPS-enabled Mariner node pool to E2E (#1606)
What's Changed
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.6.2 to 0.7.0 by @dependabot in #1584
  • deps: bump github.com/Microsoft/hcsshim from 0.12.9 to 0.13.0 by @dependabot in #1587
  • feat: additional apiserver IPs from service and endpoint by @hown3d in #1573
  • deps: bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #1586
  • feat(conntrack-metrics): legacy control plane basic mode by @SRodi in #1253
  • deps: bump github.com/safchain/ethtool from v0.5.10 to v0.6.0 by @ritwikranjan in #1594
  • fix: include Mariner check for Hubble scenario by @rectified95 in #1588
  • fix(controller): add warning for nodes with no addresses in reconciliation by @selenehyun in #1569
  • deps: bump github.com/vishvananda/netlink from 1.3.1-0.20250328051554-cb48698f2590 to 1.3.1 by @dependabot in #1592
  • feat(helm): Add resources.requests for retina-agent by @younsl in #1595
  • feat: add is_reply label to advanced packet forward metrics by @mmckeen in #1556
  • fix(helm): Missing helper template for ingress resource by @younsl in #1570
  • test: add FIPS-enabled Mariner node pool to E2E by @rectified95 in #1602
  • fix: revert: test: add FIPS-enabled Mariner node pool to E2E by @rectified95 in #1606
  • test: Enable FIPS using existing AzureLinux node pool. by @rectified95 in #1609
  • fix(fips): Grant permissions to support FIPS on Ubuntu by @rectified95 in #1600
  • fix(DropReason): Do not load fexit programs on kernels below 5.5 by @rectified95 in #1601
  • fix(image): Adding ARM64 Operator image release by @apontejaj in #1610
  • fix(conntrack): improve traffic direction detection by @Andreagit97 in #1562
  • fix: e2e job skipped due to yaml syntax error by @rectified95 in #1614
  • fix: Allow RBAC for endpoints to the standard chart by @mmckeen in #1619
  • chore(ciliumeventobserver): Remove warn for messageType not supported by @SRodi in #1629
  • docs: update control-plane and data-plane images by @alexcastilio in #1631
  • fix: Remove unnecessary allocations from debug log by @mmckeen in #1623
  • docs: add information about usage of Annotations and MetricsConfiguration CRD by @alexcastilio in #1636
  • feat(helm): Allow passing arbitrary env variables to the DaemonSet by @mmckeen in #1637
  • chore(docs): Capture CLI docs by @kamilprz in #1639
  • chore(agent): Allow agent to watch endpoints on Hubble CP by @SRodi in #1641

New Contributors

Full Changelog: v0.0.33...v0.0.34