This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push: new dda07307 YETUS-1253. add release 0.15.1 dda07307 is described below commit dda07307f7eac00257a33ec61cac86dbde8d1e6d Author: Allen Wittenauer <a...@apache.org> AuthorDate: Mon Mar 3 21:03:31 2025 -0800 YETUS-1253. add release 0.15.1 - list in releases - remove 0.15.0 --- asf-site-src/data/htaccess.yml | 4 ++-- asf-site-src/data/versions.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asf-site-src/data/htaccess.yml b/asf-site-src/data/htaccess.yml index f0698a94..20f949c3 100644 --- a/asf-site-src/data/htaccess.yml +++ b/asf-site-src/data/htaccess.yml @@ -15,6 +15,6 @@ --- redirect: /latest.tgz: > - https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.15.0/apache-yetus-0.15.0-bin.tar.gz + https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.15.1/apache-yetus-0.15.1-bin.tar.gz /latest.tgz.asc: > - https://downloads.apache.org/yetus/0.15.0/apache-yetus-0.15.0-bin.tar.gz.asc + https://downloads.apache.org/yetus/0.15.1/apache-yetus-0.15.1-bin.tar.gz.asc diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 814a9bce..9b191e8a 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -18,4 +18,4 @@ releases: - '0.13.0' - '0.14.1' - - '0.15.0' + - '0.15.1'