-
Notifications
You must be signed in to change notification settings - Fork 542
release: update to v4.2.0 #2169
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
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
WalkthroughDocumentation updates to reflect version 4.2.0 release across Docker and Windows installation guides. Docker tags table expanded with new 4.2.0 and 4.2.0-debug entries. Windows installation guide updated with 4.2.0 package references, checksums, and download links replacing 4.0.13. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
installation/downloads/docker.md(1 hunks)installation/downloads/windows.md(2 hunks)
🧰 Additional context used
🪛 LanguageTool
installation/downloads/windows.md
[grammar] ~131-~131: Use a hyphen to join words.
Context: ... These are now using the Github Actions built versions. Legacy AppVeyor builds a...
(QB_NEW_EN_HYPHEN)
🔇 Additional comments (5)
installation/downloads/windows.md (4)
116-116: LGTM — Version statement updated correctly.The latest stable version line is properly updated to reflect v4.2.0.
135-137: LGTM — MSI installer links updated.All three MSI installer variants (win32, win64, winarm64) are consistently updated to v4.2.0 URLs.
142-142: LGTM — Example commands updated.The
Get-FileHashandExpand-ArchivePowerShell command examples are correctly updated to reference v4.2.0 filenames.Also applies to: 152-152
122-127: All Windows installer URLs are accessible and checksums are properly formatted.The package links for all three architectures (win32, win64, winarm64) returned HTTP 200 status codes, confirming they are accessible and working. The checksums are all valid 64-character hexadecimal strings, matching the expected SHA-256 format.
installation/downloads/docker.md (1)
45-46: I need to gather more information about the correct Fluent Bit announcement URL pattern and verify what links exist elsewhere in the documentation.Now let me check the actual documentation file to see the context and other version entries:
Based on my verification, v4.1.1 is the latest released version (October 09, 2025), and v4.2.0 does not yet exist. The 404 errors are expected—the URL pattern itself is correct and matches existing release announcements like v4.0.10 and v4.0.12. The documentation appropriately includes links to future release announcements in advance of their publication.
LGTM — Docker tags for v4.2.0 added correctly.
Both debug (
4.2.0-debug) and release (4.2.0) tags are documented with the correct architecture list (x86_64, arm64v8, arm32v7, s390x) and consistent table formatting. The release link follows the standard announcement URL pattern and will be accessible upon v4.2.0 release.
|
|
||
| <!-- vale on --> | ||
|
|
||
| These are now using the Github Actions built versions. Legacy AppVeyor builds are still available (AMD 32/64 only) at releases.fluentbit.io but are deprecated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix capitalization: "GitHub" and clarify hyphenation.
The text "Github Actions built versions" has two issues: "Github" should be capitalized as "GitHub", and "built versions" may be clearer as "Actions-built versions" for consistency with documentation style.
Apply this diff to fix the capitalization and hyphenation:
-These are now using the Github Actions built versions. Legacy AppVeyor builds are still available (AMD 32/64 only) at releases.fluentbit.io but are deprecated.
+These are now using the GitHub Actions-built versions. Legacy AppVeyor builds are still available (AMD 32/64 only) at releases.fluentbit.io but are deprecated.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| These are now using the Github Actions built versions. Legacy AppVeyor builds are still available (AMD 32/64 only) at releases.fluentbit.io but are deprecated. | |
| These are now using the GitHub Actions-built versions. Legacy AppVeyor builds are still available (AMD 32/64 only) at releases.fluentbit.io but are deprecated. |
🧰 Tools
🪛 LanguageTool
[grammar] ~131-~131: Use a hyphen to join words.
Context: ... These are now using the Github Actions built versions. Legacy AppVeyor builds a...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
installation/downloads/windows.md around line 131: fix capitalization and
hyphenation in the sentence by changing "Github Actions built versions" to
"GitHub Actions-built versions" (preserve rest of sentence), so "GitHub" is
correctly capitalized and "Actions-built" is hyphenated for clarity and
consistency.
Update release 4.2.0 version.
Summary by CodeRabbit