This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 575747060e update website for 2.19.0 (#275)
575747060e is described below

commit 575747060ec6de2fda375f06d1177de415170301
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Aug 17 11:22:12 2026 +0200

    update website for 2.19.0 (#275)
---
 .htaccess                   |  4 ++--
 content/download/index.adoc | 22 +++++++++++-----------
 site.yml                    |  6 +++---
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/.htaccess b/.htaccess
index a0dbf4ac9f..bd741ac821 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,6 @@
 RewriteEngine on
 RewriteBase "/"
 
-# Redirect /manual/2.18.1 to latest
+# Redirect /manual/2.19.0 to latest
 
-RewriteRule "^manual/2.18.1(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
+RewriteRule "^manual/2.19.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
diff --git a/content/download/index.adoc b/content/download/index.adoc
index ec995967c5..16f4f8a924 100644
--- a/content/download/index.adoc
+++ b/content/download/index.adoc
@@ -16,6 +16,17 @@ More information can be found in the readme files included 
in the download archi
 |===
 | Version | Date | Description | Download Link | PGP Signature file of 
download | SHA512 Checksum file of download
 
+.2+| link:/blog/2026/08/hop-2.19.0/[2.19.0] 
+.2+| August, 17th, 2026
+| **Binaries** 
+| 
https://www.apache.org/dyn/closer.cgi?filename=hop/2.19.0/apache-hop-client-2.19.0.zip&action=download[**apache-hop-client-2.19.0.zip**]
 
+| 
https://downloads.apache.org/hop/2.19.0/apache-hop-client-2.19.0.zip.asc[asc] 
+| 
https://downloads.apache.org/hop/2.19.0/apache-hop-client-2.19.0.zip.sha512[sha512]
+| Sources 
+| 
https://www.apache.org/dyn/closer.cgi?filename=hop/2.19.0/apache-hop-2.19.0-src.tar.gz&action=download[apache-hop-2.19.0-src.tar.gz]
 
+| 
https://downloads.apache.org/hop/2.19.0/apache-hop-2.19.0-src.tar.gz.asc[asc] 
+| 
https://downloads.apache.org/hop/2.19.0/apache-hop-2.19.0-src.tar.gz.sha512[sha512]
+
 .2+| link:/blog/2026/06/hop-2.18.1/[2.18.1] 
 .2+| June, 18th, 2026
 | **Binaries** 
@@ -49,17 +60,6 @@ More information can be found in the readme files included 
in the download archi
 | 
https://downloads.apache.org/hop/2.17.0/apache-hop-2.17.0-src.tar.gz.asc[asc] 
 | 
https://downloads.apache.org/hop/2.17.0/apache-hop-2.17.0-src.tar.gz.sha512[sha512]
 
-.2+| link:/blog/2025/11/hop-2.16.0/[2.16.0] 
-.2+| November, 14th, 2025
-| **Binaries** 
-| 
https://www.apache.org/dyn/closer.cgi?filename=hop/2.16.0/apache-hop-client-2.16.0.zip&action=download[**apache-hop-client-2.16.0.zip**]
 
-| 
https://downloads.apache.org/hop/2.16.0/apache-hop-client-2.16.0.zip.asc[asc] 
-| 
https://downloads.apache.org/hop/2.16.0/apache-hop-client-2.16.0.zip.sha512[sha512]
-| Sources 
-| 
https://www.apache.org/dyn/closer.cgi?filename=hop/2.16.0/apache-hop-2.16.0-src.tar.gz&action=download[apache-hop-2.16.0-src.tar.gz]
 
-| 
https://downloads.apache.org/hop/2.16.0/apache-hop-2.16.0-src.tar.gz.asc[asc] 
-| 
https://downloads.apache.org/hop/2.16.0/apache-hop-2.16.0-src.tar.gz.sha512[sha512]
-
 |===
 Older releases can be found in the 
https://archive.apache.org/dist/hop/[archives]
 
diff --git a/site.yml b/site.yml
index 05ab65c753..550bb2d15c 100644
--- a/site.yml
+++ b/site.yml
@@ -17,7 +17,6 @@ content:
   - url: [email protected]:apache/hop.git
     branches: 
       - main
-      - release/2.9.0
       - release/2.10.0
       - release/2.11.0
       - release/2.12.0
@@ -28,11 +27,11 @@ content:
       - release/2.17.0
       - release/2.18.0
       - release/2.18.1
+      - release/2.19.0
     start_path: /docs/hop-user-manual/
   - url: [email protected]:apache/hop.git
     branches: 
       - main
-      - release/2.9.0
       - release/2.10.0
       - release/2.11.0
       - release/2.12.0
@@ -43,11 +42,11 @@ content:
       - release/2.17.0
       - release/2.18.0
       - release/2.18.1
+      - release/2.19.0
     start_path: /docs/hop-tech-manual/
   - url: [email protected]:apache/hop.git
     branches: 
       - main
-      - release/2.9.0
       - release/2.10.0
       - release/2.11.0
       - release/2.12.0
@@ -58,6 +57,7 @@ content:
       - release/2.17.0
       - release/2.18.0
       - release/2.18.1
+      - release/2.19.0
     start_path: /docs/hop-dev-manual/
     
 ui:

Reply via email to