diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index df222e9b84f..2db1e236c19 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.8.0-rc.6 +ENV RC_VERSION 3.8.0-rc.7 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 041fb9d39c3..47237a8f4c5 100644 --- a/.github/history.json +++ b/.github/history.json @@ -51269,6 +51269,45 @@ ] } ] + }, + "3.8.0-rc.7": { + "node_version": "12.18.4", + "npm_version": "6.14.8", + "apps_engine_version": "1.19.0-beta.4014", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "19477", + "title": "Regression: Fix setting value not being sent over websocket", + "userLogin": "sampaiodiego", + "milestone": "3.8.0", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "19478", + "title": "Bump Livechat widget ", + "userLogin": "renatobecker", + "milestone": "3.8.0", + "contributors": [ + "renatobecker" + ] + }, + { + "pr": "19440", + "title": "[NEW] Branding updated with new logos", + "userLogin": "rodrigok", + "milestone": "3.8.0", + "contributors": [ + "rodrigok" + ] + } + ] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index c856555da49..5a94b878700 100755 --- a/.snapcraft/resources/prepareRocketChat +++ b/.snapcraft/resources/prepareRocketChat @@ -1,6 +1,6 @@ #!/bin/bash -curl -SLf "https://releases.rocket.chat/3.8.0-rc.6/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.8.0-rc.7/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 d01fb75301e..758e41deb3e 100644 --- a/.snapcraft/snap/snapcraft.yaml +++ b/.snapcraft/snap/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 3.8.0-rc.6 +version: 3.8.0-rc.7 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 cdf04c90684..f7ee709d99d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,30 @@ # 3.8.0 (Under Release Candidate Process) +## 3.8.0-rc.7 +`2020-11-09 ยท 1 ๐ŸŽ‰ ยท 2 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐ŸŽ‰ New features + + +- Branding updated with new logos ([#19440](https://github.com/RocketChat/Rocket.Chat/pull/19440)) + +
+๐Ÿ” Minor changes + + +- Bump Livechat widget ([#19478](https://github.com/RocketChat/Rocket.Chat/pull/19478)) + +- Regression: Fix setting value not being sent over websocket ([#19477](https://github.com/RocketChat/Rocket.Chat/pull/19477)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@renatobecker](https://github.com/renatobecker) +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 3.8.0-rc.6 `2020-11-07 ยท 3 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index a3d252956e8..28bf998c32b 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.8.0-rc.6" + "version": "3.8.0-rc.7" } diff --git a/package-lock.json b/package-lock.json index afe946065a7..4b59c5760d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.8.0-rc.6", + "version": "3.8.0-rc.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 902bb0126a1..c942232047d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.8.0-rc.6", + "version": "3.8.0-rc.7", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"