diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 58ef851c3cc..257a715f378 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.2 +ENV RC_VERSION 3.8.0-rc.3 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index c6724414e84..a7237268abd 100644 --- a/.github/history.json +++ b/.github/history.json @@ -51093,6 +51093,62 @@ ] } ] + }, + "3.8.0-rc.3": { + "node_version": "12.18.4", + "npm_version": "6.14.8", + "apps_engine_version": "1.19.0-alpha.4006", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "19427", + "title": "Micro Services: Create internal services and allowed services list", + "userLogin": "sampaiodiego", + "milestone": "3.8.0", + "contributors": [ + "sampaiodiego", + "rodrigok" + ] + }, + { + "pr": "19435", + "title": "Micro Services: Prevent duplicated events", + "userLogin": "rodrigok", + "milestone": "3.8.0", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "19382", + "title": "Regression: Sidebar message preview escaping html", + "userLogin": "gabriellsh", + "contributors": [ + "gabriellsh" + ] + }, + { + "pr": "19419", + "title": "Regression: unable to mark room as read", + "userLogin": "gabriellsh", + "contributors": [ + "gabriellsh" + ] + }, + { + "pr": "19418", + "title": "Build micro services Docker images with correct tags", + "userLogin": "sampaiodiego", + "milestone": "3.8.0", + "contributors": [ + "sampaiodiego" + ] + } + ] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index df65b59f8bf..dcbcc603a91 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.2/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.8.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 4b2c1d6f6da..8fa90c85f1d 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.2 +version: 3.8.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 4a4ce98ff1b..27c858b0824 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,31 @@ # 3.8.0 (Under Release Candidate Process) +## 3.8.0-rc.3 +`2020-11-03 ยท 5 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +
+๐Ÿ” Minor changes + + +- Build micro services Docker images with correct tags ([#19418](https://github.com/RocketChat/Rocket.Chat/pull/19418)) + +- Micro Services: Create internal services and allowed services list ([#19427](https://github.com/RocketChat/Rocket.Chat/pull/19427)) + +- Micro Services: Prevent duplicated events ([#19435](https://github.com/RocketChat/Rocket.Chat/pull/19435)) + +- Regression: Sidebar message preview escaping html ([#19382](https://github.com/RocketChat/Rocket.Chat/pull/19382)) + +- Regression: unable to mark room as read ([#19419](https://github.com/RocketChat/Rocket.Chat/pull/19419)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@gabriellsh](https://github.com/gabriellsh) +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 3.8.0-rc.2 `2020-10-29 ยท 4 ๐Ÿ” ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 8e71a0df492..1f5278f246c 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.8.0-rc.2" + "version": "3.8.0-rc.3" } diff --git a/package-lock.json b/package-lock.json index 858f27941dc..438b9c25107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.8.0-rc.2", + "version": "3.8.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de933f80971..229f88f8a99 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.2", + "version": "3.8.0-rc.3", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"