Releases: netobserv/network-observability-cli
Releases · netobserv/network-observability-cli
v0.0.4
What's Changed
Non-breaking changes
- Fix flp config by @jpinsonneau in #97
- Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 by @dependabot in #99
- NETOBSERV-1910 Add packet drops filtering to cli filter options by @msherif1234 in #96
- NETOBSERV-1633: Fix multiarch build with new buildah version by @OlivierCazade in #100
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
Non-breaking changes
- NETOBSERV-1627 Add commands to image for CI by @jpinsonneau in #76
- NETOBSERV-1793 Introduce ASCIIdoc for CLI by @jpinsonneau in #85
- Red Hat Konflux update network-observability-cli-bin by @red-hat-konflux in #83
- NETOBSERV-1792: Added update-build script to add downstream labels by @OlivierCazade in #87
- NETOBSERV-1640: add ovs monitoring feature to cli repo by @msherif1234 in #47
- NETOBSERV-1882 test e2e faillure by @jpinsonneau in #90
- NETOBSERV-1803: Allow flow filtering for L4 protocols using two ports by @msherif1234 in #84
- Red Hat Konflux purge network-observability-cli-bin by @red-hat-konflux in #88
- Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 by @dependabot in #89
- OSDOCS-11821 help & doc cleanup by @jpinsonneau in #93
- NETOBSERV-1850 fix cli enrichment issue by @jpinsonneau in #91
- NETOBSERV-1915 allow unbounded variables in functions by @jpinsonneau in #94
Full Changelog: v0.0.2...v0.0.3
v0.0.2
CLI update to v0.0.2 !
- improved capture capabilities and filters
- ability to capture packets with enrichment
- added capture max time / bytes
What's Changed
Non-breaking changes
- NETOBSERV-1609: parse flow filter configs and use it to update manifest by @msherif1234 in #30
- NETOBSERV-1612: Netobserv cli configuration doc by @msherif1234 in #33
- NETOBSERV-1498 Add e2e by @jpinsonneau in #25
- update readme wip by @jpinsonneau in #35
- update readme since all WIP tasks are completed by @msherif1234 in #34
- move the help menu for filters to the main help menu by @msherif1234 in #36
- NETOBSERV-1623 update sed commands to support macos by @jpinsonneau in #37
- align cli feature configuration with operator by @msherif1234 in #38
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #39
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #40
- NETOBSERV-1678 : Allow custom image at run time by @jpinsonneau in #42
- NETOBSERV-1678: allow agent image configuration by @jpinsonneau in #48
- NETOBSERV-1707: move to go 1.22 by @jotak in #51
- Add .ci-operator.yaml by @jotak in #53
- NETOBSERV-1617: use filter with packets capture feature by @msherif1234 in #54
- Dependabot/go modules/GitHub.com/netobserv/netobserv ebpf agent 1.6.0 crc0 by @msherif1234 in #57
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.6.0-crc0 to 1.6.1-crc1 by @dependabot in #58
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #52
- NETOBSERV-1749: fix flows and packets arg processing by @msherif1234 in #62
- NETOBSERV-1693 Prompt for copying files on exit by @jpinsonneau in #60
- Upload commands updates on pr changes by @jpinsonneau in #64
- NETOBSERV-1684 Auto teardown after some time / number of flows / packets by @jpinsonneau in #59
- NETOBSERV-1693 Prompt for copying files on exit followup by @jpinsonneau in #65
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.6.1-crc1 to 1.6.1-crc2 by @dependabot in #63
- NETOBSERV-1703 Add enrichment in packet capture by @jpinsonneau in #61
- Red Hat Konflux update network-observability-cli-container by @red-hat-konflux in #68
- Removed base image ref in konflux by @OlivierCazade in #71
- Bump ubi 9.4 by @jotak in #41
- NETOBSERV-1757: Add tcp_flags flow filter option and update the doc by @msherif1234 in #66
- NETOBSERV-1739 make build does not work on Mac by @jpinsonneau in #67
- Bump github.com/rodaine/table from 1.2.0 to 1.3.0 by @dependabot in #73
- NETOBSERV-1792 Add container file for cli used by Konflux by @OlivierCazade in #75
- test update ubi-minimal by @jpinsonneau in #77
- Ubi9-minimal by @jpinsonneau in #79
- rollback to full ubi image by @jpinsonneau in #80
New Contributors
- @red-hat-konflux made their first contribution in #68
Full Changelog: v0.0.1...v0.0.2
v0.0.1
First release !
This is the first release of netobserv CLI as dev preview. This initial version allows flows
and packets
capture with basic options on linux
OS.
What's Changed
Non-breaking changes
- NETOBSERV-59 Create oc plugin to display flow table by @jpinsonneau in #1
- NETOBSERV-1498 Add shellcheck linter for bash and make help target by @msherif1234 in #5
- NETOBSERV-1497 Show enriched fields in CLI by @jpinsonneau in #2
- Remove bash trace and manage unbound var by @jpinsonneau in #6
- fix $2: unbound variable runtime error by @msherif1234 in #7
- fix error with script from prev PR and add vendors by @msherif1234 in #9
- NETOBSERV-1471 capture using gRPC by @jpinsonneau in #3
- NETOBSERV-1499 Github config for CLI by @jpinsonneau in #4
- Add go mod vendor check in CI by @jotak in #13
- install golangci-lint only if its not installed and update readme by @msherif1234 in #12
- Bump github.com/rodaine/table from 1.1.0 to 1.1.1 by @dependabot in #10
- NETOBSERV-1579 add cli flows to sqlit DB to allow flows query by @msherif1234 in #8
- remove sqlite tool from container and inspect the db after it get copied by @msherif1234 in #14
- fix output dir creation by @msherif1234 in #15
- fix attempt on mkdir docker by @jpinsonneau in #16
- fix attempt 2 on mkdir docker by @jpinsonneau in #17
- fix attempt 3 on mkdir docker by @jpinsonneau in #18
- fix chown issue in main by @msherif1234 in #19
- Bump github.com/mattn/go-sqlite3 from 1.11.0 to 1.14.22 by @dependabot in #21
- NETOBSERV-1498: Add flow-db basic unit-test by @msherif1234 in #22
- NETOBSERV-1498 add testing to table displays by @jpinsonneau in #24
- NETOBSERV-1553 Add support of kubectl in CLI by @jpinsonneau in #26
- add codecov token and fail on error by @jpinsonneau in #28
- Bump github.com/rodaine/table from 1.1.1 to 1.2.0 by @dependabot in #23
- NETOBSERV-1554 Add CLI to Krew index by @jpinsonneau in #27
- fix release job by @jpinsonneau in #31
- fix krew url by @jpinsonneau in #32
New Contributors
- @jpinsonneau made their first contribution in #1
- @msherif1234 made their first contribution in #5
- @jotak made their first contribution in #13
- @dependabot made their first contribution in #10
Full Changelog: https://github.com/netobserv/network-observability-cli/commits/v0.0.1