Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/vmware/go-ipfix from 0.5.13 to 0.8.0 #512

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps github.com/vmware/go-ipfix from 0.5.13 to 0.8.0.

Release notes

Sourced from github.com/vmware/go-ipfix's releases.

go-ipfix v0.8.0

Added

Changed

Fixed

  • Fix aggregation bug that throughput common fields should be only updated when the receiving record is the latest. (#324, @​antoninbas)

go-ipfix v0.7.0

Changed

  • Upgrade Go to v1.21, as Go v1.19 is no longer maintained. (#317, @​antoninbas)
  • Replace github.com/golang/mock with go.uber.org/mock, as github.com/golang/mock is no longer maintained. (#316, @​antoninbas)

Fixed

  • Fix collector klog flag not supported error by adding registration of the flag. (#311, @​heanlan)

go-ipfix v0.6.2

Added

go-ipfix v0.6.1

Changed

go-ipfix v0.6.0

Changed

  • Upgrade Go to v1.19. Upgrade Go modules to their latest version. Upgrade Antrea base image to ubuntu 22.04. (#293, @​antoninbas)
  • Refactor TLS client config for exporter. (#294, @​antoninbas)
Changelog

Sourced from github.com/vmware/go-ipfix's changelog.

0.8.0 10-02-2023

Added

Changed

Fixed

  • Fix aggregation bug that throughput common fields should be only updated when the receiving record is the latest. (#324, @​antoninbas)

0.7.0 09-21-2023

Changed

  • Upgrade Go to v1.21, as Go v1.19 is no longer maintained. (#317, @​antoninbas)
  • Replace github.com/golang/mock with go.uber.org/mock, as github.com/golang/mock is no longer maintained. (#316, @​antoninbas)

Fixed

  • Fix collector klog flag not supported error by adding registration of the flag. (#311, @​heanlan)

0.6.2 06-07-2023

Added

0.6.1 05-17-2023

Changed

0.6.0 01-09-2023

Changed

  • Upgrade Go to v1.19. Upgrade Go modules to their latest version. Upgrade Antrea base image to ubuntu 22.04. (#293, @​antoninbas)
  • Refactor TLS client config for exporter. (#294, @​antoninbas)
Commits
  • 4f4d653 Update VERSION
  • 27bbac7 Update CHANGELOG for v0.8.0
  • 5b139ad Improvements in integration tests (#325)
  • b296996 Fix aggregation bug for throughput common fields (#324)
  • ca1e197 Avoid error logs in BenchmarkMultipleExportersToCollector (#323)
  • 3cb24ed Adding L7 visibility fields (#315)
  • 6b581fe Improve handling of string IEs (#322)
  • 7b39590 Changing the datatype for flowEndSecondsFromSourceNode and flowEndSecondsFrom...
  • 9b27303 Update VERSION
  • 8901d5e Update CHANGELOG for release v0.7.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3b614c2) 67.04% compared to head (0e00cea) 67.10%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #512      +/-   ##
==========================================
+ Coverage   67.04%   67.10%   +0.05%     
==========================================
  Files          94       94              
  Lines        6724     6724              
==========================================
+ Hits         4508     4512       +4     
+ Misses       1949     1947       -2     
+ Partials      267      265       -2     
Flag Coverage Δ
unittests 67.10% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@msherif1234
Copy link
Contributor

/lgtm
/approve

@openshift-ci
Copy link

openshift-ci bot commented Oct 9, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msherif1234

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Oct 9, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vmware/go-ipfix-0.8.0 branch from b7835f1 to 9941f09 Compare October 9, 2023 21:15
@openshift-ci openshift-ci bot removed the lgtm label Oct 9, 2023
@msherif1234
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Oct 9, 2023
Bumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.5.13 to 0.8.0.
- [Release notes](https://github.com/vmware/go-ipfix/releases)
- [Changelog](https://github.com/vmware/go-ipfix/blob/main/CHANGELOG.md)
- [Commits](vmware/go-ipfix@v0.5.13...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/vmware/go-ipfix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vmware/go-ipfix-0.8.0 branch from 9941f09 to 0e00cea Compare October 9, 2023 21:18
@openshift-ci openshift-ci bot removed the lgtm label Oct 9, 2023
@msherif1234
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Oct 9, 2023
@openshift-ci openshift-ci bot merged commit 5dd5640 into main Oct 9, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vmware/go-ipfix-0.8.0 branch October 9, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dependencies Pull requests that update a dependency file lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant