diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 4323e2ef88f..89e4b49ccb4 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.10.0-rc.0 +ENV RC_VERSION 3.10.0-rc.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 6d15179082f..1d18293d7de 100644 --- a/.github/history.json +++ b/.github/history.json @@ -53495,6 +53495,47 @@ ] } ] + }, + "3.10.0-rc.1": { + "node_version": "12.18.4", + "npm_version": "6.14.8", + "apps_engine_version": "1.21.0-alpha.4235", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "19948", + "title": "Regression: Omnichannel Custom Fields Form no longer working after refactoring", + "userLogin": "renatobecker", + "description": "The Omnichannel `Custom Fields` form is not working anymore after some refactorings on client-side.\r\nWhen the user clicks on `Custom Field` in the Omnichannel menu, a blank page appears.", + "milestone": "3.10.0", + "contributors": [ + "renatobecker" + ] + }, + { + "pr": "19941", + "title": "Regression: UserCard \"See full profile\" link broken", + "userLogin": "dougfabris", + "milestone": "3.10.0", + "contributors": [ + "dougfabris", + "ggazzo" + ] + }, + { + "pr": "19944", + "title": "Regression: Admin Sidebar Scroll", + "userLogin": "gabriellsh", + "milestone": "3.10.0", + "contributors": [ + "gabriellsh" + ] + } + ] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index 14044b8ba6e..248bc5d446a 100755 --- a/.snapcraft/resources/prepareRocketChat +++ b/.snapcraft/resources/prepareRocketChat @@ -1,6 +1,6 @@ #!/bin/bash -curl -SLf "https://releases.rocket.chat/3.10.0-rc.0/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.10.0-rc.1/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 92713eb8fb1..589c80e34d9 100644 --- a/.snapcraft/snap/snapcraft.yaml +++ b/.snapcraft/snap/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 3.10.0-rc.0 +version: 3.10.0-rc.1 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 e27cd6f0699..9680c3e08c5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,31 @@ # 3.10.0 (Under Release Candidate Process) +## 3.10.0-rc.1 +`2020-12-23 ยท 3 ๐Ÿ” ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +
+๐Ÿ” Minor changes + + +- Regression: Admin Sidebar Scroll ([#19944](https://github.com/RocketChat/Rocket.Chat/pull/19944)) + +- Regression: Omnichannel Custom Fields Form no longer working after refactoring ([#19948](https://github.com/RocketChat/Rocket.Chat/pull/19948)) + + The Omnichannel `Custom Fields` form is not working anymore after some refactorings on client-side. + When the user clicks on `Custom Field` in the Omnichannel menu, a blank page appears. + +- Regression: UserCard "See full profile" link broken ([#19941](https://github.com/RocketChat/Rocket.Chat/pull/19941)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@dougfabris](https://github.com/dougfabris) +- [@gabriellsh](https://github.com/gabriellsh) +- [@ggazzo](https://github.com/ggazzo) +- [@renatobecker](https://github.com/renatobecker) + ## 3.10.0-rc.0 `2020-12-22 ยท 7 ๐ŸŽ‰ ยท 10 ๐Ÿš€ ยท 26 ๐Ÿ› ยท 28 ๐Ÿ” ยท 21 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index b823aaf6d25..09c947fc443 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.10.0-rc.0" + "version": "3.10.0-rc.1" } diff --git a/package-lock.json b/package-lock.json index 8a64ea323e2..c99ec2204c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.10.0-rc.0", + "version": "3.10.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 496f85909a9..0b7292f091c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.10.0-rc.0", + "version": "3.10.0-rc.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"