You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by ni...@apache.org on 2022/04/01 19:54:31 UTC

[bookkeeper] branch master updated: [WEBSITE] Update current stable version to 4.14.4

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

nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new bf2765a  [WEBSITE] Update current stable version to 4.14.4
bf2765a is described below

commit bf2765ae08540846e3059ed15d33d3de0ec96ea2
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Fri Apr 1 21:54:24 2022 +0200

    [WEBSITE] Update current stable version to 4.14.4
    
    ### Motivation
    
    The current stable version is 4.14.4 but in the website is still 4.11.1
    
    ### Changes
    
    * Edit variables to point to 4.14.4
    * Cleanup staging website "download" page
    
    
    Reviewers: Yong Zhang <zh...@gmail.com>
    
    This closes #3154 from nicoloboschi/update-stable-version
---
 site/_config.yml                                   |  2 +-
 site3/website/docusaurus.config.js                 |  2 +-
 .../website/src/components/RecentReleases/index.js |  2 +-
 site3/website/src/pages/releases.md                | 25 +++++-----------------
 4 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/site/_config.yml b/site/_config.yml
index 8d3f1a2..3b9575d 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -49,7 +49,7 @@ archived_versions:
 - "4.0.0"
 latest_version: "4.15.0-SNAPSHOT"
 latest_release: "4.14.4"
-stable_release: "4.11.1"
+stable_release: "4.14.4"
 eol_releases:
 - "4.9.2"
 - "4.9.1"
diff --git a/site3/website/docusaurus.config.js b/site3/website/docusaurus.config.js
index 2c9968a..6e875f6 100644
--- a/site3/website/docusaurus.config.js
+++ b/site3/website/docusaurus.config.js
@@ -8,7 +8,7 @@ const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org";
 const variables = {
   /** They are used in .md files*/
   latest_release: "4.14.4",
-  stable_release: "4.11.1",
+  stable_release: "4.14.4",
   github_repo: "https://github.com/apache/bookkeeper",
   github_master: "https://github.com/apache/bookkeeper/tree/master",
   mirror_base_url: "https://www.apache.org/dyn/closer.lua/bookkeeper",
diff --git a/site3/website/src/components/RecentReleases/index.js b/site3/website/src/components/RecentReleases/index.js
index 1cdbc15..4d115d4 100644
--- a/site3/website/src/components/RecentReleases/index.js
+++ b/site3/website/src/components/RecentReleases/index.js
@@ -1,7 +1,7 @@
 import React from 'react';
 import versions from "@site/versions.json"
 
-const releases = versions.slice(1, 6)
+const releases = versions.slice(0, 4)
 
 export default function RecentReleases() {
 
diff --git a/site3/website/src/pages/releases.md b/site3/website/src/pages/releases.md
index 8e897ca..ba46a8a 100644
--- a/site3/website/src/pages/releases.md
+++ b/site3/website/src/pages/releases.md
@@ -3,33 +3,18 @@ id: releases
 title: Apache BookKeeper Releases
 ---
 
-Version **{{ site.latest_release }}** is the [latest release](#latest-release) of BookKeeper. The current [stable version](#latest-stable-release) is **{{ site.stable_release }}**.
-
-> You can verify your download by following these [procedures](http://www.apache.org/info/verification.html) and using these [KEYS]({{ site.dist_base_url }}/KEYS).
-
-If you want to download older, archived releases, they are available in the [Apache archive](http://archive.apache.org/dist/bookkeeper/).
+Version **{{ site.latest_release }}** is the latest release of BookKeeper. The current stable version is **{{ site.stable_release }}**.
 
 [Release notes](/release-notes#)
-## Latest release (version {{ site.latest_release }}) {#latest-release}
-
-Release | Link | Crypto files
-:-------|:-----|:------------
-Source | [bookkeeper-{{ site.latest_release }}-src.tar.gz]({{ site.mirror_base_url }}/bookkeeper-{{ site.latest_release }}/bookkeeper-{{ site.latest_release }}-src.tar.gz) | [asc]({{ site.dist_base_url }}/bookkeeper-{{ site.latest_release }}/bookkeeper-{{ site.latest_release }}-src.tar.gz.asc), [sha512]({{ site.dist_base_url }}/bookkeeper-{{ site.latest_release }}/bookkeeper-{{ site.latest_release }}-src.tar.gz.sha512)
-Binary | [bookkeeper-server-{{ site.latest_release }}-bin.tar.gz]({{ site.mirror_base_url }}/bookkeeper-{{ site.latest_release }}/bookkeeper-server-{{ site.latest_release }}-bin.tar.gz) | [asc]({{ site.dist_base_url }}/bookkeeper-{{ site.latest_release }}/bookkeeper-server-{{ site.latest_release }}-bin.tar.gz.asc), [sha512]({{ site.dist_base_url }}/bookkeeper-{{ site.latest_release }}/bookkeeper-server-{{ site.latest_release }}-bin.tar.gz.sha512)
-
-## Latest stable release (version {{ site.stable_release }}) {#latest-stable-release}
 
-Release | Link | Crypto files
-:-------|:-----|:------------
-Source | [bookkeeper-{{ site.stable_release }}-src.tar.gz]({{ site.archive_base_url }}/bookkeeper-{{ site.stable_release }}/bookkeeper-{{ site.stable_release }}-src.tar.gz) | [asc]({{ site.archive_base_url }}/bookkeeper-{{ site.stable_release }}/bookkeeper-{{ site.stable_release }}-src.tar.gz.asc), [sha1]({{ site.archive_base_url }}/bookkeeper-{{ site.stable_release }}/bookkeeper-{{ site.stable_release }}-src.tar.gz.sha1)
-Binary | [bookkeeper-server-{{ site.stable_release }}-bin.tar.gz]({{ site.archive_base_url }}/bookkeeper-{{ site.stable_release }}/bookkeeper-server-{{ site.stable_release }}-bin.tar.gz) | [asc]({{ site.archive_base_url }}/bookkeeper-{{ site.stable_release }}/bookkeeper-server-{{ site.stable_release }}-bin.tar.gz.asc), [sha1]({{ site.archive_base_url }}/bookkeeper-{{ site.stable_release }}/bookkeeper-server-{{ site.stable_release }}-bin.tar.gz.sha1)
+import RecentReleases from "@site/src/components/RecentReleases"
 
-## Recent releases
+<RecentReleases />
 
+> You can verify your download by following these [procedures](http://www.apache.org/info/verification.html) and using these [KEYS]({{ site.dist_base_url }}/KEYS).
 
-import RecentReleases from "@site/src/components/RecentReleases"
+If you want to download older, archived releases, they are available in the [Apache archive](http://archive.apache.org/dist/bookkeeper/).
 
-<RecentReleases />
 
 ## Getting Started