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 c20471558b430b9c8362002e99678c4cff785992
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jan 27 23:01:12 2025 +0100

    NIFI-14192 - Website update for release of NiFi 2.2.0
    
    (cherry picked from commit 2835cd68e628d66eb9a2a70436e31d7c9fd3656b)
---
 config.toml                                         | 4 ++--
 themes/nifi/layouts/shortcodes/project-members.html | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml
index 78295965..6e3e660f 100644
--- a/config.toml
+++ b/config.toml
@@ -39,8 +39,8 @@ downloadPathUrl = "https://downloads.apache.org/nifi";
 archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi";
 mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi";
 
-currentProjectVersion = "2.1.0"
-currentProjectVersionReleased = "2024-12-23"
+currentProjectVersion = "2.2.0"
+currentProjectVersionReleased = "2025-01-27"
 previousProjectVersion = "1.28.1"
 previousProjectVersionReleased = "2024-11-19"
 
diff --git a/themes/nifi/layouts/shortcodes/project-members.html 
b/themes/nifi/layouts/shortcodes/project-members.html
index 84ebcba9..e5d0390e 100644
--- a/themes/nifi/layouts/shortcodes/project-members.html
+++ b/themes/nifi/layouts/shortcodes/project-members.html
@@ -1,5 +1,7 @@
-{{ $groups := getJSON .Site.Params.apacheFoundationGroupsUrl }}
-{{ $people := getJSON .Site.Params.apacheFoundationPeopleNameUrl }}
+{{ $resourceGroups := resources.GetRemote 
.Site.Params.apacheFoundationGroupsUrl }}
+{{ $groups := $resourceGroups | transform.Unmarshal }}
+{{ $resourcePeople := resources.GetRemote 
.Site.Params.apacheFoundationPeopleNameUrl }}
+{{ $people := $resourcePeople | transform.Unmarshal }}
 
 {{- $project := "nifi" -}}
 {{- with .Get "project" -}}

Reply via email to