You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by km...@apache.org on 2021/08/24 09:01:12 UTC

[incubator-yunikorn-site] branch YUNIKORN-823 created (now 3c2dd84)

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

kmarton pushed a change to branch YUNIKORN-823
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git.


      at 3c2dd84  [YUNIKORN-823] Updated website announce bar with 0.11.0 release

This branch includes the following new commits:

     new 3c2dd84  [YUNIKORN-823] Updated website announce bar with 0.11.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-yunikorn-site] 01/01: [YUNIKORN-823] Updated website announce bar with 0.11.0 release

Posted by km...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kmarton pushed a commit to branch YUNIKORN-823
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git

commit 3c2dd845c2494dd500dfde18f921ebb9b8e6eaa5
Author: Kinga Marton <km...@apache.org>
AuthorDate: Tue Aug 24 11:01:07 2021 +0200

    [YUNIKORN-823] Updated website announce bar with 0.11.0 release
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 13ea050..9ca3f8f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -46,7 +46,7 @@ module.exports = {
     announcementBar: {
       id: 'new_release',
       content:
-          '0.10.0 has been released, check the DOWNLOADS',
+          '0.11.0 has been released, check the DOWNLOADS',
       backgroundColor: '#fafbfc',
       textColor: '#091E42',
     },