diff --git a/.github/history.json b/.github/history.json index 93f6e4018ea..46cd0f2b851 100644 --- a/.github/history.json +++ b/.github/history.json @@ -95734,6 +95734,26 @@ ] } ] + }, + "5.3.5": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "27435", + "title": "[FIX] Fix watch db being started on Micro Services env", + "userLogin": "ggazzo", + "milestone": "5.4.0", + "contributors": [ + "ggazzo" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 6342649c1cb..4e4eabf0869 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,23 @@ +# 5.3.5 +`2022-12-02 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `14.19.3` +- NPM: `6.14.17` +- MongoDB: `4.2, 4.4, 5.0` + +### ๐Ÿ› Bug fixes + + +- Fix watch db being started on Micro Services env ([#27435](https://github.com/RocketChat/Rocket.Chat/pull/27435)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@ggazzo](https://github.com/ggazzo) + # 5.3.4 -`2022-11-28 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ” ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` +`2022-11-29 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ” ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` ### Engine versions - Node: `14.19.3` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 8e505a96822..0caafc741d8 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.4 +ENV RC_VERSION 5.3.5 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index d158364deb1..0d89899983e 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.3.4" + "version": "5.3.5" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 8ba688ebe99..309f0155c87 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.4", + "version": "5.3.5", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index e9c8141cb19..2c5ae675129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.3.4", + "version": "5.3.5", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,