This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7ce1d7750 Add 2.6.0 release
new ea8ca5f52 Merge pull request #206 from hansva/master
7ce1d7750 is described below
commit 7ce1d7750e5fe75c42bc3820693f137b9b7bb74b
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Sep 17 11:52:11 2023 +0200
Add 2.6.0 release
---
.htaccess | 4 ++--
.vscode/settings.json | 3 +++
content/blog/2023/09/hop-2.6.0/index.adoc | 19 +++++++++++++++++++
content/download/index.adoc | 13 +++++++++++++
site.yml | 1 +
5 files changed, 38 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 464032c82..09095edf4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,6 @@
RewriteEngine on
RewriteBase "/"
-# Redirect /manual/2.5.0 to latest
+# Redirect /manual/2.6.0 to latest
-RewriteRule "^manual/2.5.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
+RewriteRule "^manual/2.6.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..107f6ca7d
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "ansible.python.interpreterPath":
"/Users/hans/.pyenv/versions/3.9.13/bin/python"
+}
\ No newline at end of file
diff --git a/content/blog/2023/09/hop-2.6.0/index.adoc
b/content/blog/2023/09/hop-2.6.0/index.adoc
new file mode 100644
index 000000000..306f1bf66
--- /dev/null
+++ b/content/blog/2023/09/hop-2.6.0/index.adoc
@@ -0,0 +1,19 @@
+---
+title: "Apache Hop 2.6 is available!!"
+date: 2023-06-12T06:49:56+02:00
+authors: ["bamaer"]
+categories: ["2.5", "Release", "Apache Hop"]
+preview: "Apache Hop 2.6 Released"
+description: "The latest Apache Hop release 2.6.0 is now available. Let's walk
through the most important new features in this release."
+draft: false
+---
+
+:imagesdir: ../../../../../static
+
+:toc: macro
+:toclevels: 3
+:toc-title: Let's take a closer look at what Hop 2.6 brings:
+:toc-class: none
+
+After a summer of hard work, the Apache Hop community is pleased to announce
the general availability of Apache Hop 2.6.0. +
+
diff --git a/content/download/index.adoc b/content/download/index.adoc
index ea3a0f860..7f18b787d 100644
--- a/content/download/index.adoc
+++ b/content/download/index.adoc
@@ -15,6 +15,19 @@ More information can be found in the readme files included
in the download archi
[cols="<.^1,<.^1,1,2,1,1"]
|===
| Version | Date | Description | Download Link | PGP Signature file of
download | SHA512 Checksum file of download
+
+.2+| link:/blog/2023/09/hop-2.6.0/[2.6.0]
+.2+| September, 17th, 2023
+| **Binaries**
+|
https://www.apache.org/dyn/closer.cgi?filename=hop/2.6.0/apache-hop-client-2.6.0.zip&action=download[**apache-hop-client-2.6.0.zip**]
+| https://downloads.apache.org/hop/2.6.0/apache-hop-client-2.6.0.zip.asc[asc]
+|
https://downloads.apache.org/hop/2.6.0/apache-hop-client-2.6.0.zip.sha512[sha512]
+| Sources
+|
https://www.apache.org/dyn/closer.cgi?filename=hop/2.6.0/apache-hop-2.6.0-src.tar.gz&action=download[apache-hop-2.6.0-src.tar.gz]
+| https://downloads.apache.org/hop/2.6.0/apache-hop-2.6.0-src.tar.gz.asc[asc]
+|
https://downloads.apache.org/hop/2.6.0/apache-hop-2.6.0-src.tar.gz.sha512[sha512]
+
+
.2+| link:/blog/2023/06/hop-2.5.0/[2.5.0]
.2+| June, 13th, 2023
| **Binaries**
diff --git a/site.yml b/site.yml
index 2ac7bafa6..6d4bf7cd7 100644
--- a/site.yml
+++ b/site.yml
@@ -26,6 +26,7 @@ content:
- release/2.3.0
- release/2.4.0
- release/2.5.0
+ - release/2.6.0
start_path: /docs/hop-user-manual/
- url: [email protected]:apache/hop.git
branches: master