From 54f52aa94e5029bc0f4d5aeae0738f1f2d42611b Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Wed, 4 Nov 2020 10:14:04 -0300 Subject: [PATCH] Bump version to 3.8.0-rc.4 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 57 ++++++++++++++++++++++++++ .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, 90 insertions(+), 6 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 257a715f378..c5b6fc449f9 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.8.0-rc.3 +ENV RC_VERSION 3.8.0-rc.4 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index a7237268abd..d3ce64c5a5b 100644 --- a/.github/history.json +++ b/.github/history.json @@ -51149,6 +51149,63 @@ ] } ] + }, + "3.8.0-rc.4": { + "node_version": "12.18.4", + "npm_version": "6.14.8", + "apps_engine_version": "1.19.0-beta.4014", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "19385", + "title": "Update Apps-Engine version", + "userLogin": "d-gubert", + "milestone": "3.8.0", + "contributors": [ + "d-gubert", + "web-flow" + ] + }, + { + "pr": "19423", + "title": "Micro Services: Fix logout issue", + "userLogin": "rodrigok", + "milestone": "3.8.0", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "19449", + "title": "Regression: Sidebar reactivity when read last messages", + "userLogin": "tiagoevanp", + "contributors": [ + "tiagoevanp" + ] + }, + { + "pr": "19443", + "title": "Regression: Attachment without title or description show \"sent attachment\" in view mode extended ", + "userLogin": "tiagoevanp", + "contributors": [ + "tiagoevanp", + "web-flow", + "gabriellsh" + ] + }, + { + "pr": "19448", + "title": "Micro Services: Add metrics capability to Services", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + } + ] } } } \ No newline at end of file diff --git a/.snapcraft/resources/prepareRocketChat b/.snapcraft/resources/prepareRocketChat index dcbcc603a91..446153f660f 100755 --- a/.snapcraft/resources/prepareRocketChat +++ b/.snapcraft/resources/prepareRocketChat @@ -1,6 +1,6 @@ #!/bin/bash -curl -SLf "https://releases.rocket.chat/3.8.0-rc.3/download/" -o rocket.chat.tgz +curl -SLf "https://releases.rocket.chat/3.8.0-rc.4/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 8fa90c85f1d..c3d7269a1ae 100644 --- a/.snapcraft/snap/snapcraft.yaml +++ b/.snapcraft/snap/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 3.8.0-rc.3 +version: 3.8.0-rc.4 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 27c858b0824..be41d5b454a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,33 @@ # 3.8.0 (Under Release Candidate Process) +## 3.8.0-rc.4 +`2020-11-04 ยท 5 ๐Ÿ” ยท 5 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +
+๐Ÿ” Minor changes + + +- Micro Services: Add metrics capability to Services ([#19448](https://github.com/RocketChat/Rocket.Chat/pull/19448)) + +- Micro Services: Fix logout issue ([#19423](https://github.com/RocketChat/Rocket.Chat/pull/19423)) + +- Regression: Attachment without title or description show "sent attachment" in view mode extended ([#19443](https://github.com/RocketChat/Rocket.Chat/pull/19443)) + +- Regression: Sidebar reactivity when read last messages ([#19449](https://github.com/RocketChat/Rocket.Chat/pull/19449)) + +- Update Apps-Engine version ([#19385](https://github.com/RocketChat/Rocket.Chat/pull/19385)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@d-gubert](https://github.com/d-gubert) +- [@gabriellsh](https://github.com/gabriellsh) +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) +- [@tiagoevanp](https://github.com/tiagoevanp) + ## 3.8.0-rc.3 `2020-11-03 ยท 5 ๐Ÿ” ยท 3 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 1f5278f246c..dc33f813667 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.8.0-rc.3" + "version": "3.8.0-rc.4" } diff --git a/package-lock.json b/package-lock.json index df1c2f90ed0..f142040996a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Rocket.Chat", - "version": "3.8.0-rc.3", + "version": "3.8.0-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c960067319b..b7fc99aeb0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.8.0-rc.3", + "version": "3.8.0-rc.4", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"