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

cdmikechen 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 4eb08ec9e SUBMARINE-1404. Fix version-related and licence issues
4eb08ec9e is described below

commit 4eb08ec9efcea0897be5c7938e912ff6692e4e31
Author: cdmikechen <[email protected]>
AuthorDate: Wed Aug 30 21:18:12 2023 +0800

    SUBMARINE-1404. Fix version-related and licence issues
    
    ### What is this PR for?
    Hotfix before 0.8.0-RC0 release
    
    ### What type of PR is it?
    Hot Fix
    
    ### Todos
    * [x] - `submarine-core` in LICENSE-binary should be removed.
    * [x] - Fix the version of development.md which is wrong in 0.7.0
    * [x] - Fix build error (for no space left)
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1404
    
    ### How should this be tested?
    NA
    
    ### Screenshots (if appropriate)
    NA
    
    ### Questions:
    * Do the license files need updating? Yes
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: cdmikechen <[email protected]>
    Author: cdmikechen <[email protected]>
    
    Signed-off-by: cdmikechen <[email protected]>
    
    Closes #1098 from cdmikechen/SUBMARINE-1404 and squashes the following 
commits:
    
    a91e94eb [cdmikechen] reduce storage
    0ddb056b [cdmikechen] Fix key url
    51c61282 [cdmikechen] Fix issues
---
 .github/workflows/master.yml                                           | 3 +--
 LICENSE-binary                                                         | 1 -
 website/docs/devDocs/HowToRelease.md                                   | 2 +-
 .../version-0.7.0/userDocs/submarine-sdk/pysubmarine/development.md    | 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 6fcd80a63..0e87a9fa2 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -71,7 +71,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
         with:
-          fetch-depth: 50
+          fetch-depth: 1
       - name: Set up JDK 11
         uses: actions/setup-java@v1
         with:
@@ -116,7 +116,6 @@ jobs:
       - name: Build Image locally
         run: |
           .github/scripts/build-image-locally-v3.sh
-          sh .github/scripts/build-image-experiment-prehandler.sh
       - name: Install Golang Dependencies
         working-directory: submarine-cloud-v3
         run: go mod vendor
diff --git a/LICENSE-binary b/LICENSE-binary
index 25938136b..752b3246d 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -280,7 +280,6 @@ org.apache.hadoop:hadoop-hdfs-client:2.9.2
 org.apache.htrace:htrace-core4:4.1.0-incubating
 org.apache.httpcomponents:httpclient:4.5.2
 org.apache.httpcomponents:httpcore:4.4.4
-org.apache.submarine:submarine-core:0.8.0-SNAPSHOT
 org.apache.zookeeper:zookeeper:3.4.6
 org.codehaus.jackson:jackson-core-asl:1.9.13
 org.codehaus.jackson:jackson-mapper-asl:1.9.13
diff --git a/website/docs/devDocs/HowToRelease.md 
b/website/docs/devDocs/HowToRelease.md
index 145e4f282..7edf7b0fd 100644
--- a/website/docs/devDocs/HowToRelease.md
+++ b/website/docs/devDocs/HowToRelease.md
@@ -131,7 +131,7 @@ $ gpg --keyserver pgpkeys.mit.edu --send-key <key id>
 
 ### 1.4 Check whether the key is created successfully
 
-Through the following URL, use the email to check whether the upload is 
successful or not. It will take about a minute to find out. When searching, 
check the show full-key hashes under advance on http://keys.gnupg.net.
+Through the following URL, use the email to check whether the upload is 
successful or not. It will take about a minute to find out. When searching, 
check the show full-key hashes under advance on http://pgpkeys.mit.edu .
 
 The query results are as follows:
 
diff --git 
a/website/versioned_docs/version-0.7.0/userDocs/submarine-sdk/pysubmarine/development.md
 
b/website/versioned_docs/version-0.7.0/userDocs/submarine-sdk/pysubmarine/development.md
index d6e333b95..8c2885c7d 100644
--- 
a/website/versioned_docs/version-0.7.0/userDocs/submarine-sdk/pysubmarine/development.md
+++ 
b/website/versioned_docs/version-0.7.0/userDocs/submarine-sdk/pysubmarine/development.md
@@ -132,7 +132,7 @@ to generate pysubmarine client API that used to communicate 
with submarine serve
     {
       "packageName" : "submarine.client",
       "projectName" : "submarine.client",
-      "packageVersion": "0.8.0-SNAPSHOT"
+      "packageVersion": "0.7.0"
     }
     ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to