Skip to content

v0.0.19

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 17:08
· 1 commit to main since this release
v0.0.19
2e7b979

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