installation: downloads: windows: page still documents 5.1.1 after the v5.1.2 release
@eschabell is already working on this.
Since Sep 5, 2026.
Assessment
This issue has not been assessed yet.
Description
Summary
installation/downloads/windows.md still documents 5.1.1 as the latest stable release, but v5.1.2 has been released. The page can't be updated yet because the 5.1.2 Windows artifacts aren't published to packages.fluentbit.io.
Current state
installation/downloads/windows.md is pinned to 5.1.1 in several places:
- Line 116:
The latest stable version is 5.1.1. - Lines 122-127: the installer table, with download links and SHA256 checksums for
win32,win64, andwinarm64(.exeand.zip) - Lines 135-137: the MSI installer links for
win32,win64, andwinarm64 - Lines 142 and 152: the
Get-FileHashandExpand-Archiveexamples
Why this is blocked
Updating the page needs the six SHA256 checksums for the 5.1.2 installers. Those files return NoSuchKey:
$ curl -s https://packages.fluentbit.io/windows/fluent-bit-5.1.2-win64.exe.sha256
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message>...
All six return the same error:
fluent-bit-5.1.2-win32.exe.sha256fluent-bit-5.1.2-win32.zip.sha256fluent-bit-5.1.2-win64.exe.sha256fluent-bit-5.1.2-win64.zip.sha256fluent-bit-5.1.2-winarm64.exe.sha256fluent-bit-5.1.2-winarm64.zip.sha256
The URL pattern is correct. The equivalent 5.1.1 file resolves and matches what the page already documents:
$ curl -s https://packages.fluentbit.io/windows/fluent-bit-5.1.1-win64.exe.sha256
877771b17776cebc066e68bbde9bf5c85c98814c5dd19ceef45a4561d1bae81c fluent-bit-5.1.1-win64.exe
The v5.1.2 tag was released in fluent/fluent-bit on 2026-09-05, so the release exists but the Windows packages behind it don't appear to have been published yet.
What's needed
- Publish the 5.1.2 Windows installers and their
.sha256files topackages.fluentbit.io/windows/. - Run
update-release-version-docs.shwith theWIN_*_HASHvalues for the new installers, which rewrites the "latest stable version" line, the installer filename patterns, and the checksums.
Related
installation/downloads/docker.mdhas a separate PR adding the 5.1.2 container image tags. The Docker Hub images for5.1.2and5.1.2-debugare published, so that half isn't blocked.update-release-version-docs.shonly updatesdocker.mdandwindows.md. Per-plugin "available in vX.Y" callouts elsewhere in the docs are maintained separately.
- Dominant language
- Shell
- Stars
- 150
- Forks
- 566
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 26
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from fluent/fluent-bit-docs
-
wontfix
fluent/fluent-bit-docs#2713 · 4 comments · 1 assignee ·
-
bug validation-example-configs
fluent/fluent-bit-docs#2673 · 1 comment · 1 assignee ·
-
Link Checker Report Openautomated issue report
fluent/fluent-bit-docs#2562 · 1 assignee ·
-
enhancement waiting-for-user
fluent/fluent-bit-docs#2349 · 6 comments · 1 assignee ·
All issues in fluent/fluent-bit-docs
Similar issues
-
docs(agents): strengthen the no-backslash-escaped-backticks rule with an issue-creation example Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
package-update
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
oSoWoSo/vOid_Community_repOsitory#148 · 1 comment ·
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·
-
area: compat bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
zenhub-dev
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
OpenLiberty/ci.docker#747 ·