This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main-staging
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
from 6fed3f2c NIFI-14221 Added REST API Version 2 Documentation
new 03602346 NIFI-14222 Updated Documentation Link to New Release Guide
new 247e3758 MINIFICPP-2510 MiNiFi C++ 0.99.1 download links
new 8493e4ce Updated Slack invitation link (#90)
new e388586e Update powered-by replacing Datavolo with Snowflake
new e7d6f2cf NIFI-14339 - Website update for release of NiFi 2.3.0
new 857f21c9 NIFI-14272 - Published CVE-2025-27017
new 82bf16ad Add EmbedIT to the powered-by (#91)
new e09e31b6 Alphabetized Powered By organizations
new 69a82893 Added Ksolves to Powered By organizations (#92)
new 655d76b6 NIFI-14503 - Conduct Apache NiFi 2.4.0 Release
new 0f2b81b8 Renamed Security Reporting Guidelines to Security Model
new 3a71111e NIFI-14755 - Conduct Apache NiFi 2.5.0 Release
new 109378d7 MINIFICPP-2592 Correct minificpp windows and macOS as support
on Nifi site
new e349d29f NIFI-14842 Add link to OpenAPI Specification in the 2.0
documentation (#94)
new 5ad84f8d NIFI-14971 - Apache NiFi 2.6.0 Release
new b0cd326a Added Emeritus Members following Policy for Inactive
Committers
new a5038d05 MINIFICPP-2630 MiNiFi C++ 0.99.2 download links
new 7c85cfc6 Update documentation for NiFi 2.7.0 and added Flow Registry
Clients documentation
new b5dec634 NIFI-15318 Set Current Project Version to 2.7.1
new 983ebf79 NIFI-15344 Set Current Project Version to 2.7.2
new ac507d14 NIFI-15292 Published CVE-2025-66524
new bad9ea91 NIFI-15423 Refactored templates for Hugo 0.152.4
The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yml | 6 +-
config.toml | 24 +-
content/community/_index.md | 31 +-
content/community/contact.md | 2 +-
content/community/powered-by.md | 28 +-
content/components/_index.md | 5 +
content/documentation/guides/_index.md | 2 +-
content/documentation/guides/releases.md | 562 ---------------------
content/documentation/security.md | 54 +-
content/download/_index.md | 9 +-
content/projects/minifi.md | 2 +-
.../cpp-download-links.html | 0
.../download-links.html | 0
.../{shortcodes => _shortcodes}/external-icon.html | 0
.../fds-download-links.html | 0
.../{shortcodes => _shortcodes}/project-label.html | 0
.../{shortcodes => _shortcodes}/vulnerability.html | 0
.../{shortcodes => _shortcodes}/youtube-embed.html | 0
layouts/{index.html => home.html} | 0
layouts/shortcodes/maven-download-links.html | 29 --
prebuild/layouts/{index.html => home.html} | 16 +
.../layouts/{partials => _partials}/component.html | 0
.../layouts/{partials => _partials}/footer.html | 2 +-
.../nifi/layouts/{partials => _partials}/head.html | 0
.../layouts/{partials => _partials}/header.html | 0
.../layouts/{partials => _partials}/matomo.html | 0
.../{shortcodes => _shortcodes}/hero-section.html | 0
.../project-members.html | 0
themes/nifi/layouts/{_default => }/baseof.html | 0
...omponents.html => component-documentation.html} | 17 +
.../documentation.html => documentation/list.html} | 0
.../documentation/{single.html => page.html} | 0
.../{section/download.html => download/list.html} | 0
themes/nifi/layouts/{_default => }/list.html | 0
.../layouts/{_default/single.html => page.html} | 0
35 files changed, 160 insertions(+), 629 deletions(-)
create mode 100644 content/components/_index.md
delete mode 100644 content/documentation/guides/releases.md
rename layouts/{shortcodes => _shortcodes}/cpp-download-links.html (100%)
rename layouts/{shortcodes => _shortcodes}/download-links.html (100%)
rename layouts/{shortcodes => _shortcodes}/external-icon.html (100%)
rename layouts/{shortcodes => _shortcodes}/fds-download-links.html (100%)
rename layouts/{shortcodes => _shortcodes}/project-label.html (100%)
rename layouts/{shortcodes => _shortcodes}/vulnerability.html (100%)
rename layouts/{shortcodes => _shortcodes}/youtube-embed.html (100%)
rename layouts/{index.html => home.html} (100%)
delete mode 100644 layouts/shortcodes/maven-download-links.html
rename prebuild/layouts/{index.html => home.html} (84%)
rename themes/nifi/layouts/{partials => _partials}/component.html (100%)
rename themes/nifi/layouts/{partials => _partials}/footer.html (96%)
rename themes/nifi/layouts/{partials => _partials}/head.html (100%)
rename themes/nifi/layouts/{partials => _partials}/header.html (100%)
rename themes/nifi/layouts/{partials => _partials}/matomo.html (100%)
rename themes/nifi/layouts/{shortcodes => _shortcodes}/hero-section.html (100%)
rename themes/nifi/layouts/{shortcodes => _shortcodes}/project-members.html
(100%)
rename themes/nifi/layouts/{_default => }/baseof.html (100%)
rename themes/nifi/layouts/{section/components.html =>
component-documentation.html} (89%)
rename themes/nifi/layouts/{section/documentation.html =>
documentation/list.html} (100%)
rename themes/nifi/layouts/documentation/{single.html => page.html} (100%)
rename themes/nifi/layouts/{section/download.html => download/list.html} (100%)
rename themes/nifi/layouts/{_default => }/list.html (100%)
rename themes/nifi/layouts/{_default/single.html => page.html} (100%)