docs: installation: upgrade-notes: add breaking changes for v2.0 through v4.2#2394
docs: installation: upgrade-notes: add breaking changes for v2.0 through v4.2#2394eschabell wants to merge 1 commit intofluent:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a v4.2 upgrade note to installation/upgrade-notes.md documenting that all Vivo exporter HTTP endpoints (logs, metrics, traces, internal metrics) now require the /api/v1/ prefix; retains prior upgrade-note sections for v4.0, v3.0, v2.0, and v1.9.9. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ugh v4.2
- v2.0: mbedTLS removed as TLS backend; OpenSSL now required for source builds - v3.0: HTTP/2 enabled by default for opentelemetry, splunk, elasticsearch,
and http input plugins; add `http2 off` if clients or proxies lack HTTP/2 support
- v4.0: official packages dropped for Ubuntu 16.04, 18.04, and 20.04
- v4.0: Kafka plugins disabled in official packages for CentOS 7 and
Amazon Linux 2 (ARM64) due to librdkafka glibc requirements
- v4.2: Vivo exporter HTTP endpoint paths changed to /api/v1/ prefix
Fixes fluent#2393
Signed-off-by: Eric D. Schabell <eric@schabell.org>
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@installation/upgrade-notes.md`:
- Line 55: Update the sentence that currently reads "If your clients do not
support HTTP/2, or if you have a reverse proxy or load balancer that does not
handle HTTP/2 correctly, add `http2 off` to the affected input plugin
configuration section." to use contractions per repo style: change "do not" to
"don't" and "does not" to "doesn't" while keeping the rest of the text and the
`http2 off` code span unchanged.
- Line 32: Add the missing exception "Xenial" to the spelling exceptions list by
editing Spelling-exceptions.txt (under the FluentBit style) and insert the word
Xenial in alphabetical order with the other entries so the recurring spelling
warning for Ubuntu 16.04 is suppressed; ensure the entry matches casing exactly
("Xenial") and save the file.
943773f to
d72b263
Compare
and http input plugins; add
http2 offif clients or proxies lack HTTP/2 supportAmazon Linux 2 (ARM64) due to librdkafka glibc requirements
Fixes #2393
Summary by CodeRabbit