From 9be80855edfc322d7e37414b3d83b19b09b4b1b3 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Wed, 21 Jul 2021 22:45:34 -0300 Subject: [PATCH] Bump version to 3.17.0-rc.1 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 32 ++++++++++++++++++++++++++ .snapcraft/resources/prepareRocketChat | 2 +- .snapcraft/snap/snapcraft.yaml | 2 +- HISTORY.md | 27 ++++++++++++++++++++++ app/utils/rocketchat.info | 2 +- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 65 insertions(+), 6 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 4812e6c3259..3864cd5c4fe 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.17.0-rc.0 +ENV RC_VERSION 3.17.0-rc.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index f2b2a4f7328..7d37d26a265 100644 --- a/.github/history.json +++ b/.github/history.json @@ -63181,6 +63181,38 @@ ] } ] + }, + "3.17.0-rc.1": { + "node_version": "12.22.1", + "npm_version": "6.14.1", + "apps_engine_version": "1.27.1", + "mongo_versions": [ + "3.4", + "3.6", + "4.0", + "4.2" + ], + "pull_requests": [ + { + "pr": "22727", + "title": "Regression: Properly force newline in attachment fields", + "userLogin": "tassoevan", + "description": "I've incorrectly enforcing the newline character in attachment fields, resulting in \"<br />\" text being rendered.", + "contributors": [ + "tassoevan", + "dougfabris" + ] + }, + { + "pr": "22676", + "title": "[NEW] Monitoring Track messages' round trip time", + "userLogin": "rodrigok", + "description": "Track messages' roundtrip time from backend saves time to the time when received back from the oplog allowing track of oplog slowness.\r\nPrometheus metric: `rocketchat_messages_roundtrip_time`", + "contributors": [ + "rodrigok" + ] + } + ] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index 2b4eae7ba29..eedd2d8796e 100755 --- a/.snapcraft/resources/prepareRocketChat +++ b/.snapcraft/resources/prepareRocketChat @@ -1,6 +1,6 @@ #!/bin/bash -curl -SLf "https://releases.rocket.chat/3.17.0-rc.0/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.17.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 dc41a48d50c..4fa5f6137c8 100644 --- a/.snapcraft/snap/snapcraft.yaml +++ b/.snapcraft/snap/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 3.17.0-rc.0 +version: 3.17.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 bd60d569565..32c947c986b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,33 @@ # 3.17.0 (Under Release Candidate Process) +## 3.17.0-rc.1 +`2021-07-21 ยท 1 ๐ŸŽ‰ ยท 1 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐ŸŽ‰ New features + + +- Monitoring Track messages' round trip time ([#22676](https://github.com/RocketChat/Rocket.Chat/pull/22676)) + + Track messages' roundtrip time from backend saves time to the time when received back from the oplog allowing track of oplog slowness. + Prometheus metric: `rocketchat_messages_roundtrip_time` + +
+๐Ÿ” Minor changes + + +- Regression: Properly force newline in attachment fields ([#22727](https://github.com/RocketChat/Rocket.Chat/pull/22727)) + + I've incorrectly enforcing the newline character in attachment fields, resulting in "<br />" text being rendered. + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@dougfabris](https://github.com/dougfabris) +- [@rodrigok](https://github.com/rodrigok) +- [@tassoevan](https://github.com/tassoevan) + ## 3.17.0-rc.0 `2021-07-21 ยท 6 ๐ŸŽ‰ ยท 18 ๐Ÿš€ ยท 35 ๐Ÿ› ยท 25 ๐Ÿ” ยท 28 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 8cef998c07a..ab1e716e338 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.17.0-rc.0" + "version": "3.17.0-rc.1" } diff --git a/package-lock.json b/package-lock.json index 83936117900..eb97ca2a5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.17.0-rc.0", + "version": "3.17.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2ce120e7a6..f9a95e5f700 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.17.0-rc.0", + "version": "3.17.0-rc.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"