You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/10/03 17:43:11 UTC

[submarine] branch master updated: SUBMARINE-1041. Add Submarine 0.6.0 release note

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 068cff0  SUBMARINE-1041. Add Submarine 0.6.0 release note
068cff0 is described below

commit 068cff0e5c95ce8eea8aa4808d419c329e3278b1
Author: Kevin Su <pi...@apache.org>
AuthorDate: Mon Oct 4 01:24:33 2021 +0800

    SUBMARINE-1041. Add Submarine 0.6.0 release note
    
    ### What is this PR for?
    Add Submarine 0.6.0 release note
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    <!-- * Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE/
    * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. `SUBMARINE-23. PR title`
    -->
    https://issues.apache.org/jira/browse/SUBMARINE-1041
    
    ### How should this be tested?
    <!--
    * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed behavior
    * Outline any manual steps to test the PR here.
    -->
    Pass the CIs
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: Kevin Su <pi...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #763 from pingsutw/0.6.0-release-note and squashes the following commits:
    
    0a66d7bf [Kevin Su] Add Submarine 0.6.0 release note
---
 website/docs/releases/submarine-release-0.6.0.md | 31 ++++++++++++++++++++++++
 website/sidebars.js                              |  1 +
 2 files changed, 32 insertions(+)

diff --git a/website/docs/releases/submarine-release-0.6.0.md b/website/docs/releases/submarine-release-0.6.0.md
new file mode 100644
index 0000000..3207f7c
--- /dev/null
+++ b/website/docs/releases/submarine-release-0.6.0.md
@@ -0,0 +1,31 @@
+---
+title: "Apache Submarine Release 0.6.0"
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+
+The Apache Submarine Community is pleased to announce the availability of the `0.6.0` release.
+
+The community put significant effort into improving Apache Submarine since the last release.
+248 patches for improvements and bug fixes. The highlighted features are as follows:
+
+- Support Tensorboard and mlflow in Experiment
+- Submarine model management
+- Submarine operator
+- Improve workbench UI/UX
+
+We encourage to [download](../download) the latest release. Feedback through the [mailing lists](../community/README) is very welcome.
+
+You can visit [issue tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12348821&styleName=Html&projectId=12322824) for full list of issues that are resolved.
diff --git a/website/sidebars.js b/website/sidebars.js
index 98ae3a9..028de90 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -101,6 +101,7 @@ module.exports = {
                 "releases/submarine-release-0.3.0",
                 "releases/submarine-release-0.4.0",
                 "releases/submarine-release-0.5.0",
+                "releases/submarine-release-0.6.0",
             ],
             RoadMap: [],
         },

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org