From 8b3bcdb7ff7f39813580f42036e2681e523d0cf8 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 6 Sep 2023 12:38:48 +0800 Subject: [PATCH] Release v5.9.13 --- DEVELOPER.md | 2 ++ auto/pub.sh | 2 +- platform/version.go | 2 +- scripts/setup-aapanel/info.json | 2 +- scripts/setup-bt/info.json | 2 +- scripts/setup-droplet/srs.json | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 666f5fba..997b0277 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -360,6 +360,8 @@ After submit to [marketplace](https://cloud.digitalocean.com/vendorportal/624145 doctl compute snapshot delete $IMAGE --context market --force ``` +> Note: The snapshot should be removed if submit to marketplace, so you don't need to delete it. + ## Develop the Lighthouse Image To build SRS image for [TencentCloud Lighthouse](https://cloud.tencent.com/product/lighthouse). diff --git a/auto/pub.sh b/auto/pub.sh index 42b50388..9af8ea93 100755 --- a/auto/pub.sh +++ b/auto/pub.sh @@ -66,7 +66,7 @@ fi if [[ $(grep application_version scripts/setup-droplet/srs.json |grep -v user | grep -q $VERSION || echo no) == no ]]; then VERSION3="sed -i '' 's|\"application_version\": \".*\"|\"application_version\": \"$VERSION\"|g' scripts/setup-droplet/srs.json" fi -if [[ $(grep -q 'git clone -b main' scripts/setup-droplet/scripts/01-srs.sh && echo no) == no ]]; then +if [[ $(grep 'git clone -b' scripts/setup-droplet/scripts/01-srs.sh |grep -q $BRANCH || echo no) == no ]]; then VERSION4="sed -i '' 's|git clone -b main|git clone -b $BRANCH|g' scripts/setup-droplet/scripts/01-srs.sh" fi if [[ ! -z $VERSION0 || ! -z $VERSION1 || ! -z $VERSION2 || ! -z $VERSION3 || ! -z $VERSION4 ]]; then diff --git a/platform/version.go b/platform/version.go index 22833305..72c54832 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.8.30" +const version = "v5.9.13" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index 0b2d6676..f7743031 100644 --- a/scripts/setup-aapanel/info.json +++ b/scripts/setup-aapanel/info.json @@ -2,7 +2,7 @@ "title": "SRS Stack", "name": "srs_stack", "ps": "SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, and SRT.", - "versions": "5.8.30", + "versions": "5.9.13", "checks": "/www/server/panel/plugin/srs_stack", "author": "Winlin", "home": "https://github.com/ossrs/srs-stack" diff --git a/scripts/setup-bt/info.json b/scripts/setup-bt/info.json index a78ee3b9..70a3f7ef 100644 --- a/scripts/setup-bt/info.json +++ b/scripts/setup-bt/info.json @@ -2,7 +2,7 @@ "title": "SRS音视频服务器", "name": "srs_stack", "ps": "直播和WebRTC音视频能力,支持RTMP、WebRTC、HLS、HTTP-FLV、SRT、MPEG-DASH和GB28181等常用协议", - "versions": "5.8.30", + "versions": "5.9.13", "checks": "/www/server/panel/plugin/srs_stack", "author": "Winlin", "home": "https://github.com/ossrs/srs-stack" diff --git a/scripts/setup-droplet/srs.json b/scripts/setup-droplet/srs.json index 56280173..31a63138 100644 --- a/scripts/setup-droplet/srs.json +++ b/scripts/setup-droplet/srs.json @@ -3,7 +3,7 @@ "do_token": "{{env `DIGITALOCEAN_TOKEN`}}", "image_name": "srs-5-snapshot-{{timestamp}}", "application_name": "SRS", - "application_version": "5.7.18" + "application_version": "5.9.13" }, "sensitive-variables": ["do_token"], "builders": [