From 8ff674efea5960d3c7c1b589fb15b93e158c5b47 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Thu, 2 Apr 2020 23:22:54 -0300 Subject: [PATCH] Bump version to 3.1.0-rc.8 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 46 +++++++++++++++++++++++++++++++++++++++ HISTORY.md | 26 ++++++++++++++++++++++ app/utils/rocketchat.info | 2 +- package.json | 2 +- 5 files changed, 75 insertions(+), 3 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 09e4f8463966..83945222de60 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.1.0-rc.7 +ENV RC_VERSION 3.1.0-rc.8 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 4cdce5336526..90cc4848e5e3 100644 --- a/.github/history.json +++ b/.github/history.json @@ -41960,6 +41960,52 @@ ] } ] + }, + "3.1.0-rc.8": { + "node_version": "12.16.1", + "npm_version": "6.13.4", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "17142", + "title": "New metric to track oplog queue", + "userLogin": "rodrigok", + "milestone": "3.0.11", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "17143", + "title": "[FIX] Option BYPASS_OPLOG_VALIDATION not working", + "userLogin": "rodrigok", + "milestone": "3.0.11", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "17132", + "title": "[FIX] Omnichannel endpoint `inquiries.getOne` returning only queued inquiries", + "userLogin": "renatobecker", + "milestone": "3.0.11", + "contributors": [ + "renatobecker" + ] + }, + { + "pr": "17133", + "title": "Regression: fix design review of Directory", + "userLogin": "ggazzo", + "contributors": [ + "ggazzo" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index a539bdcbabb3..f9555521eb6e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,32 @@ # 3.1.0 (Under Release Candidate Process) +## 3.1.0-rc.8 +`2020-04-02 ยท 2 ๐Ÿ› ยท 2 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐Ÿ› Bug fixes + + +- Option BYPASS_OPLOG_VALIDATION not working ([#17143](https://github.com/RocketChat/Rocket.Chat/pull/17143)) + +- Omnichannel endpoint `inquiries.getOne` returning only queued inquiries ([#17132](https://github.com/RocketChat/Rocket.Chat/pull/17132)) + +
+๐Ÿ” Minor changes + + +- New metric to track oplog queue ([#17142](https://github.com/RocketChat/Rocket.Chat/pull/17142)) + +- Regression: fix design review of Directory ([#17133](https://github.com/RocketChat/Rocket.Chat/pull/17133)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@ggazzo](https://github.com/ggazzo) +- [@renatobecker](https://github.com/renatobecker) +- [@rodrigok](https://github.com/rodrigok) + ## 3.1.0-rc.7 `2020-04-02 ยท 2 ๐ŸŽ‰ ยท 1 ๐Ÿš€ ยท 4 ๐Ÿ› ยท 9 ๐Ÿ” ยท 9 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index f785e4858f58..26844756d935 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.1.0-rc.7" + "version": "3.1.0-rc.8" } diff --git a/package.json b/package.json index 5429b2a062d5..d3a25136fedc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.1.0-rc.7", + "version": "3.1.0-rc.8", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"