You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/03/07 20:42:51 UTC

[hop-website] branch master updated: Add new release

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 19f210b  Add new release
     new df20d2c  Merge pull request #132 from hansva/master
19f210b is described below

commit 19f210b7d76eae27cb3c26973bfa52c1e8c885b3
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Mon Mar 7 21:41:22 2022 +0100

    Add new release
---
 .htaccess                   | 4 ++--
 content/download/index.adoc | 2 ++
 site.yml                    | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 942a415..4769a48 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,6 @@
 RewriteEngine on
 RewriteBase "/"
 
-# Redirect /manual/1.1.0 to latest
+# Redirect /manual/1.2.0 to latest
 
-RewriteRule "^manual/1.1.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
+RewriteRule "^manual/1.2.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 2033630..18479ea 100644
--- a/content/download/index.adoc
+++ b/content/download/index.adoc
@@ -8,6 +8,8 @@ description: "Download Apache Hop source and binary releases or Docker images fo
 [cols="<.^1,<.^1,1,2,1,1"]
 |===
 | Version | Date | Description | Download Link | PGP Signature file of download | SHA512 Checksum file of download
+.2+| 1.2.0 .2+| March, 7th, 2022 | **Binaries** | https://www.apache.org/dyn/closer.cgi?filename=hop/1.2.0/apache-hop-client-1.2.0.zip&action=download[**apache-hop-client-1.2.0.zip**] | https://downloads.apache.org/hop/1.2.0/apache-hop-client-1.2.0.zip.asc[asc] | https://downloads.apache.org/hop/1.2.0/apache-hop-client-1.2.0.zip.sha512[sha512]
+| Sources | https://www.apache.org/dyn/closer.cgi?filename=hop/1.2.0/apache-hop-1.2.0-src.tar.gz&action=download[apache-hop-1.2.0-src.tar.gz] | https://downloads.apache.org/hop/1.2.0/apache-hop-1.2.0-src.tar.gz.asc[asc] | https://downloads.apache.org/hop/1.2.0/apache-hop-1.2.0-src.tar.gz.sha512[sha512]
 .2+| 1.1.0 .2+| January, 24th, 2022 | **Binaries** | https://www.apache.org/dyn/closer.cgi?filename=hop/1.1.0/apache-hop-client-1.1.0.zip&action=download[**apache-hop-client-1.1.0.zip**] | https://downloads.apache.org/hop/1.1.0/apache-hop-client-1.1.0.zip.asc[asc] | https://downloads.apache.org/hop/1.1.0/apache-hop-client-1.1.0.zip.sha512[sha512]
 | Sources | https://www.apache.org/dyn/closer.cgi?filename=hop/1.1.0/apache-hop-1.1.0-src.tar.gz&action=download[apache-hop-1.1.0-src.tar.gz] | https://downloads.apache.org/hop/1.1.0/apache-hop-1.1.0-src.tar.gz.asc[asc] | https://downloads.apache.org/hop/1.1.0/apache-hop-1.1.0-src.tar.gz.sha512[sha512]
 .2+| link:/blog/2021/10/hop-1.0.0/[1.0.0] .2+| October, 5th, 2021 | **Binaries** | https://www.apache.org/dyn/closer.cgi?filename=hop/1.0.0/apache-hop-client-1.0.0-incubating.zip&action=download[**apache-hop-client-1.0.0-incubating.zip**] | https://downloads.apache.org/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip.asc[asc] | https://downloads.apache.org/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip.sha512[sha512]
diff --git a/site.yml b/site.yml
index 5f54a86..5e64195 100644
--- a/site.yml
+++ b/site.yml
@@ -12,6 +12,7 @@ content:
       - master
       - release1.0.0
       - release1.1.0
+      - release1.2.0
     start_path: /docs/hop-user-manual/
   - url: git@github.com:apache/hop.git
     branches: master