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 30ead3732a 2.18.1 release (#273)
30ead3732a is described below
commit 30ead3732ae629b89e4e2e27216151cdc74debef
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jun 18 15:49:03 2026 +0200
2.18.1 release (#273)
---
.htaccess | 4 +--
content/blog/2026/06/hop-2.18.1/index.adoc | 50 ++++++++++++++++++++++++++++++
content/download/index.adoc | 11 +++++++
site.yml | 3 ++
4 files changed, 66 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 5d06e100bc..a0dbf4ac9f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,6 @@
RewriteEngine on
RewriteBase "/"
-# Redirect /manual/2.18.0 to latest
+# Redirect /manual/2.18.1 to latest
-RewriteRule "^manual/2.18.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
+RewriteRule "^manual/2.18.1(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
diff --git a/content/blog/2026/06/hop-2.18.1/index.adoc
b/content/blog/2026/06/hop-2.18.1/index.adoc
new file mode 100644
index 0000000000..aec37c7222
--- /dev/null
+++ b/content/blog/2026/06/hop-2.18.1/index.adoc
@@ -0,0 +1,50 @@
+---
+title: "Apache Hop 2.18.1 is available!!"
+date: 2026-06-18T06:44:56+02:00
+authors: ["hansva"]
+categories: ["2.18.1", "Release", "Apache Hop"]
+preview: "Apache Hop 2.18.1 Released"
+description: "The latest Apache Hop release 2.18.1 is now available. Let's
walk through the most important new features in this release."
+---
+
+:imagesdir: ../../../../../static
+
+:toc: macro
+:toclevels: 3
+:toc-title: Let's take a closer look at what Hop 2.18.1 brings:
+:toc-class: none
+
+The Apache Hop community is excited to announce the release of Apache Hop
2.18.1!
+
+This is a patch release to address some regressions that have happened between
2.17.0 and 2.18.0.
+The following issues have been solved:
+
+- Text file input no longer returned row numbers if configured to return those
+- Merge Rows (diff) regression with row lay-out
+- Get file names filter on type (files/Folders) did not work anymore
+- Sorted merge NPE when using multiple copies
+- PGP Encrypt NPE
+- Metadata injection transform regressions
+
+
+This is your project. Your contributions shape what Apache Hop becomes.
+
+or https://hop.apache.org/download/[**download Hop 2.18.1**] right away.
+
+
+== Get Apache Hop 2.18.1 today!
+
+Don't wait to try the latest and greatest version of Apache Hop. +
+https://hop.apache.org/download/[Download 2.18.1 now] and experience the new
features and improvements firsthand.
+
+== GitHub Issues
+
+This release contains work on 16 tickets.
+Want to see every fix and enhancement? +
+Explore the https://github.com/apache/hop/milestone/22?closed=1[Apache Hop
2.18 Milestone] and the
https://github.com/apache/hop/releases/tag/2.18.1-rc1[Release notes^] on GitHub.
+
+== Looking forward
+
+The Apache Hop community is already working hard on the next version, packed
with even more features and improvements you won't want to miss.
+
+Thank you for being part of the Apache Hop journey.
diff --git a/content/download/index.adoc b/content/download/index.adoc
index d12c00e3db..ec995967c5 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/06/hop-2.18.1/[2.18.1]
+.2+| June, 18th, 2026
+| **Binaries**
+|
https://www.apache.org/dyn/closer.cgi?filename=hop/2.18.1/apache-hop-client-2.18.1.zip&action=download[**apache-hop-client-2.18.1.zip**]
+|
https://downloads.apache.org/hop/2.18.1/apache-hop-client-2.18.1.zip.asc[asc]
+|
https://downloads.apache.org/hop/2.18.1/apache-hop-client-2.18.1.zip.sha512[sha512]
+| Sources
+|
https://www.apache.org/dyn/closer.cgi?filename=hop/2.18.1/apache-hop-2.18.1-src.tar.gz&action=download[apache-hop-2.18.1-src.tar.gz]
+|
https://downloads.apache.org/hop/2.18.1/apache-hop-2.18.1-src.tar.gz.asc[asc]
+|
https://downloads.apache.org/hop/2.18.1/apache-hop-2.18.1-src.tar.gz.sha512[sha512]
+
.2+| link:/blog/2026/06/hop-2.18.0/[2.18.0]
.2+| June, 1st, 2026
| **Binaries**
diff --git a/site.yml b/site.yml
index 309eec3e46..05ab65c753 100644
--- a/site.yml
+++ b/site.yml
@@ -27,6 +27,7 @@ content:
- release/2.16.0
- release/2.17.0
- release/2.18.0
+ - release/2.18.1
start_path: /docs/hop-user-manual/
- url: [email protected]:apache/hop.git
branches:
@@ -41,6 +42,7 @@ content:
- release/2.16.0
- release/2.17.0
- release/2.18.0
+ - release/2.18.1
start_path: /docs/hop-tech-manual/
- url: [email protected]:apache/hop.git
branches:
@@ -55,6 +57,7 @@ content:
- release/2.16.0
- release/2.17.0
- release/2.18.0
+ - release/2.18.1
start_path: /docs/hop-dev-manual/
ui: