You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/01 13:36:37 UTC

[incubator-iotdb-website] branch master updated: add release 0.9.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc4d022  add release 0.9.0
dc4d022 is described below

commit dc4d0226985c976561944068fd012e5cdfab4339
Author: qiaojialin <64...@qq.com>
AuthorDate: Sun Dec 1 21:36:24 2019 +0800

    add release 0.9.0
---
 index.html                 | 20 ++++++++++----------
 src/components/Global.vue  |  6 ++++++
 src/components/SideBar.vue |  7 ++++---
 src/views/Download.vue     | 10 ++++++++++
 4 files changed, 30 insertions(+), 13 deletions(-)

diff --git a/index.html b/index.html
index c196b60..6232912 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
       <h2>Apache IoTDB (incubating) (Database for Internet of Things)</h2>
       <p>
         Apache IoTDB (incubating) (Database for Internet of Things) is an integrated data management engine designed for
-        timeseries data. It provides users with services for data collection, storage and analysis. Due to its
+        time series data. It provides users with services for data collection, storage and analysis. Due to its
         light-weight architecture, high performance and rich feature set together with its deep integration with Apache
         Hadoop and Spark, Apache IoTDB (incubating) can meet the requirements of massive data storage, high-speed data
         ingestion and complex data analysis in the IoT industrial fields.
@@ -25,26 +25,26 @@
       <ul>
         <li style="margin: 5px;">Download IoTDB Binaries:
           <a
-            href="https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip">
-            IoTDB v0.8.1 Release</a>
+            href="https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip">
+            IoTDB v0.9.0 Release</a>
           <span>[<a
-            href="https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip.sha512">SHA512</a>]</span>
+            href="https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip.sha512">SHA512</a>]</span>
           <span>[<a
-            href="https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip.asc">ASC</a>]</span>
+            href="https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip.asc">ASC</a>]</span>
         </li>
         <li style="margin: 5px;">Download IoTDB Sources:
           <a
-            href="https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-source-release.zip">
-            IoTDB v0.8.1 Sources</a>
+            href="https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-source-release.zip">
+            IoTDB v0.9.0 Sources</a>
           <span>[<a
-            href="https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-source-release.zip.sha512">SHA512</a>]</span>
+            href="https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-source-release.zip.sha512">SHA512</a>]</span>
           <span>[<a
-            href="https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-source-release.zip.asc">ASC</a>]</span>
+            href="https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-source-release.zip.asc">ASC</a>]</span>
         </li>
       </ul>
       <p>Main features and change list of each version, please check
         <a
-          href="https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.8.1/RELEASE_NOTES.md">
+          href="https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.9.0/RELEASE_NOTES.md">
           release notes</a>.
       </p>
       <h2 class="download-title">Verifying Hashes and Signatures</h2>
diff --git a/src/components/Global.vue b/src/components/Global.vue
index 8727d8b..1aefb2b 100644
--- a/src/components/Global.vue
+++ b/src/components/Global.vue
@@ -13,6 +13,12 @@
   const DEFAULT_VERSION = "0.8.1";
   const PROGRESS_STR = "progress";
   const SUPPORT_VERSION = {
+    "0.9.0": {
+          "branch": "release/0.9.0",
+          "doc-prefix": DOC_URL_PREFIX,
+          'text': "V0.9.0",
+          'content': '0-Content.md'
+    },
     "0.8.1": {
       "branch": "release/0.8.1",
       "doc-prefix": DOC_URL_PREFIX,
diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue
index 7cc6723..46a3f9a 100644
--- a/src/components/SideBar.vue
+++ b/src/components/SideBar.vue
@@ -9,9 +9,10 @@
       <article lang="en">
         <ol class="list-unstyled">
           <li>
-            Apache IoTDB (Incubating) V0.8.1 is released. Users are encouraged to read the overview of major changes in
-            <a class="link-color" href="https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.8.1/RELEASE_NOTES.md">release notes</a>,
-            download the version in <router-link to="/Download">download page</router-link> and view documents in <router-link to="/Documents/0.8.1/chap1/sec1">documentation page</router-link>.
+            Apache IoTDB (Incubating) V0.9.0 is released. Users are encouraged to read the overview of major changes in
+            <a class="link-color" href="https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.9.0/RELEASE_NOTES.md">release notes</a>,
+            download the version in <router-link to="/Download">download page</router-link> and view documents in <router-link to="/Documents/0.9.0/chap1/sec1">documentation page</router-link>.
+            If you online upgrade from 0.8.*, it is recommended to test on small data first.
           </li>
         </ol>
       </article>
diff --git a/src/views/Download.vue b/src/views/Download.vue
index dc166f6..554663a 100644
--- a/src/views/Download.vue
+++ b/src/views/Download.vue
@@ -74,6 +74,16 @@
         selectVersionObj: {},
         downloadVersionList: [
           {
+            text: 'IoTDB v0.9.0',
+            binariesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip',
+            binariesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip.sha512',
+            binariesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip.asc',
+            sourcesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-source-release.zip',
+            sourcesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-source-release.zip.sha512',
+            sourcesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-source-release.zip.asc',
+            releaseNoteUrl: 'https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.9.0/RELEASE_NOTES.md'
+          },
+          {
             text: 'IoTDB v0.8.1',
             binariesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip',
             binariesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip.sha512',