Skip to content

Releases: microsoft/retina

v0.0.27

25 Feb 11:14
v0.0.27
b19b0ac
Compare
Choose a tag to compare

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

13 Feb 14:32
v0.0.26
65b6244
Compare
Choose a tag to compare

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...
Read more

v0.0.25

31 Jan 15:54
v0.0.25
89a0767
Compare
Choose a tag to compare

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

v0.0.24

22 Jan 17:46
v0.0.24
8928514
Compare
Choose a tag to compare

Notable Changes

  • Add doc for Hubble control plane and metrics [e31cc3c]
  • Release Retina Hubble chart [8928514]
  • Rename GitHub Actions output folder to artifacts [f5fb767]
  • Add missing escape_dot function to properly handle secret key names with dots [f980041]
  • Configuration changes and fixes needed to scale-test [b3cd0ec]
  • Fix retina capture download failing due to empty BLOB_URL [7673d81]
  • Remove gomnd from golangci linters [0c55e1d]
  • Ensure jq is installed and add coverage generation in GitHub Actions [a3088c8]
What's Changed

Changelog

  • e31cc3c chore(docs): Add doc for Hubble control plane and metrics (#1194)
  • dfd1d87 chore(docs): Fix broken link to Hubble metrics (#1211)
  • 8928514 chore(hubble-chart): add step to release retina Hubble chart (#1223)
  • 4f9dcbe deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 (#1234)
  • 2a87ce5 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.11 to 1.29.0 (#1233)
  • 2bdd493 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.7 to 1.28.11 (#1219)
  • 7fec2f8 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.0 to 1.29.1 (#1245)
  • 3e267b0 deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.48 to 1.17.50 (#1207)
  • dc3ab0f deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.50 to 1.17.51 (#1216)
  • d1406ff deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.52 to 1.17.53 (#1224)
  • 5a8bae3 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.0 to 1.72.2 (#1209)
  • a2c261f deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.73.0 (#1225)
  • 3a445d3 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.0 to 1.73.2 (#1246)
  • 8ec0e46 deps: bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#1243)
  • 23c34b8 deps: bump go.opentelemetry.io/otel/metric from 1.33.0 to 1.34.0 (#1250)
  • 2d30432 deps: bump google.golang.org/protobuf from 1.36.1 to 1.36.3 (#1231)
  • b744ff1 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.7 to 0.4.9 (#1208)
  • a8bd192 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.9 to 0.4.12 (#1247)
  • 3cba6ba deps: bump sigs.k8s.io/controller-tools from 0.17.0 to 0.17.1 in /hack/tools (#1214)
  • f5fb767 fix(ci): rename GitHub Actions output folder to artifacts (#1255)
  • f980041 fix(makefile): add missing escape_dot function to properly handle secret key names with dots (#1228)
  • b3cd0ec fix(test): configuration changes and fixes needed to scale-test (#1085)
  • 7673d81 fix: Fix retina capture download failing due to empty BLOB_URL (#1206)
  • 0c55e1d fix: Remove gomnd from golangci linters (#1210)
  • a3088c8 fix: ensure jq is installed and add coverage generation in GitHub Actions (#1238)

What's Changed

  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.0 to 1.72.2 by @dependabot in #1209
  • chore(docs): Add doc for Hubble control plane and metrics by @SRodi in #1194
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.7 to 0.4.9 by @dependabot in #1208
  • fix: Remove gomnd from golangci linters by @timraymond in #1210
  • deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.48 to 1.17.50 by @dependabot in #1207
  • chore(docs): Fix broken link to Hubble metrics by @SRodi in #1211
  • fix: Fix retina capture download failing due to empty BLOB_URL by @kamilprz in #1206
  • deps: bump sigs.k8s.io/controller-tools from 0.17.0 to 0.17.1 in /hack/tools by @dependabot in #1214
  • deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.50 to 1.17.51 by @dependabot in #1216
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.7 to 1.28.11 by @dependabot in #1219
  • deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.52 to 1.17.53 by @dependabot in #1224
  • docs: Update installation docs by @apontejaj in #1226
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.73.0 by @dependabot in #1225
  • fix(makefile): add missing escape_dot function to properly handle secret key names with dots by @byte-msft in #1228
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 by @dependabot in #1234
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.11 to 1.29.0 by @dependabot in #1233
  • deps: bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by @dependabot in #1231
  • fix: ensure jq is installed and add coverage generation in GitHub Actions by @byte-msft in #1238
  • fix(test): configuration changes and fixes needed to scale-test by @alexcastilio in #1085
  • deps: bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #1243
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.0 to 1.29.1 by @dependabot in #1245
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.0 to 1.73.2 by @dependabot in #1246
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.9 to 0.4.12 by @dependabot in #1247
  • deps: bump go.opentelemetry.io/otel/metric from 1.33.0 to 1.34.0 by @dependabot in #1250
  • fix(ci): rename GitHub Actions output folder to artifacts by @byte-msft in #1255
  • chore(hubble-chart): add step to release retina Hubble chart by @SRodi in #1223

New Contributors

Full Changelog: v0.0.23...v0.0.24

v0.0.23

10 Jan 09:11
v0.0.23
9449356
Compare
Choose a tag to compare

Notable changes

  • Fix: remove empty error wrapping [b08a1bc]
  • Revert "Removing dependency to Enterprise Build pipeline #1126" [f858e84]
What's Changed

Changelog

  • f858e84 build(images): Reverting 32ead63 (#1195)
  • b439684 deps: bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 in /hack/tools (#1186)
  • 9449356 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.5 to 0.4.7 (#1198)
  • b08a1bc fix: remove empty error wrapping (#1185)

What's Changed

Full Changelog: v0.0.22...v0.0.23

v0.0.22

07 Jan 13:45
v0.0.22
f574448
Compare
Choose a tag to compare

Notable changes

  • Add custom error handler for Kubernetes API errors [37cade0]
  • Rename to Perf Tests and add App Insights key to PR workflow [8cf2404]
  • Automate Hubble version bump [e9ac2e5]
  • Add custom comparer to ignore timestamps in capture tests [87d2196]
  • Fix Makefile typo [6f6464f]
  • Change external test images to internal ones [29331f0]
  • Ensure windows agent stability using hubble/legacy helm values [cd219ca]
  • Remove dependency to Enterprise Build pipeline [32ead63]
What's Changed

Changelog

  • 29331f0 build(images): Changing external test images to internal ones (#1180)
  • 32ead63 build(images): Removing dependency to Enterprise Build pipeline (#1126)
  • 6da36c5 deps: bump Hubble from 1.16.3 to 1.16.5 (#1167)
  • 54c7d16 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7 (#1159)
  • 8d5238f deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.0 to 1.71.1 (#1164)
  • 58ea356 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.1 to 1.72.0 (#1187)
  • 31bf97f deps: bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 (#1146)
  • f097fb4 deps: bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1 in /hack/tools in the go_modules group (#1191)
  • b3fe5bd deps: bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.0 in /hack/tools (#1176)
  • b431e4c deps: bump github.com/golangci/golangci-lint from 1.63.0 to 1.63.2 in /hack/tools (#1182)
  • c309fef deps: bump github.com/golangci/golangci-lint from 1.63.2 to 1.63.3 in /hack/tools (#1184)
  • 5da6002 deps: bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1165)
  • 4536a0f deps: bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#1175)
  • 9f4a054 deps: bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1168)
  • ce67833 deps: bump golang.org/x/net from 0.32.0 to 0.33.0 (#1160)
  • e4e108f deps: bump golang.org/x/sys from 0.28.0 to 0.29.0 (#1188)
  • 5af3309 deps: bump google.golang.org/protobuf from 1.35.2 to 1.36.0 (#1150)
  • 7ce60b8 deps: bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#1162)
  • 2beb08e deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.2.11 to 0.3.0 (#1145)
  • 9f4bdf4 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.3.0 to 0.3.1 (#1153)
  • 9c72cb9 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.3.1 to 0.4.1 (#1166)
  • 25b0a2d deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.1 to 0.4.2 (#1169)
  • acd81dd deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.2 to 0.4.3 (#1171)
  • a553e09 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.3 to 0.4.4 (#1177)
  • f574448 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.4 to 0.4.5 (#1189)
  • b3f77cf deps: bump sigs.k8s.io/controller-tools from 0.16.5 to 0.17.0 in /hack/tools (#1174)
  • e9ac2e5 feat: automate Hubble version bump (#1161)
  • cd219ca fix(bug): Ensure windows agent stability using hubble/legacy helm values (#1128)
  • 37cade0 fix(log): add custom error handler for Kubernetes API errors (#1024)
  • 87d2196 fix(test): Add custom comparer to ignore timestamps in capture tests (#1173)
  • 8cf2404 fix(workflow): rename to Perf Tests and add App Insights key to PR workflow (#1152)
  • 6f6464f fix: Makefile typo (#1181)

What's Changed

  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.2.11 to 0.3.0 by @dependabot in #1145
  • deps: bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 by @dependabot in #1146
  • fix(log): add custom error handler for Kubernetes API errors by @ritwikranjan in #1024
  • fix(workflow): rename to Perf Tests and add App Insights key to PR workflow by @ritwikranjan in #1152
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.3.0 to 0.3.1 by @dependabot in #1153
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7 by @dependabot in #1159
  • deps: bump golang.org/x/net from 0.32.0 to 0.33.0 by @nddq in #1160
  • deps: bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot in #1150
  • feat: automate Hubble version bump by @nddq in #1161
  • deps: bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in #1165
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.0 to 1.71.1 by @dependabot in #1164
  • deps: bump Hubble from 1.16.3 to 1.16.5 by @nddq in #1167
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.3.1 to 0.4.1 by @dependabot in #1166
  • deps: bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot in #1162
  • deps: bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in #1168
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.1 to 0.4.2 by @dependabot in #1169
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.2 to 0.4.3 by @dependabot in #1171
  • deps: bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in #1175
  • deps: bump sigs.k8s.io/controller-tools from 0.16.5 to 0.17.0 in /hack/tools by @dependabot in #1174
  • deps: bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.0 in /hack/tools by @dependabot in #1176
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.3 to 0.4.4 by @dependabot in #1177
  • fix(test): Add custom comparer to ignore timestamps in capture tests by @kamilprz in #1173
  • fix: Makefile typo by @kamilprz in #1181
  • deps: bump github.com/golangci/golangci-lint from 1.63.0 to 1.63.2 in /hack/tools by @dependabot in #1182
  • build(images): Changing external test images to internal ones by @apontejaj in #1180
  • fix(bug): Ensure windows agent stability using hubble/legacy helm values by @BeegiiK in #1128
  • deps: bump github.com/golangci/golangci-lint from 1.63.2 to 1.63.3 in /hack/tools by @dependabot in #1184
  • deps: bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1 in /hack/tools in the go_modules group by @dependabot in #1191
  • build(images): Removing dependency to Enterprise Build pipeline by @apontejaj in #1126
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.1 to 1.72.0 by @dependabot in #1187
  • deps: bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #1188
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.4.4 to 0.4.5 by @dependabot in #1189

New Contributors

Full Changelog: v0.0.21...v0.0.22

v0.0.21

16 Dec 11:06
v0.0.21
47ccd8b
Compare
Choose a tag to compare

Notable changes

  • feat: implement retina shell CLI command by @wedaly in #962
  • feat: let plugins self-register by @rbtr in #1098
  • fix(goreleaser): update ldflags for building Retina CLI by @nddq in #1108
  • fix: filtermanager cache and cache test races by @rbtr in #1100
  • fix(protoc): update packagemanager to tdnf , re-run make proto-gen by @SRodi in #1106
  • feat: add tolerations to values and templates by @roberthstrand in #1113
  • chore: update retina-shell image to azlinux 3.0.20241203 by @wedaly in #1120
  • fix: let Windows Retina use the InClusterConfig by @rayaisaiah in #1118
  • test: Run e2e tests in both arm64 and amd64 arch. by @jimassa in #1129
  • chore(go): update go.mod and base images to go 1.23.4 by @SRodi in #1127
  • feat(ct-metrics): BPF implementation by @SRodi in #1102
What's Changed

Changelog

  • 8fd6938 chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /site in the npm_and_yarn group across 1 directory (#1117)
  • 234edc5 chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#1109)
  • f2fb6f0 chore(go): update go.mod and base images to go 1.23.4 (#1127)
  • b27958f chore: update retina-shell image to azlinux 3.0.20241203 (#1120)
  • a76f1b4 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 (#1088)
  • b801f4a deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.69.0 to 1.70.0 (#1089)
  • 0c1a089 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.70.0 to 1.71.0 (#1099)
  • 1cdb21d deps: bump github.com/moby/moby from 26.0.0+incompatible to 26.1.0+incompatible in the go_modules group (#1101)
  • e325dc7 deps: bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#1116)
  • 161fec0 deps: bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#1103)
  • d6799bc deps: bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 (#1142)
  • 43bb4b6 deps: bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /hack/tools in the go_modules group (#1131)
  • 61b892a deps: bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group (#1130)
  • 577e18b deps: bump golang.org/x/sys from 0.27.0 to 0.28.0 (#1104)
  • ebca883 deps: bump golangci-lint version to 1.62 in GH actions (#1096)
  • 6cb7d34 deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.49 to 0.2.11 (#1140)
  • 47ccd8b feat(ct-metrics): BPF implementation (#1102)
  • ef96eea feat: add tolerations to values and templates (#1113)
  • f134af6 feat: implement retina shell CLI command (#962)
  • 2ba2723 feat: let plugins self-register (#1098)
  • b7316a1 fix(goreleaser): update ldflags for building Retina CLI (#1108)
  • 4b12472 fix(protoc): update packagemanager to tdnf , re-run make proto-gen (#1106)
  • 499e3cf fix: filtermanager cache and cache test races (#1100)
  • eefcb42 fix: let Windows Retina use the InClusterConfig (#1118)

What's Changed

  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 by @dependabot in #1088
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.69.0 to 1.70.0 by @dependabot in #1089
  • deps: bump golangci-lint version to 1.62 in GH actions by @wedaly in #1096
  • feat: implement retina shell CLI command by @wedaly in #962
  • deps: bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in #1104
  • deps: bump github.com/moby/moby from 26.0.0+incompatible to 26.1.0+incompatible in the go_modules group by @dependabot in #1101
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.70.0 to 1.71.0 by @dependabot in #1099
  • feat: let plugins self-register by @rbtr in #1098
  • deps: bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #1103
  • fix(goreleaser): update ldflags for building Retina CLI by @nddq in #1108
  • fix: filtermanager cache and cache test races by @rbtr in #1100
  • chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #1109
  • fix(protoc): update packagemanager to tdnf , re-run make proto-gen by @SRodi in #1106
  • deps: bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in #1116
  • feat: add tolerations to values and templates by @roberthstrand in #1113
  • chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1117
  • chore: update retina-shell image to azlinux 3.0.20241203 by @wedaly in #1120
  • deps: bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group by @dependabot in #1130
  • deps: bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /hack/tools in the go_modules group by @dependabot in #1131
  • fix: let Windows Retina use the InClusterConfig by @rayaisaiah in #1118
  • test: Run e2e tests in both arm64 and amd64 arch. by @jimassa in #1129
  • chore(go): update go.mod and base images to go 1.23.4 by @SRodi in #1127
  • deps: bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 by @dependabot in #1142
  • deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.49 to 0.2.11 by @dependabot in #1140
  • feat(ct-metrics): BPF implementation by @SRodi in #1102

New Contributors

Full Changelog: v0.0.20...v0.0.21

v0.0.20

03 Dec 08:35
v0.0.20
c1bc92f
Compare
Choose a tag to compare

Notable Changes

  • Fix nil pointer dereference on Retina capture [c1bc92f]

What's Changed

  • feat: add performance testing workflow for PR workflow by @ritwikranjan in #1079
  • deps: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.46 to 1.17.47 by @dependabot in #1086
  • fix: name flag dereference by @rbtr in #1095

Full Changelog: v0.0.19...v0.0.20

v0.0.19

27 Nov 17:08
v0.0.19
2e7b979
Compare
Choose a tag to compare

Notable Changes

  • Network perf tests for Retina [b53a09a]
  • E2E tests to validate hubble-relay and hubble-ui deployment [8db4de4]
  • Support for priorityClassName in Helm chart [2ce1fdc]
What's Changed

Changelog

  • c2dfb6a chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /site in the npm_and_yarn group across 1 directory (#1019)
  • b53a09a chore(tests): add network perf tests for Retina (#772)
  • 8db4de4 chore: Add e2e tests to validate hubble-relay and hubble-ui deployment (#896)
  • 59864cf chore: Remove yarn from documentation (#1065)
  • 0f27cf2 chore: revert: use mariner core base image for kubectl-retina (#1035)
  • 02aecf4 chore: update toolbox build (#929)
  • 09951b7 chore: use mariner core base image for kubectl-retina (#1027)
  • 9b994f0 deps: bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#1042)
  • c64a7cf deps: bump github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.5 (#1029)
  • e9a5874 deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.3 to 1.28.4 (#1017)
  • 93750da deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.4 to 1.28.5 (#1031)
  • 7f9681a deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.3 to 1.67.0 (#1016)
  • 3ac7f11 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.67.0 to 1.67.1 (#1032)
  • fd7fa9e deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.67.1 to 1.68.0 (#1059)
  • 94415d4 deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.68.0 to 1.69.0 (#1073)
  • 2e7b979 deps: bump github.com/golangci/golangci-lint from 1.62.0 to 1.62.2 in /hack/tools (#1076)
  • 95200c6 deps: bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#1054)
  • 7c28fa2 deps: bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#1064)
  • 36ee056 deps: bump github.com/safchain/ethtool from 0.4.1 to 0.5.9 (#1030)
  • 347dcd0 deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#1063)
  • 2ce1fdc feat(helm): add support for priorityClassName (#1008)
  • c84049a feat: add ethtool to retina-shell image (#978)
  • 5e11f6f fix(ct/bpfel): add arm64 bpfel missed in previous PR (#1049)
  • 3945951 fix(metric): Update dynamic interface label to be constant (#1078)
  • b4b3be9 fix(trivy): add kubectl-retina and retina-shell images to scan job (#1044)
  • beba2ac fix: capture commands should respect --namespace (#568)
  • 59424a0 fix: fixed failing network perf measurement gh action (#1068)
  • 4d00d2e fix: update devcontainer dependency for codespace (#1037)
  • 3a33b63 fix: update performance test conditions in workflow (#1038)

What's Changed

  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.3 to 1.28.4 by @dependabot in #1017
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /site in the npm_and_yarn group across 1 directory by @dependabot in #1019
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.3 to 1.67.0 by @dependabot in #1016
  • feat: add ethtool to retina-shell image by @wedaly in #978
  • chore: use mariner core base image for kubectl-retina by @mainred in #1027
  • chore(tests): add network perf tests for Retina by @ritwikranjan in #772
  • deps: bump github.com/safchain/ethtool from 0.4.1 to 0.5.9 by @dependabot in #1030
  • chore: Add e2e tests to validate hubble-relay and hubble-ui deployment by @xiaozhiche320 in #896
  • deps: bump github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.5 by @dependabot in #1029
  • fix: update devcontainer dependency for codespace by @xiaozhiche320 in #1037
  • fix: update performance test conditions in workflow by @ritwikranjan in #1038
  • chore: revert: use mariner core base image for kubectl-retina by @rbtr in #1035
  • deps: bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 by @dependabot in #1042
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.28.4 to 1.28.5 by @dependabot in #1031
  • fix(trivy): add kubectl-retina and retina-shell images to scan job by @SRodi in #1044
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.67.0 to 1.67.1 by @dependabot in #1032
  • feat(helm): add support for priorityClassName by @iarlyy in #1008
  • fix(ct/bpfel): add arm64 bpfel missed in previous PR by @SRodi in #1049
  • deps: bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 by @dependabot in #1054
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.67.1 to 1.68.0 by @dependabot in #1059
  • deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #1063
  • fix: capture commands should respect --namespace by @rbtr in #568
  • test: configure pipeline to run scale test and publish data to app insights by @alexcastilio in #1014
  • chore: Remove yarn from documentation by @kamilprz in #1065
  • fix: fixed failing network perf measurement gh action by @ritwikranjan in #1068
  • deps: bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in #1064
  • deps: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.68.0 to 1.69.0 by @dependabot in #1073
  • chore: update toolbox build by @matmerr in #929
  • fix(metric): Update dynamic interface label to be constant by @BeegiiK in #1078
  • deps: bump github.com/golangci/golangci-lint from 1.62.0 to 1.62.2 in /hack/tools by @dependabot in #1076

New Contributors

Full Changelog: v0.10.1...v0.0.19

v0.0.18

14 Nov 22:22
v0.0.18
cf0e69a
Compare
Choose a tag to compare

Notable changes

  • fix: correctly determine traffic direction in conntrack by @nddq in #721
  • feat(helm): Add ServiceMonitor by @gciria in #695
  • chore: update Go build image to 1.23.1 by @nddq in #722
  • fix: optimize DropReason eBPF map lookups by @rectified95 in #730
  • chore: bump Hubble CLI to v1.16.1 by @nddq in #745
  • fix(docs): update developing instructions by @SRodi in #750
  • chore: change the setupchannel caller level from warn by @xiaozhiche320 in #754
  • fix(docs): add kubectl to retina commands by @kamilprz in #764
  • fix(docs): update values.yaml path for prometheus by @SRodi in #757
  • feat: revamp site + update docs by @nddq in #762
  • fix(bug): update scrapeConfig to filer retina container specifically by @SRodi in #770
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.35 to 1.27.37 by @dependabot in #779
  • fix(bug): ignore headless svc to prevent error messages by @SRodi in #763
  • feat(helm): Added support for affinity, readinessProbe and custom probes by @gciria in #696
  • fix: start plugins in parallel by @matmerr in #787
  • fix(docs): retina capture cli docs by @kamilprz in #783
  • fix: Implement OS specific mechanism to remove memory lock for plugins by @anubhabMajumdar in #791
  • fix: scope Hubble TLS CronJob's secret access to its namespace by @huntergregory in #799
  • fix(operator): broken CiliumEndpoint garbage collection by @huntergregory in #801
  • fix: scope operator's CRD permissions to cilium endpoints/identities by @huntergregory in #800
  • chore: add prefix retina_ to eBPF maps so that they are easier to identify by @nddq in #768
  • test: Windows HNS e2e and no crashes step by @matmerr in #789
  • fix(grafana/PR#158): fix node selection, metrics name dns, pod-level dash by @SRodi in #797
  • fix(prom-grafana docs): revamp prometheus and grafana pages by @SRodi in #809
  • fix(docs): update broken link for prometheus and grafana pages by @SRodi in #816
  • feat: make commands to test plugins locally by @nddq in #767
  • fix(capture): remove only managed secret by @mainred in #653
  • fix: restart if pktmon server closes by @matmerr in #798
  • fix(conntrack): delete keys in eBPF instead of user space by @SRodi in #831
  • feat: adding new retina logos by @vakalapa in #817
  • fix: Add Hubble Scrape Job for Prometheus by @rayaisaiah in #840
  • feat: kapinger add burst delay and interval by @matmerr in #839
  • chore: Streamline Usability of Captures by @kamilprz in #832
  • fix: add heap and gc memory stats by @matmerr in #846
  • fix: Adding service monitor for retina-operator by @mereta in #848
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.15.0 by @dependabot in #862
  • fix: improve resiliency for e2e tests by adding tweaking retries and timeouts (partially fixes #449) by @ritwikranjan in #867
  • fix: update retina operator to take namespace helm value by @BeegiiK in #792
  • fix: Set PowerShell path using environment variables by @xiaozhiche320 in #850
  • fix(docs): update doc, codespaces config and GHA on commit GPG signed by @SRodi in #860
  • fix: e2e missing dependency - external ServiceMonitor CRD's for retina-operator by @mereta in #870
  • fix(tests): Improve e2e resiliency by @ritwikranjan in #884
  • fix(tests): Truncate username to 8 characters in TestE2ERetina by @ritwikranjan in #882
  • fix: Disable Service Monitor by @mereta in #889
  • fix(ct): correctly pass reverse key for deletion from conntrack map by @SRodi in #892
  • chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in #898
  • fix: revise memory telemetry properties by @matmerr in #858
  • fix(basic-metrics): Remove label from basic dns and filter out IPs from linux util plugins by @jimassa in #877
  • feat(hubble): Add Ciliumendpoint and Service resource to k8s watcher by @anubhabMajumdar in #900
  • feat: add basic dns client to kapinger by @matmerr in #859
  • fix: report TCP packets that carried important flags regardless of the report interval by @nddq in #909
  • chore: refactor packetparser userspace code by @nddq in #756
  • fix(log): change log level from error to debug when we failed to delete a key in conntrack by @nddq in #916
  • fix(docs): Update retina docs to include Linux capabilities used by each plugin by @BeegiiK in #885
  • fix(e2e): Add a step to check all containers are ready by @anubhabMajumdar in #925
  • fix(pipeline): Fix typo in kapinger pipeline script by @anubhabMajumdar in #927
  • fix: Revert "deps: bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#765)" by @timraymond in #932
  • feat: add retina-shell image for Linux by @wedaly in #928
  • feat: Print capture output name when running retina capture create by @kamilprz in #894
  • fix(docs): Typo in CLI installation options by @kamilprz in #947
  • feat: add extra context to errors by @ritwikranjan in #959
  • feat: update github workflows to publish retina-shell image by @wedaly in #940
  • fix(test): check restart separately from ready pods. by @jimassa in #951
  • feat: remove bpftool/bpftrace and add nc/jq to retina-shell image by @wedaly in #961
  • feat: build retina-shell image in .pipelines/cg-pipeline.yaml by @wedaly in #972
  • fix: Remove mockgen from go generate step by @timraymond in #977
  • chore(deps): bump docusaurus to 3.6.1 in /site by @nddq in #990
  • feat: build and publish kubectl-retina image by @mainred in #991
  • feat: update the digest for golang and mariner-distroless by @ritwikranjan in #992
  • fix: add retract directive for v0.10.0 by @nddq in #996
  • fix(buildx): docker fail on pull rate limit, --driver-opt by @SRodi in #995
  • test: Retina e2e scale test by @alexcastilio in #720
  • chore: bump agent's hubble to v1.16.3 by @huntergregory in #998
  • chore(docs): Update examples and descriptions of capture create by @kamilprz in #968
  • test: create pipeline to run scale test by @alexcastilio in #999
  • fix(ethtool): ignore lxc and azv interfaces by @huntergregory in #997
  • fix: reduce cardinality for tcp remote address metrics by @vakalapa in #953
  • fix(ethtool): enable filtering out non-err/drop stats by @huntergregory in #1003
  • fix(netstat): enable curated stats for tcp connections by @huntergregory in #1004
What's Changed

Changelog

  • ca0b168 chore(deps): bump docusaurus to 3.6.1 in /site (#990)
  • 31a6fb6 chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#732)
  • 7e3a058 chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#898)
  • 735192e chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates (#728)
  • df6c470 chore(docs): Update examples and descriptions of ca...
Read more