This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c994ae396 IGNITE-23765 Update latest to 2.17.
3c994ae396 is described below

commit 3c994ae396176254c95e939d596ce5edcba9c597
Author: Nikita Amelchev <namelc...@apache.org>
AuthorDate: Thu Feb 13 15:12:11 2025 +0300

    IGNITE-23765 Update latest to 2.17.
---
 .htaccess | 4 ++--
 latest    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess
index ac813c1bca..32c6deef61 100644
--- a/.htaccess
+++ b/.htaccess
@@ -169,7 +169,7 @@ RewriteRule ^/?(.*)$ https://ignite.apache.org/$1 [L,R=301]
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R=301,L]
 
-RewriteRule ^releases/latest/(.*)$ /releases/2.16.0/$1 [L]
+RewriteRule ^releases/latest/(.*)$ /releases/2.17.0/$1 [L]
 RewriteRule ^releases/mobile/(.*)$ /releases/latest/javadoc/$1 [R=301,L]
 #redirects all 404 pages under api doc path, to it corresponding index
 RewriteCond %{REQUEST_FILENAME} !-f
@@ -181,7 +181,7 @@ RewriteRule 
^releases/(.*)/(javadoc|scaladoc|cppdoc|dotnetdoc)/(.*)$ /releases/l
 
 RewriteRule ^docs/?$ /docs/latest/ [R=301,L]
 RewriteRule ^docs/latest$ /docs/latest/ [R=301,L]
-RewriteRule ^docs/latest/(.*)$ /docs/2.16.0/$1 [L]
+RewriteRule ^docs/latest/(.*)$ /docs/2.17.0/$1 [L]
 
 #redirect to latest version for Ignite 3 docs
 RewriteRule ^docs/ignite3/?$ /docs/ignite3/latest/ [R=301,L]
diff --git a/latest b/latest
index 8a42493fbe..cac24fb136 100755
--- a/latest
+++ b/latest
@@ -1 +1 @@
-version=2.16.0
+version=2.17.0

Reply via email to