netobserv-ebpf-agent
netobserv-ebpf-agent copied to clipboard
Bump github.com/vmware/go-ipfix from 0.9.0 to 0.11.0
Bumps github.com/vmware/go-ipfix from 0.9.0 to 0.11.0.
Release notes
Sourced from github.com/vmware/go-ipfix's releases.
go-ipfix v0.11.0
Changed
- Bump Go to 1.23. (#365,
@antoninbas)- Add a few log messages to exporter process. (#367,
@antoninbas)- Bump Ubuntu to 24.04 for Docker images. (#369,
@antoninbas)go-ipfix v0.10.1
Fixed
- Restore check for closed TCP connection in exporter process. (#360,
@antoninbas)go-ipfix v0.10.0
This version has been retracted and should not be used. Please use v0.10.1 instead.
Added
- Add more features to the test IPFIX collector web API. (#351,
@antoninbas)Changed
- Return receive-only channel in the GetMsgChan() method of the collector process. (#350,
@antoninbas)- Use recommended default value of 600s for templateRefreshTimeout. (#353,
@antoninbas)- Stop referencing the VMware Harbor registry for ipfix-collector. (#347,
@antoninbas)Fixed
- Fix how decoding errors are handled for UDP clients in collector process. (#352,
@antoninbas)- Fix how collector connections are closed in exporter process. (#354,
@antoninbas)
Changelog
Sourced from github.com/vmware/go-ipfix's changelog.
0.11.0 09-13-2024
Changed
- Bump Go to 1.23. (#365,
@antoninbas)- Add a few log messages to exporter process. (#367,
@antoninbas)- Bump Ubuntu to 24.04 for Docker images. (#369,
@antoninbas)0.10.1 09-06-2024
Go module version v0.10.0 has been retracted; it should not be used.
Fixed
- Restore check for closed TCP connection in exporter process. (#360,
@antoninbas)0.10.0 08-30-2024
Added
- Add more features to the test IPFIX collector web API. (#351,
@antoninbas)Changed
- Return receive-only channel in the GetMsgChan() method of the collector process. (#350,
@antoninbas)- Use recommended default value of 600s for templateRefreshTimeout. (#353,
@antoninbas)- Stop referencing the VMware Harbor registry for ipfix-collector. (#347,
@antoninbas)Fixed
- Fix how decoding errors are handled for UDP clients in collector process. (#352,
@antoninbas)- Fix how collector connections are closed in exporter process. (#354,
@antoninbas)
Commits
40557fbSet VERSION to v0.11.00dd9731Update CHANGELOG for release v0.11.07fff227Bump Ubuntu to 24.04 for Docker images (#369)06fc427Fix Docker builds for ipfix-collector and kafka-consumer (#368)a5e552aBump Go to 1.23 (#365)63a547fAdd a few log messages to exporter process (#367)85a9bbdFix invalid function comment for InitExportingProcess (#364)579f2d0Update CHANGELOG for release v0.10.1 (#363)2c76c1eRestore check for closed TCP connection in exporter process (#360)14ced93Retract version v0.10.0 (#361)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign kalmanmeth for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
@dependabot rebase
/ok-to-test
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/images | 97c913dc2d5656c30e5745981c3aab5a4238a62d | link | true | /test images |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
this update required go1.23`
go: github.com/vmware/[email protected] requires go >= 1.23.0 (running go 1.22.5; GOTOOLCHAIN=local)
Superseded by #500.