You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by yu...@apache.org on 2022/12/30 06:31:35 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1521] fix broken release announcement links (#247)

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

yuchaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a906397f3 [YUNIKORN-1521] fix broken release announcement links (#247)
a906397f3 is described below

commit a906397f3b5b3a241976689d2b9a741d80e78e42
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Fri Dec 30 17:31:29 2022 +1100

    [YUNIKORN-1521] fix broken release announcement links (#247)
    
    * [YUNIKORN-1521] fix broken release announcement links
    
    Point to web accessible links in announcements
    Remove unneeded base regexp in config
    
    * zh-cn page fix, update jira count
---
 docusaurus.config.js                                                  | 3 +--
 i18n/zh-cn/docusaurus-plugin-content-pages/release-announce/0.12.2.md | 2 +-
 src/pages/release-announce/0.12.2.md                                  | 2 +-
 src/pages/release-announce/1.1.0.md                                   | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index d8598af0f..5271ca780 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -156,16 +156,15 @@ module.exports = {
           label: 'Docs',
           to: 'docs',
           position: 'right',
-          activeBaseRegex: `docs/(?!next/(support|team|resources))`,
           items: [
             {
               label: 'Master',
               to: 'docs/next/',
-              activeBaseRegex: `docs/next/(?!support|team|resources)`,
             },
             {
               label: versions[0],
               to: 'docs/',
+              // required for correct style on current version menu item
               activeBaseRegex: `docs/(?!${versions.join('|')}|next)`,
             },
             ...versions.slice(1).map((version) => ({
diff --git a/i18n/zh-cn/docusaurus-plugin-content-pages/release-announce/0.12.2.md b/i18n/zh-cn/docusaurus-plugin-content-pages/release-announce/0.12.2.md
index 39a32275e..412f4ebc0 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-pages/release-announce/0.12.2.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-pages/release-announce/0.12.2.md
@@ -26,7 +26,7 @@ under the License.
 Apache YuniKorn (Incubating) 是一个独立的资源调度器,旨在管理和调度容器编排框架(如 Kubernetes)上的大数据工作负载,用于本地和云端用例。
 
 ## 概述
-The Apache YuniKorn (Incubating) 社区在此版本中修复了 19 个 [JIRA问题](https://issues.apache.org/jira/browse/YUNIKORN-1038?filter=12351270) 。
+The Apache YuniKorn (Incubating) 社区在此版本中修复了 19 个 [JIRA问题](https://issues.apache.org/jira/issues/?filter=12351270) 。
 0.12.2 版本主要是一个维护版本,目的是为了更好地兼容当前的 Kubernetes 版本。这个版本里还修复了 0.12.1 中发现的影响动态卷使用的关键问题,因此我们敦促 0.12.1 的所有用户进行升级。
 
 发布负责人: Craig Condit
diff --git a/src/pages/release-announce/0.12.2.md b/src/pages/release-announce/0.12.2.md
index c237ac99f..f7451c239 100644
--- a/src/pages/release-announce/0.12.2.md
+++ b/src/pages/release-announce/0.12.2.md
@@ -25,7 +25,7 @@ under the License.
 We are pleased to announce that the Apache YuniKorn (Incubating) community has voted to release 0.12.2. Apache YuniKorn (Incubating) is a standalone resource scheduler, designed for managing, and scheduling Big Data workloads on container orchestration frameworks like Kubernetes for on-prem and on-cloud use cases.
 
 ## Overview
-The Apache YuniKorn (Incubating) community has fixed 19 [JIRAs](https://issues.apache.org/jira/browse/YUNIKORN-1038?filter=12351270) in this release. Version 0.12.2 is primarily a maintenance release to allow better compatibility with current Kubernetes releases. There is also a fix for a critical issue affecting the usage of dynamic volumes that was found in 0.12.1, so all users of 0.12.1 are urged to upgrade.
+The Apache YuniKorn (Incubating) community has fixed 19 [JIRAs](https://issues.apache.org/jira/issues/?filter=12351270) in this release. Version 0.12.2 is primarily a maintenance release to allow better compatibility with current Kubernetes releases. There is also a fix for a critical issue affecting the usage of dynamic volumes that was found in 0.12.1, so all users of 0.12.1 are urged to upgrade.
 
 Release manager: Craig Condit
 
diff --git a/src/pages/release-announce/1.1.0.md b/src/pages/release-announce/1.1.0.md
index 7ac0a18ee..efe8a23b5 100644
--- a/src/pages/release-announce/1.1.0.md
+++ b/src/pages/release-announce/1.1.0.md
@@ -26,7 +26,7 @@ under the License.
 We are pleased to announce that the Apache YuniKorn community has voted to release 1.1.0. Apache YuniKorn is a standalone resource scheduler, designed for managing, and scheduling Big Data workloads on container orchestration frameworks like Kubernetes for on-prem and on-cloud use cases.
 
 ## Overview
-The Apache YuniKorn community has fixed 87 [JIRAs](https://issues.apache.org/jira/issues/?filter=12352202) in this release. 
+The Apache YuniKorn community has fixed 89 [JIRAs](https://issues.apache.org/jira/issues/?filter=12351692) in this release. 
 
 Release manager: Peter Bacsko