From 0b0458f502c0918d94e7f58af2ad52b70684c337 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Sat, 27 Oct 2018 20:29:01 -0300 Subject: [PATCH] Bump version to 0.71.0 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 25 +++++++- .sandstorm/sandstorm-pkgdef.capnp | 4 +- .travis/snap.sh | 2 +- HISTORY.md | 79 +++++++------------------ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 7 files changed, 52 insertions(+), 64 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 6c3de09f537..c6b44eca8e7 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.2 +ENV RC_VERSION 0.71.0 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 88f31db2fad..516833eb61c 100644 --- a/.github/history.json +++ b/.github/history.json @@ -20342,6 +20342,29 @@ ] } ] + }, + "0.71.0": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "12299", + "title": "Release 0.70.4", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + }, + { + "pr": "12276", + "title": "Release 0.70.2", + "userLogin": "sampaiodiego", + "contributors": [ + "Hudell", + "sampaiodiego" + ] + } + ] } } -} +} \ No newline at end of file diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index d4a03ad1a69..ca915313078 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 110, # Increment this for every release. + appVersion = 111, # Increment this for every release. - appMarketingVersion = (defaultText = "0.71.0-rc.2"), + appMarketingVersion = (defaultText = "0.71.0"), # 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 91c4e37dad5..906ef49f555 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.2 + RC_VERSION=0.71.0 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index 8b2328c1f07..dc82ffc8832 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,61 +1,10 @@ -# 0.71.0 (Under Release Candidate Process) +# 0.71.0 +`2018-10-27 · 2 ️️️⚠️ · 5 🎉 · 5 🚀 · 21 🐛 · 8 🔍 · 20 👩‍💻👨‍💻` -## 0.71.0-rc.2 -`2018-10-27 · 2 🐛 · 1 👩‍💻👨‍💻` - -### 🐛 Bug fixes - -- Attachment timestamp from and to Apps system not working ([#12445](https://github.com/RocketChat/Rocket.Chat/pull/12445)) -- Apps not being able to state how the action buttons are aligned ([#12391](https://github.com/RocketChat/Rocket.Chat/pull/12391)) - -### 👩‍💻👨‍💻 Core Team 🤓 - -- [@graywolf336](https://github.com/graywolf336) - -## 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 🚀 · 16 🐛 · 4 🔍 · 15 👩‍💻👨‍💻` +### Engine versions +- Node: `8.11.3` +- NPM: `5.6.0` ### ⚠️ BREAKING CHANGES @@ -68,6 +17,7 @@ - sidenav size on large screens ([#12372](https://github.com/RocketChat/Rocket.Chat/pull/12372)) - Ability to disable user presence monitor ([#12353](https://github.com/RocketChat/Rocket.Chat/pull/12353)) - PDF message attachment preview (client side rendering) ([#10519](https://github.com/RocketChat/Rocket.Chat/pull/10519) by [@kb0304](https://github.com/kb0304)) +- Add "help wanted" section to Readme ([#12432](https://github.com/RocketChat/Rocket.Chat/pull/12432)) ### 🚀 Improvements @@ -75,6 +25,7 @@ - Set Livechat department before register guest ([#12161](https://github.com/RocketChat/Rocket.Chat/pull/12161)) - Add missing livechat i18n keys ([#12330](https://github.com/RocketChat/Rocket.Chat/pull/12330) by [@MarcosEllys](https://github.com/MarcosEllys)) - Avoid unnecessary calls to Meteor.user() on client ([#11212](https://github.com/RocketChat/Rocket.Chat/pull/11212)) +- Allow the imports to accept any file type ([#12425](https://github.com/RocketChat/Rocket.Chat/pull/12425)) ### 🐛 Bug fixes @@ -94,6 +45,11 @@ - 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)) +- 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)) +- Attachment timestamp from and to Apps system not working ([#12445](https://github.com/RocketChat/Rocket.Chat/pull/12445)) +- Apps not being able to state how the action buttons are aligned ([#12391](https://github.com/RocketChat/Rocket.Chat/pull/12391))
🔍 Minor changes @@ -102,6 +58,10 @@ - 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)) +- 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))
@@ -113,6 +73,7 @@ - [@madguy02](https://github.com/madguy02) - [@nikeee](https://github.com/nikeee) - [@nimetu](https://github.com/nimetu) +- [@pmmaga](https://github.com/pmmaga) - [@teresy](https://github.com/teresy) - [@upiksaleh](https://github.com/upiksaleh) @@ -120,9 +81,13 @@ - [@Hudell](https://github.com/Hudell) - [@MarcosSpessatto](https://github.com/MarcosSpessatto) +- [@Sing-Li](https://github.com/Sing-Li) - [@geekgonecrazy](https://github.com/geekgonecrazy) - [@ggazzo](https://github.com/ggazzo) +- [@graywolf336](https://github.com/graywolf336) +- [@isabellarussell](https://github.com/isabellarussell) - [@renatobecker](https://github.com/renatobecker) +- [@rodrigok](https://github.com/rodrigok) - [@sampaiodiego](https://github.com/sampaiodiego) - [@tassoevan](https://github.com/tassoevan) @@ -3511,4 +3476,4 @@ - [@marceloschmidt](https://github.com/marceloschmidt) - [@mrsimpson](https://github.com/mrsimpson) - [@rodrigok](https://github.com/rodrigok) -- [@sampaiodiego](https://github.com/sampaiodiego) +- [@sampaiodiego](https://github.com/sampaiodiego) \ No newline at end of file diff --git a/package.json b/package.json index c147413df01..a5c190e9b53 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.2", + "version": "0.71.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 44012a44c50..1f44098747f 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.71.0-rc.2" + "version": "0.71.0" }