Releases: microsoft/retina
Releases · microsoft/retina
v1.0.0-rc1
Notable Changes
- Refactor CLI to allow better testing interface + add tests (#1693)
- Extend Heartbeat telemetry to accept custom label. (#1712)
- Add option to Unconfined AppArmor and SecComp profiles (#1715)
- Add build doc step for PR (#1646)
- Bump base and build images to azure linux 3.0 (#1645)
- Add
trafficDistribution
field support for Kubernetes 1.31+ (#1686) - Add dockerfile for windows build and make build-binaries (#1720)
What's Changed
What's Changed
- deps: bump github.com/cloudflare/circl from 1.3.8 to 1.6.1 in the go_modules group by @dependabot[bot] in #1676
- deps: bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #1716
- chore(site): add build doc step for PR by @nddq in #1646
- deps(build): bump base and build images to azure linux 3.0 by @nddq in #1645
- deps: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go_modules group by @dependabot[bot] in #1719
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /site in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1697
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.17 by @dependabot[bot] in #1717
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.7.0 to 0.8.3 by @dependabot[bot] in #1689
- deps: bump google.golang.org/grpc from 1.72.0 to 1.73.0 by @dependabot[bot] in #1661
- chore(shell): add option to Unconfined AppArmor and SecComp profiles by @alexcastilio in #1715
- deps: bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 by @dependabot[bot] in #1725
- deps: bump github.com/jellydator/ttlcache/v3 from 3.3.0 to 3.4.0 by @dependabot[bot] in #1724
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.8.3 to 0.8.4 by @dependabot[bot] in #1722
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.3 to 1.82.0 by @dependabot[bot] in #1723
- chore(cli): refactor CLI to allow better testing interface + add tests by @alexcastilio in #1693
- refactor: add dockerfile for windows build and make build-binaries by @carlotaarvela in #1720
- chore(pfl): Extend Heartbeat telemetry to accept custom label. by @mereta in #1712
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.82.0 to 1.83.0 by @dependabot[bot] in #1733
- deps: bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot[bot] in #1729
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.8.0 to 1.8.1 by @dependabot[bot] in #1730
- deps: bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by @dependabot[bot] in #1735
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.8.4 to 0.8.5 by @dependabot[bot] in #1736
- deps: bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #1739
- deps: bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #1738
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.18.0 to 1.18.1 by @dependabot[bot] in #1744
- feat(hubble): Add
trafficDistribution
field support for Kubernetes 1.31+ by @younsl in #1686 - deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.8.5 to 0.8.6 by @dependabot[bot] in #1746
Full Changelog: v0.0.36...v1.0.0-rc1
v0.0.36
Notable Changes
What's Changed
What's Changed
- fix: Goreleaser job by @kamilprz in #1706
- fix(ci): goreleaser workflow by @alexcastilio in #1714
- deps: bump go.opentelemetry.io/otel from 1.35.0 to 1.37.0 by @dependabot in #1710
- deps: bump sigstore/cosign-installer from 3.8.2 to 3.9.1 by @dependabot in #1705
Full Changelog: v0.0.35...v0.0.36
v0.0.35
Notable Changes
- Updates to development documentation for clarity and completeness (#1634 / #1643 / #1644)
- Memory issue fix - update ethtool dependency and changes to EthtoolInterface (#1640)
- Feature: Add ability to download capture files based on capture name by (#1564)
- Feature: Make capturing on all interfaces (-i any) the default behavior for retina captures (#1649)
- Fix unit tests in pkg capture (#1698)
- Fix e2e test for retina capture by (#1666)
- Fix captures to use namespace from user context when --namespace is not set (#1677)
- Add bpftool to retina-shell (#1696)
- Add pwru binary to retina-shell (#1664)
- Add a script to watch for drops (#1671)
- CLI: set retina-agent image registry at build time (#1685)
- CLI: add build kubectl-retina-mcr (#1695)
- Update Go version to 1.24.4 (#1701)
- Bump Hubble to v1.17.5 (#1703)
What's Changed
What's Changed
- docs: Update development documentation for clarity and completeness by @carlotaarvela in #1634
- docs: Fix broken links by @kamilprz in #1643
- docs: Remove duplicate docs by @kamilprz in #1644
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 by @dependabot in #1605
- deps: bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot in #1604
- deps: bump github.com/safchain/ethtool from 0.6.0 to 0.6.1 by @dependabot in #1651
- chore(deps): bump the npm_and_yarn group across 1 directory with 1 update by @dependabot in #1653
- deps: bump aquasecurity/trivy-action from 0.30.0 to 0.31.0 by @dependabot in #1655
- feat: update ethtool dependency and modify Stats method to use buffer by @ritwikranjan in #1640
- feat(capture download): Add ability to download capture files based on capture name by @kamilprz in #1564
- fix: exclude aznfs package from installed packages list by @alexcastilio in #1667
- test: fix e2e test for retina capture by @alexcastilio in #1666
- fix: revert: exclude aznfs package from installed packages list by @alexcastilio in #1675
- chore(shell): Add pwru binary to retina-shell by @SRodi in #1664
- feat: add a script to watch for drops by @vakalapa in #1671
- fix(cli): use namespace from user context when --namespace is not set by @alexcastilio in #1677
- chore(cli): set retina agent image registry at build time by @alexcastilio in #1685
- chore(ci): add build kubectl-retina-mcr by @alexcastilio in #1695
- feat: Make capturing on all interfaces (-i any) the default behavior for retina captures by @copilot-swe-agent in #1649
- chore(shell): add bpftool to shell image by @alexcastilio in #1696
- fix(test): fix unit tests in pkg capture by @alexcastilio in #1698
- chore: Update Go version to 1.24.4 by @kamilprz in #1701
- chore: Bump Hubble to v1.17.5 by @kamilprz in #1703
New Contributors
- @carlotaarvela made their first contribution in #1634
- @copilot-swe-agent made their first contribution in #1649
Full Changelog: v0.0.34...v0.0.35
v0.0.34
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
- @hown3d made their first contribution in #1573
- @selenehyun made their first contribution in #1569
- @younsl made their first contribution in #1595
- @Andreagit97 made their first contribution in #1562
Full Changelog: v0.0.33...v0.0.34
v0.0.33
Notable Changes
What's Changed
What's Changed
- chore: bump retina shell base image by @nddq in #1548
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader from 0.5.2 to 0.5.3 by @dependabot in #1558
- deps: bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in #1576
- deps: bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in #1577
- chore: Mark retina directory as safe in windows Dockerfile by @kamilprz in #1581
Full Changelog: v0.0.32...v0.0.33
v0.0.32
Notable Changes
- Update performance test workflows to use templates (#1537)
- Bump cilium to v1.18.0-pre.1 (#1559)
- Convert E2E workflow to a reusable template (#1561)
- Enable Mariner pool for E2E (#1567)
- Use fexit instead of kprobes for DropReason (#1458)
- Remove closing tcp connections from conntrack gracefully (#1438)
- Add imagePullSecrets and affinity/tolerations support to the standard chart (#1555)
- Removing legacy ADO pipeline file (#1534)
- Update Go version to 1.24.2-2 & Update Hubble version to v1.17.3 (#1560)
What's Changed
What's Changed
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.6.0 to 0.6.1 by @dependabot in #1542
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.7.0 to 1.8.0 by @dependabot in #1543
- chore(deps): bump the go_modules group across 2 directories with 1 update by @dependabot in #1540
- chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1544
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.1 to 1.79.2 by @dependabot in #1532
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.6.1 to 0.6.2 by @dependabot in #1546
- deps: bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #1550
- refactor: update performance test workflows to use templates by @ritwikranjan in #1537
- fix(perf-workflow): add secrets to the template by @ritwikranjan in #1554
- deps: bump cilium to v1.18.0-pre.1 by @ritwikranjan in #1559
- refactor(e2e): convert E2E workflow to a reusable template by @ritwikranjan in #1561
- test: enable Mariner pool for E2E by @rectified95 in #1567
- fix(basic-metrics): Use fexit instead of kprobes for DropReason by @rectified95 in #1458
- deps: bump go.uber.org/mock from 0.5.1 to 0.5.2 by @dependabot in #1565
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.79.3 by @dependabot in #1566
- fix(conntrack): remove closing tcp connections from conntrack gracefully by @nddq in #1438
- feat: add imagePullSecrets and affinity/tolerations support to the standard chart by @mmckeen in #1555
- deps: bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in #1551
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.0 to 1.6.1 by @dependabot in #1553
- chore(build): Removing legacy ADO pipeline file by @apontejaj in #1534
- deps: Update Go version to 1.24.2-2 & Update Hubble version to v1.17.3 by @kamilprz in #1560
New Contributors
Full Changelog: v0.0.31...v0.0.32
v0.0.31
v0.0.30
Notable Changes
- fix: upgrade cilium to a stable version [172a6aa]
- chore: bump Hubble from v1.17.1 -> v1.17.2 [2601260]
What's Changed
- chore(demo-mc): Add Makefile targets for multi-cloud demo by @SRodi in #1446
- deps: bump github.com/onsi/ginkgo/v2 from 2.23.1 to 2.23.2 by @dependabot in #1455
- deps: bump github.com/onsi/ginkgo/v2 from 2.23.2 to 2.23.3 by @dependabot in #1461
- deps: bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #1460
- chore(demo): Add to README.md and small fixes to support multi-cloud demo by @SRodi in #1464
- fix(deps): gRPC was removed from dependabot ignore list by @byte-msft in #1477
- fix(security): multi-cloud demo Implement Grafana Private Data Source connect by @SRodi in #1480
- fix(retina capture): bug fix for nil pointer error by @bosesuneha in #1481
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.17.64 by @dependabot in #1478
- docs(revamp): Fix main and multi-cloud README.md, revamp site by @SRodi in #1489
- chore(deps): bump the npm_and_yarn group across 1 directory with 1 update by @dependabot in #1493
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.29.12 by @dependabot in #1492
- feat(telemetry): AppInsights Init & Shutdown for Operator by @mereta in #1476
- docs(revamp): Add to integrations and general refactor by @SRodi in #1495
- fix: Missing website description meta tag by @StewartRyan in #1496
- deps: update network performance test image version to v20250402 by @ritwikranjan in #1503
- feat: make performance test workflow more configurable by @ritwikranjan in #1504
- chore(deps): bump image-size from 1.1.1 to 1.2.1 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1501
- fix: upgrade cilium to a stable version by @ritwikranjan in #1183
- chore: bump Hubble from v1.17.1 -> v1.17.2 by @nddq in #1502
- chore(deps): bump a few dependencies that dependabot failed to by @nddq in #1511
- deps: bump the go_modules group with 2 updates by @dependabot in #1515
- fix(log): set logrus logLevel according to the global log level by @byte-msft in #1490
- deps: bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #1519
New Contributors
- @bosesuneha made their first contribution in #1481
- @StewartRyan made their first contribution in #1496
Full Changelog: v0.0.29...v0.0.30
v0.0.29
Notable Changes
- Fix Hubble DNS dash for Response Table query [6689ced]
What's Changed
Changelog
- eeb80e9 deps: bump actions/setup-go from 5.3.0 to 5.4.0 (#1445)
- 546896a deps: bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1450)
- 737ec05 deps: bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 (#1437)
- 74b1cbf deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.1 to 1.78.2 (#1422)
- 84e5662 deps: bump github.com/florianl/go-tc from 0.4.4 to 0.4.5 (#1440)
- 94f819c deps: bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 (#1447)
- 98f41a8 deps: bump github.com/prometheus/common from 0.62.0 to 0.63.0 (#1436)
- 728cb64 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.13 to 0.5.16 (#1448)
- 6689ced fix(grafana): Fix Hubble DNS dash for Response Table query (#1444)
What's Changed
- deps: bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot in #1436
- deps: bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 by @dependabot in #1437
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.1 to 1.78.2 by @dependabot in #1422
- deps: bump github.com/florianl/go-tc from 0.4.4 to 0.4.5 by @dependabot in #1440
- fix(grafana): Fix Hubble DNS dash for Response Table query by @SRodi in #1444
- deps: bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #1445
- deps: bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 by @dependabot in #1447
- deps: bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #1450
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.13 to 0.5.16 by @dependabot in #1448
Full Changelog: v0.0.28...v0.0.29
v0.0.28
Notable Changes
- update to go v1.24.1 [2e37674]
- change mounting path in retina-agent from /var/run to /var/run/cilium [579105e]
- Fix Conntrack GC running in Retina default [0226a8b]
- Fix workflow for release validation [af8de2c]
- Add EKS module, demo stack and tests [3fdf4a5]
- Add retina integration test for AKS module [0365d9f]
- Update github workflow runner due to deprecation of image [976a4e5]
What's Changed
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.0 to 0.5.2 by @dependabot in #1384
- deps: bump sigstore/cosign-installer from 3.8.0 to 3.8.1 by @dependabot in #1378
- deps: bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #1383
- test(release): Fix workflow for release validation. by @SRodi in #1392
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.7 by @dependabot in #1377
- deps: bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go_modules group by @dependabot in #1393
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.76.1 to 1.77.1 by @dependabot in #1374
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.2 to 0.5.3 by @dependabot in #1388
- test(multicloud): Add EKS module, demo stack and tests by @SRodi in #1390
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.6.0 to 1.7.0 by @dependabot in #1394
- test(multicloud): Add retina integration test for AKS module by @SRodi in #1391
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.36.2 to 1.36.3 by @dependabot in #1395
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.77.1 to 1.78.0 by @dependabot in #1396
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.7 to 1.29.8 by @dependabot in #1397
- fix(workflow): update github workflow runner due to deprecation of image by @alexcastilio in #1403
- deps: bump github.com/golangci/golangci-lint from 1.64.5 to 1.64.6 in /hack/tools by @dependabot in #1401
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.3 to 0.5.4 by @dependabot in #1400
- deps: bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #1404
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.4 to 0.5.6 by @dependabot in #1406
- deps: bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #1407
- deps: bump go.opentelemetry.io/otel/metric from 1.34.0 to 1.35.0 by @dependabot in #1408
- deps: bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 by @dependabot in #1409
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.0 to 1.78.1 by @dependabot in #1405
- deps: bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #1413
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.6 to 0.5.9 by @dependabot in #1412
- fix: fix Conntrack GC running in Retina default by @manojks1999 in #1323
- chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1418
- chore: update to go v1.24.1 by @nddq in #1428
- chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in #1435
- deps: bump the go_modules group with 2 updates by @dependabot in #1433
- chore(deps): bump the go_modules group across 2 directories with 1 update by @dependabot in #1432
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.9 to 0.5.13 by @dependabot in #1421
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.61 to 1.17.62 by @dependabot in #1411
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.8 to 1.29.9 by @dependabot in #1414
- fix: change mounting path in retina-agent from /var/run to /var/run/cilium by @alexcastilio in #1389
Full Changelog: v0.0.27...v0.0.28
What's Changed
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.0 to 0.5.2 by @dependabot in #1384
- deps: bump sigstore/cosign-installer from 3.8.0 to 3.8.1 by @dependabot in #1378
- deps: bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #1383
- test(release): Fix workflow for release validation. by @SRodi in #1392
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.7 by @dependabot in #1377
- deps: bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go_modules group by @dependabot in #1393
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.76.1 to 1.77.1 by @dependabot in #1374
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.2 to 0.5.3 by @dependabot in #1388
- test(multicloud): Add EKS module, demo stack and tests by @SRodi in #1390
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.6.0 to 1.7.0 by @dependabot in #1394
- test(multicloud): Add retina integration test for AKS module by @SRodi in #1391
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.36.2 to 1.36.3 by @dependabot in #1395
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.77.1 to 1.78.0 by @dependabot in #1396
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.7 to 1.29.8 by @dependabot in #1397
- fix(workflow): update github workflow runner due to deprecation of image by @alexcastilio in #1403
- deps: bump github.com/golangci/golangci-lint from 1.64.5 to 1.64.6 in /hack/tools by @dependabot in #1401
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.3 to 0.5.4 by @dependabot in #1400
- deps: bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #1404
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.4 to 0.5.6 by @dependabot in #1406
- deps: bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #1407
- deps: bump go.opentelemetry.io/otel/metric from 1.34.0 to 1.35.0 by @dependabot in #1408
- deps: bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 by @dependabot in #1409
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.0 to 1.78.1 by @dependabot in #1405
- deps: bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #1413
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.6 to 0.5.9 by @dependabot in #1412
- fix: fix Conntrack GC running in Retina default by @manojks1999 in #1323
- chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1418
- chore: update to go v1.24.1 by @nddq in #1428
- chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in #1435
- deps: bump the go_modules group with 2 updates by @dependabot in #1433
- chore(deps): bump the go_modules group across 2 directories with 1 update by @dependabot in #1432
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.9 to 0.5.13 by @dependabot in #1421
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.61 to 1.17.62 by @dependabot in #1411
- deps: bump github.c...