Releases: netobserv/network-observability-operator
Releases · netobserv/network-observability-operator
0.1.4
What's Changed
- Update release doc by @jotak in #130
- Doc: remove ambiguity by @jotak in #131
- NETOBSERV-297: Some Grafana dashboards are not showing up by @stleerh in #122
- Document FLP DaemonSet / Deployment kinds subtelties by @jotak in #115
- Give a name to console plugin service port by @jotak in #133
- Hack script to "refresh" OVS by @jotak in #134
- NETOBSERV-309 skip TLS checks & add TenantID by @jpinsonneau in #120
- Fix issues with doc/code/manifest generation by @jotak in #137
- NETOBSERV-397 Kafka TLS by @jotak in #136
- Try fixing flaky tests by @jotak in #139
- NETOBSERV-472 Add inital metric to operator by @KalmanMeth in #126
- NETOBSERV-488 Manage FlowCollector readiness / conditions by @jotak in #138
- OLM install => mention need to install Loki by @jotak in #143
- NETOBSERV-182 Drop unused fields by @jotak in #141
- Workaround for sampling=1 bugs by @jotak in #132
- NETOBSERV-395: Tls loki by @OlivierCazade in #140
- Use refactored confgen for metrics by @jotak in #142
- Try fix flaky tests, + use filepath.Join by @jotak in #145
- NETOBSERV-504 Fix console plugin bool flags usage by @jotak in #147
- NETOBSERV-505 NOO fails to build with go1.18 and above by @stleerh in #146
- Use consistent default prom port by @jotak in #149
New Contributors
- @KalmanMeth made their first contribution in #126
Full Changelog: 0.1.3...0.1.4
Sub-component release notes:
0.1.3
What's Changed
- FLP: use prometheus as terminal stage by @mariomac in #93
- Fix broken upgrade path, add release info by @jotak in #96
- NETOBSERV-308: fix vanilla kubernetes deployment by @mariomac in #98
- NETOBSERV-307: eBPF agent running with capabilities instead of full privileges by @mariomac in #99
- Console plugin annotation by @jpinsonneau in #100
- add development_kind by @eranra in #65
- NETOBSERV-265 and NETOBSERV-348 timestamp indexing by @jotak in #101
- Remove extraneous template field and dashboard uid by @stleerh in #102
- NETOBSERV-255: FLP multiple deployments by @OlivierCazade in #78
- Removed goflow references by @OlivierCazade in #103
- NETOBSERV-365 Fix errors in operator logs by @jotak in #105
- NETOBSERV-220 implement ovn-kubernetes reconciler by @jotak in #97
- NETOBSERV-305: deploy eBPF agent in master node by @mariomac in #108
- NETOBSERV-256: Kafka config by @OlivierCazade in #107
- Remove netflow v5 load generator by @jotak in #109
- Use new FLP API to build pipeline by @jotak in #110
- Kafka documentation improvement by @OlivierCazade in #116
- NETOBSERV-334 ebpf: flows are logged properly in FLP by @jpinsonneau in #118
- add example workload (with syn attack) by @eranra in #111
- Remove decode stages, rename some stages by @jotak in #114
- NETOBSERV-258: configure eBPF agent for Kafka by @mariomac in #121
- NETOBSERV-346 revamp upstream doc / readme by @jotak in #125
- README: update intro + loki by @jotak in #127
Full Changelog: 0.1.2...0.1.3
Sub-component release notes:
0.1.2
What's Changed
- NETOBSERV-94: Create HPA for the console plugin by @OlivierCazade in #64
- Trivial, remove duplicated run target by @jotak in #67
- remove QE/UX from automatic reviewers assignment by @jotak in #66
- flowlogs-pipeline integration by @jotak in #60
- NETOBSERV-192 automated release by @jotak in #68
- NETOBSERV-89 : Added default resources values by @OlivierCazade in #70
- move to use service named flowlogs-pipeline by @eranra in #69
- Make port-forward optional in deploy-loki / grafana by @jotak in #72
- NETOBSERV-126: Allow optional mapping for ports to service names by @OlivierCazade in #71
- Make DaemonSet mode the default by @jotak in #75
- NETOBSERV-218 upgrade base image by @jotak in #77
- NETOBSERV-229 create pre-merge image on PR via action by @jotak in #76
- NETOBSERV-242 - NETOBSERV-261 operator description + update grafana dashboard by @jotak in #74
- NETOBSERV-238: eBPF Agent Reconciler by @mariomac in #73
- pointing to the new netobserv-ebpf-agent image and name by @mariomac in #79
- NETOBSERV-201: Allow configuring Netobserv agent by @mariomac in #81
- Modified ebpf "verbose" section by "loglevel" by @mariomac in #82
- NETOBSERV-221 Patch console CR from operator by @jotak in #83
- NETOBSERV-304: fix update reconciliation of eBPF agent by @mariomac in #85
- Allow passing custom env vars to eBPF agent by @mariomac in #86
- Adding support for FLP operational metrics by @eranra in #84
- Update base image to recommended (fixed vulns) by @jotak in #88
- NETOBSERV-307: fix deploying with both ebpf and ipfix sections defined by @mariomac in #89
- Update release info, include eBPF by @jotak in #90
- Fix grafana dashboard by @jotak in #91
- Update version_in_flowcollectors_envtpl.yaml for ebpf by @jotak in #94
- Automate catalog push and remove it from manual release steps by @jotak in #92
Full Changelog: v0.1.1...0.1.2
v0.1.1
Changelog
v0.1.1 (2022-03-07)
Merged pull requests:
- Add new approvers #63 (jotak)
- hack: development using "make run" (with loki) #61 (eranra)
- NETOBSERV-108 Fix bundle issues #58 (jotak)
- Fix regression: reconcile failing #57 (jotak)
- Update doc: screenshots #55 (jotak)
- NETOBSERV-169 send labels to console plugin #54 (jpinsonneau)
- NETOBSERV-148 Added goflowkube port verifications #52 (OlivierCazade)
- NETOBSERV-107 Add version information #51 (jotak)
- Fix sample deployment #50 (mariomac)
- Fix using ubi8 image + go1.17 #49 (jotak)
- NETOBSERV-92 : Fixing tests coverage and adding coverage-report targets #48 (OlivierCazade)
- NETOBSERV-174 Make loki TimestampLabel configurable #47 (jotak)
- NETOBSERV-122: liveness probes for goflow-kube pod #43 (mariomac)
- NETOBSERV-158: Added sticky session to goflow kube to fix template defs miss #46 (OlivierCazade)
* This Changelog was automatically generated by github_changelog_generator