From 2d833cc77240dfae5cb5becb0ea6dd22acc052f1 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Fri, 26 Oct 2018 20:06:52 -0300 Subject: [PATCH] Bump version to 0.71.0-rc.1 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 338 +++++++++++++++++++----- .sandstorm/sandstorm-pkgdef.capnp | 4 +- .travis/snap.sh | 2 +- HISTORY.md | 147 +++++++++-- package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 7 files changed, 409 insertions(+), 88 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 18c0bce17c2..400ab86224c 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.71.0-rc.0 +ENV RC_VERSION 0.71.0-rc.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 615dd32e0ce..220aa4db740 100644 --- a/.github/history.json +++ b/.github/history.json @@ -19685,6 +19685,221 @@ } ] }, + "0.70.1-rc.0": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "12264", + "title": "Merge master into develop & Set version to 0.71.0-develop", + "userLogin": "sampaiodiego", + "contributors": [ + "ggazzo", + "sampaiodiego", + "timkinnane", + "rodrigok", + "cardoso", + "kaiiiiiiiii", + "web-flow" + ] + }, + { + "pr": "12254", + "title": "[FIX] E2E data not cleared on logout", + "userLogin": "Hudell", + "milestone": "0.70.1", + "contributors": [ + "Hudell" + ] + }, + { + "pr": "12232", + "title": "[FIX] E2E password request not closing after entering password", + "userLogin": "Hudell", + "milestone": "0.70.1", + "contributors": [ + "Hudell" + ] + }, + { + "pr": "12263", + "title": "[FIX] Message editing was duplicating reply quotes", + "userLogin": "rodrigok", + "milestone": "0.70.1", + "contributors": [ + "rodrigok" + ] + }, + { + "pr": "12257", + "title": "[FIX] Livechat integration with RDStation", + "userLogin": "sampaiodiego", + "milestone": "0.70.1", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "12233", + "title": "Regression: fix modal submit", + "userLogin": "ggazzo", + "milestone": "0.70.1", + "contributors": [ + "ggazzo", + "sampaiodiego" + ] + }, + { + "pr": "12255", + "title": "[FIX] Livechat triggers being registered twice after setting department via API", + "userLogin": "edzluhan", + "milestone": "0.70.1", + "contributors": [ + "edzluhan" + ] + }, + { + "pr": "12242", + "title": "[FIX] Livechat CRM integration running when disabled ", + "userLogin": "renatobecker", + "milestone": "0.70.1", + "contributors": [ + "renatobecker" + ] + }, + { + "pr": "12241", + "title": "[FIX] Emails' logo and links", + "userLogin": "ggazzo", + "contributors": [ + "ggazzo", + "sampaiodiego" + ] + }, + { + "pr": "12240", + "title": "[FIX] Set default action for Setup Wizard form submit", + "userLogin": "tassoevan", + "milestone": "0.71.0", + "contributors": [ + "tassoevan" + ] + }, + { + "pr": "12227", + "title": "Add reetp to the issues' bot whitelist", + "userLogin": "theorenck", + "contributors": [ + "theorenck", + "web-flow" + ] + } + ] + }, + "0.70.1-rc.1": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "12268", + "title": "Fix: Remove semver satisfies from Apps details that is already done my marketplace", + "userLogin": "sampaiodiego", + "milestone": "0.70.1", + "contributors": [ + "sampaiodiego" + ] + } + ] + }, + "0.70.1": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "12270", + "title": "Release 0.70.1", + "userLogin": "sampaiodiego", + "contributors": [ + "theorenck", + "rodrigok", + "tassoevan", + "ggazzo", + "sampaiodiego", + "renatobecker", + "edzluhan", + "web-flow", + "Hudell" + ] + } + ] + }, + "0.70.2": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [] + }, + "0.70.3": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "12281", + "title": "Release 0.70.3", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "12276", + "title": "Release 0.70.2", + "userLogin": "sampaiodiego", + "contributors": [ + "Hudell", + "sampaiodiego" + ] + }, + { + "pr": "12272", + "title": "[FIX] E2E alert shows up when encryption is disabled", + "userLogin": "Hudell", + "milestone": "0.70.2", + "contributors": [ + "Hudell" + ] + } + ] + }, + "0.70.4": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "12299", + "title": "Release 0.70.4", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "12283", + "title": "[FIX] Modal confirm on enter", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "12298", + "title": "Fix: Add wizard opt-in fields", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + } + ] + }, "0.71.0-rc.0": { "node_version": "8.11.3", "npm_version": "5.6.0", @@ -19996,117 +20211,110 @@ ] }, { - "pr": "12268", - "title": "Fix: Remove semver satisfies from Apps details that is already done my marketplace", + "pr": "12299", + "title": "Release 0.70.4", "userLogin": "sampaiodiego", - "milestone": "0.70.1", "contributors": [ "sampaiodiego" ] }, { - "pr": "12264", - "title": "Merge master into develop & Set version to 0.71.0-develop", + "pr": "12276", + "title": "Release 0.70.2", "userLogin": "sampaiodiego", "contributors": [ - "ggazzo", - "sampaiodiego", - "timkinnane", - "rodrigok", - "cardoso", - "kaiiiiiiiii", - "web-flow" - ] - }, - { - "pr": "12254", - "title": "[FIX] E2E data not cleared on logout", - "userLogin": "Hudell", - "milestone": "0.70.1", - "contributors": [ - "Hudell" + "Hudell", + "sampaiodiego" ] - }, + } + ] + }, + "0.71.0-rc.1": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ { - "pr": "12232", - "title": "[FIX] E2E password request not closing after entering password", - "userLogin": "Hudell", - "milestone": "0.70.1", + "pr": "12398", + "title": "[FIX] E2E: Decrypting UTF-8 encoded messages", + "userLogin": "pmmaga", + "milestone": "0.71.0", "contributors": [ - "Hudell" + "pmmaga", + "web-flow" ] }, { - "pr": "12263", - "title": "[FIX] Message editing was duplicating reply quotes", + "pr": "12442", + "title": "Update Apps Framework to version 1.2.1", "userLogin": "rodrigok", - "milestone": "0.70.1", + "milestone": "0.71.0", "contributors": [ "rodrigok" ] }, { - "pr": "12257", - "title": "[FIX] Livechat integration with RDStation", - "userLogin": "sampaiodiego", - "milestone": "0.70.1", + "pr": "12424", + "title": "[FIX] Ignore errors when creating image preview for uploads", + "userLogin": "tassoevan", + "milestone": "0.71.0", "contributors": [ - "sampaiodiego" + "tassoevan", + "web-flow" ] }, { - "pr": "12233", - "title": "Regression: fix modal submit", - "userLogin": "ggazzo", - "milestone": "0.70.1", + "pr": "12405", + "title": "Regression: Change `starred` message property from object to array", + "userLogin": "MarcosSpessatto", + "milestone": "0.71.0", "contributors": [ - "ggazzo", + "MarcosSpessatto", "sampaiodiego" ] }, { - "pr": "12255", - "title": "[FIX] Livechat triggers being registered twice after setting department via API", - "userLogin": "edzluhan", - "milestone": "0.70.1", + "pr": "12425", + "title": "[IMPROVE] Allow the imports to accept any file type", + "userLogin": "graywolf336", + "milestone": "0.71.0", "contributors": [ - "edzluhan" + "graywolf336" ] }, { - "pr": "12242", - "title": "[FIX] Livechat CRM integration running when disabled ", - "userLogin": "renatobecker", - "milestone": "0.70.1", + "pr": "12409", + "title": "Apps: Room’s usernames was not working", + "userLogin": "rodrigok", + "milestone": "0.71.0", "contributors": [ - "renatobecker" + "rodrigok" ] }, { - "pr": "12241", - "title": "[FIX] Emails' logo and links", - "userLogin": "ggazzo", + "pr": "12436", + "title": "[FIX] Attachment actions not being collapsable", + "userLogin": "graywolf336", + "milestone": "0.71.0", "contributors": [ - "ggazzo", - "sampaiodiego" + "graywolf336" ] }, { - "pr": "12240", - "title": "[FIX] Set default action for Setup Wizard form submit", - "userLogin": "tassoevan", - "milestone": "0.71.0", + "pr": "12432", + "title": "[NEW] Add \"help wanted\" section to Readme", + "userLogin": "isabellarussell", "contributors": [ - "tassoevan" + "isabellarussell", + "Sing-Li", + "web-flow" ] }, { - "pr": "12227", - "title": "Add reetp to the issues' bot whitelist", - "userLogin": "theorenck", + "pr": "12392", + "title": "Regression: Fix email headers not being used", + "userLogin": "sampaiodiego", "contributors": [ - "theorenck", - "web-flow" + "sampaiodiego" ] } ] diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index ea59057b38e..6fa3659aec4 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 105, # Increment this for every release. + appVersion = 106, # Increment this for every release. - appMarketingVersion = (defaultText = "0.71.0-rc.0"), + appMarketingVersion = (defaultText = "0.71.0-rc.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 a215d6142d3..8815b2d2899 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.71.0-rc.0 + RC_VERSION=0.71.0-rc.1 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index d57b2951e60..46986c835f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,49 @@ # 0.71.0 (Under Release Candidate Process) +## 0.71.0-rc.1 +`2018-10-26 · 1 🎉 · 1 🚀 · 3 🐛 · 4 🔍 · 8 👩‍💻👨‍💻` + +### 🎉 New features + +- Add "help wanted" section to Readme ([#12432](https://github.com/RocketChat/Rocket.Chat/pull/12432)) + +### 🚀 Improvements + +- Allow the imports to accept any file type ([#12425](https://github.com/RocketChat/Rocket.Chat/pull/12425)) + +### 🐛 Bug fixes + +- E2E: Decrypting UTF-8 encoded messages ([#12398](https://github.com/RocketChat/Rocket.Chat/pull/12398) by [@pmmaga](https://github.com/pmmaga)) +- Ignore errors when creating image preview for uploads ([#12424](https://github.com/RocketChat/Rocket.Chat/pull/12424)) +- Attachment actions not being collapsable ([#12436](https://github.com/RocketChat/Rocket.Chat/pull/12436)) + +
+🔍 Minor changes + +- Update Apps Framework to version 1.2.1 ([#12442](https://github.com/RocketChat/Rocket.Chat/pull/12442)) +- Regression: Change `starred` message property from object to array ([#12405](https://github.com/RocketChat/Rocket.Chat/pull/12405)) +- Apps: Room’s usernames was not working ([#12409](https://github.com/RocketChat/Rocket.Chat/pull/12409)) +- Regression: Fix email headers not being used ([#12392](https://github.com/RocketChat/Rocket.Chat/pull/12392)) + +
+ +### 👩‍💻👨‍💻 Contributors 😍 + +- [@pmmaga](https://github.com/pmmaga) + +### 👩‍💻👨‍💻 Core Team 🤓 + +- [@MarcosSpessatto](https://github.com/MarcosSpessatto) +- [@Sing-Li](https://github.com/Sing-Li) +- [@graywolf336](https://github.com/graywolf336) +- [@isabellarussell](https://github.com/isabellarussell) +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) +- [@tassoevan](https://github.com/tassoevan) + ## 0.71.0-rc.0 -`2018-10-20 · 2 ️️️⚠️ · 4 🎉 · 4 🚀 · 26 🐛 · 9 🔍 · 21 👩‍💻👨‍💻` +`2018-10-20 · 2 ️️️⚠️ · 4 🎉 · 4 🚀 · 16 🐛 · 4 🔍 · 15 👩‍💻👨‍💻` ### ⚠️ BREAKING CHANGES @@ -41,8 +82,94 @@ - Links in home layout ([#12355](https://github.com/RocketChat/Rocket.Chat/pull/12355) by [@upiksaleh](https://github.com/upiksaleh)) - Last message not updating after message delete if show deleted status is on ([#12350](https://github.com/RocketChat/Rocket.Chat/pull/12350)) - Invalid destructuring on Livechat API endpoint ([#12354](https://github.com/RocketChat/Rocket.Chat/pull/12354)) + +
+🔍 Minor changes + +- Fix: wrong saveUser permission validations ([#12384](https://github.com/RocketChat/Rocket.Chat/pull/12384)) +- Regression: do not render pdf preview on safari <= 12 ([#12375](https://github.com/RocketChat/Rocket.Chat/pull/12375)) +- Improve: Drop database between running tests on CI ([#12358](https://github.com/RocketChat/Rocket.Chat/pull/12358)) +- Fix: update check on err.details ([#12346](https://github.com/RocketChat/Rocket.Chat/pull/12346) by [@teresy](https://github.com/teresy)) + +
+ +### 👩‍💻👨‍💻 Contributors 😍 + +- [@MarcosEllys](https://github.com/MarcosEllys) +- [@crazy-max](https://github.com/crazy-max) +- [@kb0304](https://github.com/kb0304) +- [@madguy02](https://github.com/madguy02) +- [@nikeee](https://github.com/nikeee) +- [@nimetu](https://github.com/nimetu) +- [@teresy](https://github.com/teresy) +- [@upiksaleh](https://github.com/upiksaleh) + +### 👩‍💻👨‍💻 Core Team 🤓 + +- [@Hudell](https://github.com/Hudell) +- [@MarcosSpessatto](https://github.com/MarcosSpessatto) +- [@geekgonecrazy](https://github.com/geekgonecrazy) +- [@ggazzo](https://github.com/ggazzo) +- [@renatobecker](https://github.com/renatobecker) +- [@sampaiodiego](https://github.com/sampaiodiego) +- [@tassoevan](https://github.com/tassoevan) + +# 0.70.4 +`2018-10-09 · 1 🐛 · 2 🔍 · 1 👩‍💻👨‍💻` + +### Engine versions +- Node: `8.11.3` +- NPM: `5.6.0` + +### 🐛 Bug fixes + - Modal confirm on enter ([#12283](https://github.com/RocketChat/Rocket.Chat/pull/12283)) + +
+🔍 Minor changes + +- Release 0.70.4 ([#12299](https://github.com/RocketChat/Rocket.Chat/pull/12299)) +- Fix: Add wizard opt-in fields ([#12298](https://github.com/RocketChat/Rocket.Chat/pull/12298)) + +
+ +### 👩‍💻👨‍💻 Core Team 🤓 + +- [@sampaiodiego](https://github.com/sampaiodiego) + +# 0.70.3 +`2018-10-08 · 1 🐛 · 2 🔍 · 2 👩‍💻👨‍💻` + +### Engine versions +- Node: `8.11.3` +- NPM: `5.6.0` + +### 🐛 Bug fixes + - E2E alert shows up when encryption is disabled ([#12272](https://github.com/RocketChat/Rocket.Chat/pull/12272)) + +
+🔍 Minor changes + +- Release 0.70.3 ([#12281](https://github.com/RocketChat/Rocket.Chat/pull/12281)) +- Release 0.70.2 ([#12276](https://github.com/RocketChat/Rocket.Chat/pull/12276)) + +
+ +### 👩‍💻👨‍💻 Core Team 🤓 + +- [@Hudell](https://github.com/Hudell) +- [@sampaiodiego](https://github.com/sampaiodiego) + +# 0.70.1 +`2018-10-05 · 8 🐛 · 5 🔍 · 11 👩‍💻👨‍💻` + +### Engine versions +- Node: `8.11.3` +- NPM: `5.6.0` + +### 🐛 Bug fixes + - E2E data not cleared on logout ([#12254](https://github.com/RocketChat/Rocket.Chat/pull/12254)) - E2E password request not closing after entering password ([#12232](https://github.com/RocketChat/Rocket.Chat/pull/12232)) - Message editing was duplicating reply quotes ([#12263](https://github.com/RocketChat/Rocket.Chat/pull/12263)) @@ -55,37 +182,23 @@
🔍 Minor changes -- Fix: wrong saveUser permission validations ([#12384](https://github.com/RocketChat/Rocket.Chat/pull/12384)) -- Regression: do not render pdf preview on safari <= 12 ([#12375](https://github.com/RocketChat/Rocket.Chat/pull/12375)) -- Improve: Drop database between running tests on CI ([#12358](https://github.com/RocketChat/Rocket.Chat/pull/12358)) -- Fix: update check on err.details ([#12346](https://github.com/RocketChat/Rocket.Chat/pull/12346) by [@teresy](https://github.com/teresy)) -- Fix: Add wizard opt-in fields ([#12298](https://github.com/RocketChat/Rocket.Chat/pull/12298)) -- Fix: Remove semver satisfies from Apps details that is already done my marketplace ([#12268](https://github.com/RocketChat/Rocket.Chat/pull/12268)) +- Release 0.70.1 ([#12270](https://github.com/RocketChat/Rocket.Chat/pull/12270) by [@edzluhan](https://github.com/edzluhan)) - Merge master into develop & Set version to 0.71.0-develop ([#12264](https://github.com/RocketChat/Rocket.Chat/pull/12264) by [@kaiiiiiiiii](https://github.com/kaiiiiiiiii)) - Regression: fix modal submit ([#12233](https://github.com/RocketChat/Rocket.Chat/pull/12233)) - Add reetp to the issues' bot whitelist ([#12227](https://github.com/RocketChat/Rocket.Chat/pull/12227)) +- Fix: Remove semver satisfies from Apps details that is already done my marketplace ([#12268](https://github.com/RocketChat/Rocket.Chat/pull/12268))
### 👩‍💻👨‍💻 Contributors 😍 -- [@MarcosEllys](https://github.com/MarcosEllys) -- [@crazy-max](https://github.com/crazy-max) - [@edzluhan](https://github.com/edzluhan) - [@kaiiiiiiiii](https://github.com/kaiiiiiiiii) -- [@kb0304](https://github.com/kb0304) -- [@madguy02](https://github.com/madguy02) -- [@nikeee](https://github.com/nikeee) -- [@nimetu](https://github.com/nimetu) -- [@teresy](https://github.com/teresy) -- [@upiksaleh](https://github.com/upiksaleh) ### 👩‍💻👨‍💻 Core Team 🤓 - [@Hudell](https://github.com/Hudell) -- [@MarcosSpessatto](https://github.com/MarcosSpessatto) - [@cardoso](https://github.com/cardoso) -- [@geekgonecrazy](https://github.com/geekgonecrazy) - [@ggazzo](https://github.com/ggazzo) - [@renatobecker](https://github.com/renatobecker) - [@rodrigok](https://github.com/rodrigok) diff --git a/package.json b/package.json index 4f64da490c9..feaf2e43bd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.71.0-rc.0", + "version": "0.71.0-rc.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index b1910c5b36e..45814bfb22d 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.71.0-rc.0" + "version": "0.71.0-rc.1" }