Releases: microsoft/retina
Releases · microsoft/retina
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
- Bump retina shell base image by @nddq in #1548
- Mark retina directory as safe in windows Dockerfile by @kamilprz in #1581
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 by @ritwikranjan in #1537
- Bump cilium to v1.18.0-pre.1 by @ritwikranjan in #1559
- Convert E2E workflow to a reusable template by @ritwikranjan in #1561
- Enable Mariner pool for E2E by @rectified95 in #1567
- Use fexit instead of kprobes for DropReason by @rectified95 in #1458
- Remove closing tcp connections from conntrack gracefully by @nddq in #1438
- Add imagePullSecrets and affinity/tolerations support to the standard chart by @mmckeen in #1555
- Removing legacy ADO pipeline file by @apontejaj in #1534
- Update Go version to 1.24.2-2 & Update Hubble version to v1.17.3 by @kamilprz in #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...
v0.0.27
Notable Changes
- Updating grafana dashboards and adding them to Grafana Portal [0db1237]
- Update logging for uninitialized VFP stats from warn to debug [1437cf8]
- Fix hubble dashboards: dns.json, pod-flows-namespace.json [70aff2f]
- Fix lack of space in title [8d91704]
- Removing golang-lint govet deprecated parameter [c1c2ea2]
- Rename regression to delta and benchmark to baseline for perf-tests [9671e6f]
- Uncomment GKE test for retina error logs check [c83e406]
- Add release validation workflow [7d3dff3]
What's Changed
Changelog
- 0db1237 chore(dashboards): Updating grafana dashboards and adding them to Grafana Portal (#1285)
- e442712 deps: bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1382)
- 83d78e4 deps: bump azure/setup-helm from 4.2.0 to 4.3.0 (#1368)
- 2a06634 deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2 (#1350)
- d76cd1c deps: bump github.com/aws/aws-sdk-go-v2 from 1.36.1 to 1.36.2 (#1373)
- d480bca deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.59 to 1.17.60 (#1375)
- c7f5907 deps: bump github.com/cilium/workerpool from 1.2.0 to 1.3.0 (#1356)
- f4d8f16 deps: bump github.com/golangci/golangci-lint from 1.64.2 to 1.64.5 in /hack/tools (#1354)
- 0cf6b50 deps: bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#1376)
- f6ba547 deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#1362)
- c5a67ad deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.16 to 0.5.0 (#1364)
- 1437cf8 fix(bug): Update logging for uninitialized VFP stats from warn to debug (#958)
- 70aff2f fix(dashboard): fix hubble dashboards: dns.json, pod-flows-namespace.json (#1369)
- 8d91704 fix(docs): Fix lack of space in title (#1357)
- c1c2ea2 fix(lint-ci): Removing golang-lint govet deprecated parameter (#1359)
- 9671e6f refactor: rename regression to delta and benchmark to baseline for perf-tests (#1335)
- c83e406 test(mc-gke): Uncomment GKE test for retina error logs check (#1349)
- 7d3dff3 test(release): Add release validation workflow (#1380)
What's Changed
- test(mc-gke): Uncomment GKE test for retina error logs check by @SRodi in #1349
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2 by @dependabot in #1350
- refactor: rename regression to delta and benchmark to baseline for perf-tests by @ritwikranjan in #1335
- fix(docs): Fix lack of space in title by @kamilprz in #1357
- fix(bug): Update logging for uninitialized VFP stats from warn to debug by @BeegiiK in #958
- deps: bump github.com/golangci/golangci-lint from 1.64.2 to 1.64.5 in /hack/tools by @dependabot in #1354
- deps: bump github.com/cilium/workerpool from 1.2.0 to 1.3.0 by @dependabot in #1356
- fix(lint-ci): Removing golang-lint govet deprecated parameter by @apontejaj in #1359
- fix(dashboard): fix hubble dashboards: dns.json, pod-flows-namespace.json by @alexcastilio in #1369
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.36.1 to 1.36.2 by @dependabot in #1373
- deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #1362
- deps: bump azure/setup-helm from 4.2.0 to 4.3.0 by @dependabot in #1368
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.16 to 0.5.0 by @dependabot in #1364
- chore(dashboards): Updating grafana dashboards and adding them to Grafana Portal by @apontejaj in #1285
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.59 to 1.17.60 by @dependabot in #1375
- deps: bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #1376
- deps: bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #1382
- test(release): Add release validation workflow by @SRodi in #1380
- test: enable heartbeat in scale test by @alexcastilio in #1345
Full Changelog: v0.0.26...v0.0.27
v0.0.26
Notable Changes
- Refactor Captures to use Contexts [ee81a41]
- Add APP_INSIGHTS_ID to image build [04fe95a]
- Run bash as a login shell to get hostname in prompt [265ee8a]
- Fix dashboard Hubble pod-flow-workload dashboard [764d86b]
- Clean up interfaceLockMap entries on endpoint deletion [d1378d1]
- Security pin SHA for known workflows [ee114e5]
- Captures document link not working [f0b5ae5]
- Fix ethtool issue when trying to skip unsupported interface [65b6244]
- Add integration test for Retina-GKE, refactor test dir [a1beefd]
- Add module for Prometheus, refactor, add tests [e2e7623]
- Create helm-release module [dec4e39]
- Multi-Cloud multi-cluster single Grafana [fce4894]
What's Changed
Changelog
- 2a47603 build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /site in the npm_and_yarn group across 1 directory (#1339)
- ee81a41 chore: Refactor Captures to use Contexts (#1307)
- 04fe95a chore: add APP_INSIGHTS_ID to image build (#1266)
- 769bc7a deps: bump actions/upload-artifact from 4.4.3 to 4.6.0 (#1342)
- 389a9e9 deps: bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.0 (#1297)
- f1382c1 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.3 to 1.29.4 (#1299)
- 3f85a15 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.6 (#1315)
- b00fa51 deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.56 to 1.17.57 (#1298)
- 2f7f1e4 deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.57 to 1.17.58 (#1310)
- 8543b7b deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.0 to 1.75.1 (#1295)
- bb09ecd deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.1 to 1.75.2 (#1300)
- 378b0b4 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.2 to 1.75.3 (#1309)
- 47fcc31 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.3 to 1.75.4 (#1320)
- 75600a6 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.4 to 1.76.0 (#1324)
- 03a60c0 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.76.0 to 1.76.1 (#1334)
- 9aa763c deps: bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 (#1302)
- b8db6c3 deps: bump github.com/golangci/golangci-lint from 1.63.4 to 1.64.2 in /hack/tools (#1344)
- 5791cc5 deps: bump github.com/safchain/ethtool from 0.5.9 to 0.5.10 (#1316)
- 408f23a deps: bump golang.org/x/sync from 0.10.0 to 0.11.0 (#1311)
- ca2b7fb deps: bump golang.org/x/sys from 0.29.0 to 0.30.0 (#1318)
- 4185315 deps: bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#1319)
- 33f3613 deps: bump gotest.tools/v3 from 3.5.1 to 3.5.2 (#1328)
- 2463c95 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.14 to 0.4.15 (#1317)
- a7f8695 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.15 to 0.4.16 (#1329)
- d78450e deps: bump sigs.k8s.io/controller-tools from 0.17.1 to 0.17.2 in /hack/tools (#1330)
- 7721a0b deps: bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#1308)
- ce7a39b feat(shell): install less in retina-shell image (#1337)
- 265ee8a feat(shell): run bash as a login shell to get hostname in prompt (#1336)
- 764d86b fix(grafana): Fix dashboard Hubble pod-flow-workload dashboard (#1341)
- 6e453fc fix(test): fix typo in var name (#1346)
- d1378d1 fix: Clean up interfaceLockMap entries on endpoint deletion (#1249)
- ee114e5 fix: Security pin SHA for known workflows. (#1332)
- f0b5ae5 fix: captures document link not working. (#1327)
- 65b6244 fix: fix ethtool issue when trying to skip unsupported interface (#1296)
- a1beefd test(mc): Add integration test for Retina-GKE, refactor test dir (#1301)
- e2e7623 test(mc): Add module for Prometheus, refactor, add tests (#1294)
- dec4e39 test(mc): Create helm-release module (#1303)
- fce4894 test(mc): Multi-Cloud multi-cluster single Grafana (#1322)
What's Changed
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.0 to 1.75.1 by @dependabot in #1295
- test(mc): Add module for Prometheus, refactor, add tests by @SRodi in #1294
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.0 by @dependabot in #1297
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.1 to 1.75.2 by @dependabot in #1300
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.56 to 1.17.57 by @dependabot in #1298
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.3 to 1.29.4 by @dependabot in #1299
- chore: add APP_INSIGHTS_ID to image build by @alexcastilio in #1266
- test(mc): Add integration test for Retina-GKE, refactor test dir by @SRodi in #1301
- test(mc): Create helm-release module by @SRodi in #1303
- deps: bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 by @dependabot in #1302
- deps: bump sigstore/cosign-installer from 3.7.0 to 3.8.0 by @dependabot in #1308
- deps: bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #1311
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.2 to 1.75.3 by @dependabot in #1309
- fix: Clean up interfaceLockMap entries on endpoint deletion by @byte-msft in #1249
- deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.57 to 1.17.58 by @dependabot in #1310
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.6 by @dependabot in #1315
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.14 to 0.4.15 by @dependabot in #1317
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.3 to 1.75.4 by @dependabot in #1320
- deps: bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #1318
- deps: bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #1319
- deps: bump github.com/safchain/ethtool from 0.5.9 to 0.5.10 by @dependabot in #1316
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.4 to 1.76.0 by @dependabot in #1324
- chore: Refactor Captures to use Contexts by @kamilprz in #1307
- deps: bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in #1328
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.15 to 0.4.16 by @dependabot in #1329
- deps: bump sigs.k8s.io/controller-tools from 0.17.1 to 0.17.2 in /hack/tools by @dependabot in #1330
- fix: captures document link not working. by @Tatsinnit in #1327
- docs: Add vscode documentation in main retina repo. by @Tatsinnit in #1326
- test(mc): Multi-Cloud multi-cluster single Grafana by @SRodi in #1322
- docs: update note about retina-shell and iptables by @wedaly in #1338
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.76.0 to 1.76.1 by @dependabot in #1334
- fix: Security pin SHA for known workflows. by @Tatsinnit in #1332
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1339
- feat(shell): install less in retina-shell image by @wedaly in #1337
- feat(shell): run bash as a login shell to get hostname in prompt by @wedaly in https://github.com/microsoft/retina/p...
v0.0.25
Notable Changes
- Add docs about Retina architecture to retina.sh [af88054]
- Add exemptions to stale workflow [04e6748]
- Add advanced retina performance test workflows [20d1efd]
- Add metricscardinality to heartbeat [c5ea179]
- Add retina mode support for perf-test and abstract common e2e setups [8fb1c57]
- Fix test cleanup [bfcb063]
- c17d5ea fix(version-upgrade): Update go std lib from v1.23.4 -> 1.23.5 (#1289)
- Upgrade Hubble Version to 1.16.6 [55f2a4a]
- Rename legacy control plane to standard and update related scripts and docs [c87f650]
- Initial multi-cloud IaC boilerplate GKE, AKS, Kind and tests [dcf2928]
What's Changed
Changelog
- ca5f362 build(deps): bump the go_modules group across 1 directory with 2 updates (#1279)
- af88054 chore(docs): Add docs about architecture and fix structure (#1229)
- 04e6748 chore: add exemptions to stale workflow (#1276)
- 743413d deps: bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.5.0 to 1.6.0 (#1261)
- 0c15e11 deps: bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 (#1273)
- 6ad3ead deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.3 (#1291)
- f7b529f deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.2 to 1.74.0 (#1262)
- 7895fe8 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.0 to 1.74.1 (#1275)
- f677008 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.1 to 1.75.0 (#1287)
- ce0672a deps: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#1288)
- 8caacb6 deps: bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#1271)
- 7ba5886 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.12 to 0.4.14 (#1269)
- 20d1efd feat: add advanced retina performance test workflows (#1264)
- c5ea179 feat: add metricscardinality to heartbeat (#1235)
- 8fb1c57 feat: add retina mode support for perf-test and abstract common e2e setups (#1244)
- 387a905 fix(doc): Add missing --version for Hubble chart install (#1260)
- 89a0767 fix(heartbeat): add nil check in heartbeat's metricscardinality (#1293)
- bfcb063 fix(test): fix test cleanup (#1290)
- c17d5ea fix(version-upgrade): Update go std lib from v1.23.4 -> 1.23.5 (#1289)
- 55f2a4a fix(version-upgrade): Upgrade Hubble Version to 1.16.6 (#1284)
- c87f650 refactor: rename legacy control plane to standard and update related scripts and docs (#1259)
- ae716a5 test(mc): Add function to override logger for sensitive outputs (#1286)
- dcf2928 test(mc): initial multicloud IaC boilerplate GKE, AKS, Kind (#1268)
What's Changed
- feat: add retina mode support for perf-test and abstract common e2e setups by @ritwikranjan in #1244
- fix(doc): Add missing --version for Hubble chart install by @SRodi in #1260
- refactor: rename legacy control plane to standard and update related scripts and docs by @ritwikranjan in #1259
- feat: add metricscardinality to heartbeat by @alexcastilio in #1235
- chore(docs): Add docs about architecture and fix structure by @kamilprz in #1229
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.5.0 to 1.6.0 by @dependabot in #1261
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.2 to 1.74.0 by @dependabot in #1262
- deps: bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 by @dependabot in #1273
- deps: bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #1271
- test: fix value from inputs.image_namespace by @alexcastilio in #1277
- chore: add exemptions to stale workflow by @rbtr in #1276
- deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.12 to 0.4.14 by @dependabot in #1269
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.0 to 1.74.1 by @dependabot in #1275
- test(mc): initial multicloud IaC boilerplate GKE, AKS, Kind by @SRodi in #1268
- build(deps): bump the go_modules group across 1 directory with 2 updates by @dependabot in #1279
- fix(version-upgrade): Upgrade Hubble Version to 1.16.6 by @jimassa in #1284
- feat: add advanced retina performance test workflows by @ritwikranjan in #1264
- deps: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #1288
- test(mc): Add function to override logger for sensitive outputs by @SRodi in #1286
- fix(version-upgrade): Update go std lib from v1.23.4 -> 1.23.5 by @jimassa in #1289
- deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.1 to 1.75.0 by @dependabot in #1287
- fix(test): fix test cleanup by @alexcastilio in #1290
- deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.3 by @dependabot in #1291
- fix(heartbeat): add nil check in heartbeat's metricscardinality by @alexcastilio in #1293
Full Changelog: v0.0.24...v0.0.25