diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8bd9f3570..06e433c330 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,6 @@ jobs: ossrs/srs:${{ env.SRS_VERSION }} ossrs/srs:${{ env.SRS_MAJOR }} ossrs/srs:v${{ env.SRS_MAJOR }} - #ossrs/srs:latest # Aliyun ACR # TODO: FIXME: If stable, please set the latest from 4.0 to 5.0 @@ -134,7 +133,6 @@ jobs: registry.cn-hangzhou.aliyuncs.com/ossrs/srs:${{ env.SRS_VERSION }} registry.cn-hangzhou.aliyuncs.com/ossrs/srs:${{ env.SRS_MAJOR }} registry.cn-hangzhou.aliyuncs.com/ossrs/srs:v${{ env.SRS_MAJOR }} - #registry.cn-hangzhou.aliyuncs.com/ossrs/srs:latest docker-droplet: name: docker-droplet @@ -203,7 +201,6 @@ jobs: ossrs/droplet:${{ env.SRS_VERSION }} ossrs/droplet:${{ env.SRS_MAJOR }} ossrs/droplet:v${{ env.SRS_MAJOR }} - #ossrs/droplet:latest # Aliyun ACR # TODO: FIXME: If stable, please set the latest from 4.0 to 5.0 @@ -222,7 +219,6 @@ jobs: registry.cn-hangzhou.aliyuncs.com/ossrs/droplet:${{ env.SRS_VERSION }} registry.cn-hangzhou.aliyuncs.com/ossrs/droplet:${{ env.SRS_MAJOR }} registry.cn-hangzhou.aliyuncs.com/ossrs/droplet:v${{ env.SRS_MAJOR }} - #registry.cn-hangzhou.aliyuncs.com/ossrs/droplet:latest docker-lighthouse: name: docker-lighthouse @@ -291,7 +287,6 @@ jobs: ossrs/lighthouse:${{ env.SRS_VERSION }} ossrs/lighthouse:${{ env.SRS_MAJOR }} ossrs/lighthouse:v${{ env.SRS_MAJOR }} - #ossrs/lighthouse:latest # Aliyun ACR # TODO: FIXME: If stable, please set the latest from 4.0 to 5.0 @@ -310,7 +305,6 @@ jobs: registry.cn-hangzhou.aliyuncs.com/ossrs/lighthouse:${{ env.SRS_VERSION }} registry.cn-hangzhou.aliyuncs.com/ossrs/lighthouse:${{ env.SRS_MAJOR }} registry.cn-hangzhou.aliyuncs.com/ossrs/lighthouse:v${{ env.SRS_MAJOR }} - #registry.cn-hangzhou.aliyuncs.com/ossrs/lighthouse:latest update: name: update diff --git a/trunk/doc/CHANGELOG.md b/trunk/doc/CHANGELOG.md index a689474b4d..828e08ea6f 100644 --- a/trunk/doc/CHANGELOG.md +++ b/trunk/doc/CHANGELOG.md @@ -8,6 +8,7 @@ The changelog for SRS. ## SRS 5.0 Changelog +* v5.0, 2022-06-17, Merge [#3010](https://github.com/ossrs/srs/pull/3010): SRT: Support Coroutine Native SRT over ST. (#3010). v5.0.30 * v5.0, 2022-06-15, For [#3058](https://github.com/ossrs/srs/pull/3058): Docker: Support x86_64, armv7 and aarch64 docker image (#3058). v5.0.29 * v5.0, 2022-04-04, Support NGINX HLS Cluster, see [CN](https://github.com/ossrs/srs/wiki/v4_CN_SampleHlsCluster) or [EN](https://github.com/ossrs/srs/wiki/v4_EN_SampleHlsCluster). v5.0.28 * v5.0, 2022-03-30, Support DigitalOcean [Droplet SRS 1-Click](https://cloud.digitalocean.com/droplets/new?appId=104916642&size=s-1vcpu-1gb®ion=sgp1&image=ossrs-srs&type=applications). v5.0.27 diff --git a/trunk/src/core/srs_core_version5.hpp b/trunk/src/core/srs_core_version5.hpp index 5a50d2770d..b057f9aa38 100644 --- a/trunk/src/core/srs_core_version5.hpp +++ b/trunk/src/core/srs_core_version5.hpp @@ -9,6 +9,6 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 0 -#define VERSION_REVISION 29 +#define VERSION_REVISION 30 #endif