From eab56ee9eb588856b7d3f1c7044add66ab37ea46 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Wed, 25 Nov 2020 21:16:40 -0300 Subject: [PATCH] Bump version to 3.9.0-rc.2 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 41 ++++++++++++++++++++++++++ .snapcraft/resources/prepareRocketChat | 2 +- .snapcraft/snap/snapcraft.yaml | 2 +- HISTORY.md | 22 ++++++++++++++ app/utils/rocketchat.info | 2 +- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 69 insertions(+), 6 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index a3ac6811350..7ad2983bd46 100644 --- a/.docker/Dockerfile.rhel +++ b/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 -ENV RC_VERSION 3.9.0-rc.1 +ENV RC_VERSION 3.9.0-rc.2 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 9b8beeb0e15..549d26b9800 100644 --- a/.github/history.json +++ b/.github/history.json @@ -52312,6 +52312,47 @@ ] } ] + }, + "3.9.0-rc.2": { + "node_version": "12.18.4", + "npm_version": "6.14.8", + "apps_engine_version": "1.20.0-alpha.4149", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "19657", + "title": "Report DAU and MAU by role", + "userLogin": "rodrigok", + "milestone": "3.9.0", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "19679", + "title": "Regression: Fix multiple react blazed template rendering at the same time", + "userLogin": "ggazzo", + "milestone": "3.9.0", + "contributors": [ + "ggazzo", + "sampaiodiego", + "web-flow" + ] + }, + { + "pr": "19671", + "title": "Regression: Issues with Safari", + "userLogin": "MartinSchoeler", + "contributors": [ + "MartinSchoeler", + "web-flow" + ] + } + ] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index 710408a57f5..b9327498a4c 100755 --- a/.snapcraft/resources/prepareRocketChat +++ b/.snapcraft/resources/prepareRocketChat @@ -1,6 +1,6 @@ #!/bin/bash -curl -SLf "https://releases.rocket.chat/3.9.0-rc.1/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.9.0-rc.2/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 a5c91da5d9e..98a0f570bcf 100644 --- a/.snapcraft/snap/snapcraft.yaml +++ b/.snapcraft/snap/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 3.9.0-rc.1 +version: 3.9.0-rc.2 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 460e5b80af1..74f0efba2a7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,28 @@ # 3.9.0 (Under Release Candidate Process) +## 3.9.0-rc.2 +`2020-11-25 ยท 3 ๐Ÿ” ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +
+๐Ÿ” Minor changes + + +- Regression: Fix multiple react blazed template rendering at the same time ([#19679](https://github.com/RocketChat/Rocket.Chat/pull/19679)) + +- Regression: Issues with Safari ([#19671](https://github.com/RocketChat/Rocket.Chat/pull/19671)) + +- Report DAU and MAU by role ([#19657](https://github.com/RocketChat/Rocket.Chat/pull/19657)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@MartinSchoeler](https://github.com/MartinSchoeler) +- [@ggazzo](https://github.com/ggazzo) +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 3.9.0-rc.1 `2020-11-24 ยท 2 ๐Ÿ” ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 1d59f4932f3..f9825bd2429 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.9.0-rc.1" + "version": "3.9.0-rc.2" } diff --git a/package-lock.json b/package-lock.json index 70092ea6cc8..ee2e2acbb70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.9.0-rc.1", + "version": "3.9.0-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c50f35f6e0b..c54be9ff8ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.9.0-rc.1", + "version": "3.9.0-rc.2", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"