This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit a5038d0544adeee973c2b2db1672fd33f99584db Author: Gabor Gyimesi <[email protected]> AuthorDate: Mon Oct 6 09:26:42 2025 +0200 MINIFICPP-2630 MiNiFi C++ 0.99.2 download links (cherry picked from commit 56e6f920725b6edb892e3560dc81fecf045aa4ca) --- config.toml | 8 ++++---- content/download/_index.md | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index ccc981b5..96ab4591 100644 --- a/config.toml +++ b/config.toml @@ -45,11 +45,11 @@ currentProjectVersionReleased = "2025-09-21" previousProjectVersion = "1.28.1" previousProjectVersionReleased = "2024-11-19" -minifiCppCurrentProjectVersion = "0.99.1" -minifiCppCurrentProjectVersionReleased = "2025-02-05" +minifiCppCurrentProjectVersion = "0.99.2" +minifiCppCurrentProjectVersionReleased = "2025-10-06" -minifiCppPreviousProjectVersion = "0.99.0" -minifiCppPreviousProjectVersionReleased = "2024-05-17" +minifiCppPreviousProjectVersion = "0.99.1" +minifiCppPreviousProjectVersionReleased = "2025-02-05" [module] [[module.mounts]] diff --git a/content/download/_index.md b/content/download/_index.md index b074f007..3015c270 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -100,8 +100,9 @@ The Apache NiFi Team strongly encourages users to upgrade to NiFi 2. #### Sources {{< cpp-download-links version="previous" label="Source" extension=source.tar.gz >}} #### Binaries -{{< cpp-download-links version="previous" label="MiNiFi C++ Linux binaries" extension=bin-linux.tar.gz >}} -{{< cpp-download-links version="previous" label="MiNiFi C++ Windows installer" extension=windows.msi >}} +{{< cpp-download-links version="previous" label="MiNiFi C++ Linux x86_64" extension=bin-linux-x86_64.tar.gz >}} +{{< cpp-download-links version="previous" label="MiNiFi C++ Linux arm64" extension=bin-linux-arm64.tar.gz >}} +{{< cpp-download-links version="previous" label="MiNiFi C++ Windows x86_64" extension=windows.msi >}} </li> <li>
