From 34ca34f91081be781bc6a0eac3a2c68a1bd130e9 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Thu, 20 Oct 2022 19:20:01 -0300 Subject: [PATCH] Bump version to 5.3.0-rc.2 --- .github/history.json | 39 ++++++++++++++++++++++++ HISTORY.md | 44 +++++++++++++++++++++++++++ apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 6 files changed, 87 insertions(+), 4 deletions(-) diff --git a/.github/history.json b/.github/history.json index 09c148452e7..b9639090aa4 100644 --- a/.github/history.json +++ b/.github/history.json @@ -95445,6 +95445,45 @@ ] } ] + }, + "5.3.0-rc.2": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "26859", + "title": "[NEW] Matrix federation events coverage expansion (adding support for 3 extra events)", + "userLogin": "MarcosSpessatto", + "description": "FED-17\r\nFED-25\r\nFED-27\r\nFED-28\r\nFED-30\r\nThe goal of this PR is to add support for more events on Matrix Federation feature. The new supported events are:\r\n\r\n- Mentions\r\n- User avatar sync\r\n- Quotes", + "milestone": "5.3.0", + "contributors": [ + "MarcosSpessatto" + ] + }, + { + "pr": "27110", + "title": "Regression: Quote colors", + "userLogin": "gabriellsh", + "description": "Before\r\n![image](https://user-images.githubusercontent.com/40830821/196947705-f1b2edf9-7341-4d2a-b8e8-4e3720ab7289.png)\r\n\r\n\r\nAfter\r\n![image](https://user-images.githubusercontent.com/40830821/196947512-1267f992-11c7-4ff4-b7a2-9f0b3534f69d.png)", + "contributors": [ + "gabriellsh" + ] + }, + { + "pr": "27116", + "title": "Regression: Toolbox Divider Color", + "userLogin": "dougfabris", + "description": "![image](https://user-images.githubusercontent.com/27704687/197018407-d591d6bc-e390-4bcd-9b6a-0bf0a1420bc2.png)", + "contributors": [ + "dougfabris" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 02d87b2b65d..4302dc83154 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,50 @@ # 5.3.0 (Under Release Candidate Process) +## 5.3.0-rc.2 +`2022-10-20 ยท 1 ๐ŸŽ‰ ยท 2 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐ŸŽ‰ New features + + +- Matrix federation events coverage expansion (adding support for 3 extra events) ([#26859](https://github.com/RocketChat/Rocket.Chat/pull/26859)) + + FED-17 + FED-25 + FED-27 + FED-28 + FED-30 + The goal of this PR is to add support for more events on Matrix Federation feature. The new supported events are: + + - Mentions + - User avatar sync + - Quotes + +
+๐Ÿ” Minor changes + + +- Regression: Quote colors ([#27110](https://github.com/RocketChat/Rocket.Chat/pull/27110)) + + Before + ![image](https://user-images.githubusercontent.com/40830821/196947705-f1b2edf9-7341-4d2a-b8e8-4e3720ab7289.png) + + + After + ![image](https://user-images.githubusercontent.com/40830821/196947512-1267f992-11c7-4ff4-b7a2-9f0b3534f69d.png) + +- Regression: Toolbox Divider Color ([#27116](https://github.com/RocketChat/Rocket.Chat/pull/27116)) + + ![image](https://user-images.githubusercontent.com/27704687/197018407-d591d6bc-e390-4bcd-9b6a-0bf0a1420bc2.png) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@MarcosSpessatto](https://github.com/MarcosSpessatto) +- [@dougfabris](https://github.com/dougfabris) +- [@gabriellsh](https://github.com/gabriellsh) + ## 5.3.0-rc.1 `2022-10-20 ยท 1 ๐Ÿ› ยท 2 ๐Ÿ” ยท 6 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index ed7d6f91cc9..e9eb115c502 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 5.3.0-rc.1 +ENV RC_VERSION 5.3.0-rc.2 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index dee140f0120..15b63bdb413 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.3.0-rc.1" + "version": "5.3.0-rc.2" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 1c494bf1de9..a0734b73126 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "5.3.0-rc.1", + "version": "5.3.0-rc.2", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 4b87afc6a95..b2c5b33c765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.3.0-rc.1", + "version": "5.3.0-rc.2", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,