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 ff9d0144 YETUS-1237. add release 0.15.0 ff9d0144 is described below commit ff9d0144b000cffe9edeb68319d9c84dbfa57fc1 Author: Allen Wittenauer <a...@apache.org> AuthorDate: Fri Dec 1 20:50:40 2023 -0800 YETUS-1237. add release 0.15.0 - list in releases - remove 0.12.0, add 0.15.0 to docs and downloads --- 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 059576a7..f0698a94 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.14.1/apache-yetus-0.14.1-bin.tar.gz + https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.15.0/apache-yetus-0.15.0-bin.tar.gz /latest.tgz.asc: > - https://downloads.apache.org/yetus/0.14.1/apache-yetus-0.14.1-bin.tar.gz.asc + https://downloads.apache.org/yetus/0.15.0/apache-yetus-0.15.0-bin.tar.gz.asc diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 3e822103..814a9bce 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -16,6 +16,6 @@ # under the License. --- releases: - - '0.12.0' - '0.13.0' - '0.14.1' + - '0.15.0'