You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "SkyeYoung (via GitHub)" <gi...@apache.org> on 2023/05/08 02:41:37 UTC

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1580: fix: apisix LTS version in nav

SkyeYoung opened a new pull request, #1580:
URL: https://github.com/apache/apisix-website/pull/1580

   Fixes: #[Add issue number here]
   
   > Quesion from deng
   > 注意到 apache site 上 downloads 的 LTS 版本每次都会 bump 成 latest release version
   > https://apisix.apache.org/downloads/
   > 
   > 与同站上文档 LTS 不符合:
   > https://apisix.apache.org/docs/apisix/getting-started/README/
   
   Changes:
   
   <!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
   
   Screenshots of the change:
   
   <!-- Add screenshots depicting the changes. -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1580: fix: apisix LTS version in nav

Posted by "netlify[bot] (via GitHub)" <gi...@apache.org>.
netlify[bot] commented on PR #1580:
URL: https://github.com/apache/apisix-website/pull/1580#issuecomment-1537658647

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |:-:|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | 726147cf101d54bed1e223dd5c5feb93c06fad67 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/6458616100be86000947700e |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SkyeYoung commented on a diff in pull request #1580: fix: apisix LTS version in nav

Posted by "SkyeYoung (via GitHub)" <gi...@apache.org>.
SkyeYoung commented on code in PR #1580:
URL: https://github.com/apache/apisix-website/pull/1580#discussion_r1187095628


##########
config/apisix-versions.js:
##########
@@ -8,7 +8,7 @@ const versions = ['2.12', '2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3'];
 /**
  * @type {Array<string>} LTS version list
  */
-const LTSVersions = ['2.15'];
+const LTSVersions = ['3.3'];

Review Comment:
   ```suggestion
   const LTSVersions = ['3.2'];
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] juzhiyuan merged pull request #1580: fix: apisix LTS version in nav

Posted by "juzhiyuan (via GitHub)" <gi...@apache.org>.
juzhiyuan merged PR #1580:
URL: https://github.com/apache/apisix-website/pull/1580


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] yzeng25 commented on pull request #1580: fix: apisix LTS version in nav

Posted by "yzeng25 (via GitHub)" <gi...@apache.org>.
yzeng25 commented on PR #1580:
URL: https://github.com/apache/apisix-website/pull/1580#issuecomment-1539452530

   If 3.2.0 is the new LTS version, is it necessary to update the `LTS` tag in https://apisix.apache.org/docs/apisix/getting-started/README/ as well? 
   
   ![image](https://user-images.githubusercontent.com/36651058/237006112-41f258f8-1399-4e2f-b750-12bc3b1a69ad.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org