From c413a571ee1b3caeb5d0a7ccfdccf96852a340de Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Fri, 28 Dec 2018 19:11:20 -0200 Subject: [PATCH] Bump version to 0.73.1 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 39 +++++++++++++++++++++++++ .sandstorm/sandstorm-pkgdef.capnp | 4 +-- .travis/snap.sh | 2 +- HISTORY.md | 27 ++++++++++++++++- package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 7 files changed, 71 insertions(+), 7 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index b560232d317..858fab195fc 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 0.73.0 +ENV RC_VERSION 0.73.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 7df06d8a445..28128902518 100644 --- a/.github/history.json +++ b/.github/history.json @@ -24468,6 +24468,45 @@ ] } ] + }, + "0.73.1": { + "node_version": "8.11.4", + "npm_version": "6.4.1", + "mongo_versions": [ + "3.2", + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "13049", + "title": "Execute tests with versions 3.2, 3.4, 3.6 and 4.0 of MongoDB", + "userLogin": "rodrigok", + "milestone": "0.73.1", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "13051", + "title": "Regression: Get room's members list not working on MongoDB 3.2", + "userLogin": "sampaiodiego", + "milestone": "0.73.1", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "13045", + "title": "[FIX] Default importer path", + "userLogin": "sampaiodiego", + "milestone": "0.73.1", + "contributors": [ + "sampaiodiego" + ] + } + ] } } } \ No newline at end of file diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 7652abd2ddd..ca5d7e281bf 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 121, # Increment this for every release. + appVersion = 122, # Increment this for every release. - appMarketingVersion = (defaultText = "0.73.0"), + appMarketingVersion = (defaultText = "0.73.1"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index b291d091547..482f73d3d65 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.73.0 + RC_VERSION=0.73.1 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index 1a38d7436dc..8d8f379d130 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,31 @@ +# 0.73.1 +`2018-12-28 ยท 1 ๐Ÿ› ยท 2 ๐Ÿ” ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `8.11.4` +- NPM: `6.4.1` +- MongoDB: `3.2, 3.4, 3.6, 4.0` + +### ๐Ÿ› Bug fixes + +- Default importer path ([#13045](https://github.com/RocketChat/Rocket.Chat/pull/13045)) + +
+๐Ÿ” Minor changes + +- Execute tests with versions 3.2, 3.4, 3.6 and 4.0 of MongoDB ([#13049](https://github.com/RocketChat/Rocket.Chat/pull/13049)) +- Regression: Get room's members list not working on MongoDB 3.2 ([#13051](https://github.com/RocketChat/Rocket.Chat/pull/13051)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) + # 0.73.0 -`2018-12-27 ยท 10 ๐ŸŽ‰ ยท 9 ๐Ÿš€ ยท 34 ๐Ÿ› ยท 84 ๐Ÿ” ยท 26 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` +`2018-12-28 ยท 10 ๐ŸŽ‰ ยท 9 ๐Ÿš€ ยท 34 ๐Ÿ› ยท 84 ๐Ÿ” ยท 26 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` ### Engine versions - Node: `8.11.4` diff --git a/package.json b/package.json index 008c027f142..4b5ee2a5260 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.73.0", + "version": "0.73.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 808c4e6d16c..e27cf6ae043 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.73.0" + "version": "0.73.1" }