From 7aed2f1af150129c67b96d71efda20feb22cf161 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Sat, 27 Feb 2021 23:31:37 -0300 Subject: [PATCH] Bump version to 3.12.0-rc.3 --- .docker/Dockerfile.rhel | 2 +- .github/history-manual.json | 2 +- .github/history.json | 11 +++++++++++ .snapcraft/resources/prepareRocketChat | 2 +- .snapcraft/snap/snapcraft.yaml | 2 +- HISTORY.md | 12 ++++++++++++ app/utils/rocketchat.info | 2 +- package-lock.json | 2 +- package.json | 2 +- 9 files changed, 30 insertions(+), 7 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 8f88c9eec75..a859d90e743 100644 --- a/.docker/Dockerfile.rhel +++ b/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 3.12.0-rc.2 +ENV RC_VERSION 3.12.0-rc.3 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history-manual.json b/.github/history-manual.json index 20ff8f9080e..da4c6418600 100644 --- a/.github/history-manual.json +++ b/.github/history-manual.json @@ -57,7 +57,7 @@ "sampaiodiego" ] }], - "3.12.0": [{ + "3.12.0-rc.3": [{ "title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)", "userLogin": "sampaiodiego", "contributors": [ diff --git a/.github/history.json b/.github/history.json index 227a0080af9..fe737c5ffe4 100644 --- a/.github/history.json +++ b/.github/history.json @@ -56549,6 +56549,17 @@ ] } ] + }, + "3.12.0-rc.3": { + "node_version": "12.18.4", + "npm_version": "6.14.8", + "apps_engine_version": "1.23.0", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index 5730da1e29a..8ef40337353 100755 --- a/.snapcraft/resources/prepareRocketChat +++ b/.snapcraft/resources/prepareRocketChat @@ -1,6 +1,6 @@ #!/bin/bash -curl -SLf "https://releases.rocket.chat/3.12.0-rc.2/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.12.0-rc.3/download/" -o rocket.chat.tgz tar xf rocket.chat.tgz --strip 1 diff --git a/.snapcraft/snap/snapcraft.yaml b/.snapcraft/snap/snapcraft.yaml index 8eb97aa98f6..9b456a2c716 100644 --- a/.snapcraft/snap/snapcraft.yaml +++ b/.snapcraft/snap/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 3.12.0-rc.2 +version: 3.12.0-rc.3 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/HISTORY.md b/HISTORY.md index 02450cc22db..3fbf4a194df 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,18 @@ # 3.12.0 (Under Release Candidate Process) +## 3.12.0-rc.3 +`2021-02-27 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐Ÿ› Bug fixes + + +- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 3.12.0-rc.2 `2021-02-27 ยท 1 ๐Ÿ› ยท 5 ๐Ÿ” ยท 5 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index d3d01b9b7f0..63aac976471 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.12.0-rc.2" + "version": "3.12.0-rc.3" } diff --git a/package-lock.json b/package-lock.json index ede0c28efa9..64982cc8164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.12.0-rc.2", + "version": "3.12.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc96be19083..68128126622 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.12.0-rc.2", + "version": "3.12.0-rc.3", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"