diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 27825da7634..bc4ee33509b 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 2.0.0-rc.2 +ENV RC_VERSION 2.0.0-rc.3 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index a73dc19e2f5..ee91dc3d592 100644 --- a/.github/history.json +++ b/.github/history.json @@ -34436,6 +34436,134 @@ ] } ] + }, + "2.0.0-rc.3": { + "node_version": "8.11.4", + "npm_version": "6.4.1", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "15283", + "title": "Add federation back", + "userLogin": "sampaiodiego", + "milestone": "2.0.0", + "contributors": [ + "alansikora", + "sampaiodiego", + "web-flow" + ] + }, + { + "pr": "15332", + "title": "Revert \"[BREAK] Remove REST endpoint `/api/v1/info`\"", + "userLogin": "rodrigok", + "milestone": "2.0.0", + "contributors": [ + "rodrigok", + "web-flow" + ] + }, + { + "pr": "15333", + "title": "Revert \"[BREAK] Remove REST endpoint `/api/v1/emoji-custom`\"", + "userLogin": "rodrigok", + "milestone": "2.0.0", + "contributors": [ + "rodrigok", + "web-flow", + "sampaiodiego" + ] + }, + { + "pr": "15306", + "title": "[FIX] Redirect on app manual install", + "userLogin": "d-gubert", + "milestone": "2.0.0", + "contributors": [ + "d-gubert", + "web-flow" + ] + }, + { + "pr": "15329", + "title": "Regression: last message doesn't update after reconnect", + "userLogin": "ggazzo", + "milestone": "2.0.0", + "contributors": [ + "ggazzo", + "web-flow" + ] + }, + { + "pr": "15242", + "title": "Regression: New Livechat methods and processes", + "userLogin": "renatobecker", + "milestone": "2.0.0", + "contributors": [ + "renatobecker", + "web-flow" + ] + }, + { + "pr": "15319", + "title": "[FIX] IE11 baseURI ", + "userLogin": "ggazzo", + "milestone": "2.0.0", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "15321", + "title": "Regression: Remove duplicated permission changes emitter", + "userLogin": "MartinSchoeler", + "milestone": "2.0.0", + "contributors": [ + "MartinSchoeler" + ] + }, + { + "pr": "15310", + "title": "Regression: Errors on the console preventing some settings to be saved", + "userLogin": "MartinSchoeler", + "milestone": "2.0.0", + "contributors": [ + "MartinSchoeler" + ] + }, + { + "pr": "15285", + "title": "Fix v148 migration", + "userLogin": "alansikora", + "contributors": [ + "alansikora", + "web-flow", + "geekgonecrazy" + ] + }, + { + "pr": "15258", + "title": "Fix apps list error", + "userLogin": "d-gubert", + "milestone": "2.0.0", + "contributors": [ + "d-gubert", + "web-flow" + ] + }, + { + "pr": "15278", + "title": "Revert federation", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + } + ] } } } \ No newline at end of file diff --git a/.travis/snap.sh b/.travis/snap.sh index 1da53c53a73..9b0fb95a30c 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=2.0.0-rc.2 + RC_VERSION=2.0.0-rc.3 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index d141f425e04..d1dd388116e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,44 @@ # 2.0.0 (Under Release Candidate Process) +## 2.0.0-rc.3 +`2019-09-10 · 2 ️️️⚠️ · 2 🐛 · 8 🔍 · 8 👩‍💻👨‍💻` + +### ⚠️ BREAKING CHANGES + +- Remove REST endpoint `/api/v1/info`" ([#15332](https://github.com/RocketChat/Rocket.Chat/pull/15332)) +- Remove REST endpoint `/api/v1/emoji-custom`" ([#15333](https://github.com/RocketChat/Rocket.Chat/pull/15333)) + +### 🐛 Bug fixes + +- Redirect on app manual install ([#15306](https://github.com/RocketChat/Rocket.Chat/pull/15306)) +- IE11 baseURI ([#15319](https://github.com/RocketChat/Rocket.Chat/pull/15319)) + +
+🔍 Minor changes + +- Add federation back ([#15283](https://github.com/RocketChat/Rocket.Chat/pull/15283)) +- Regression: last message doesn't update after reconnect ([#15329](https://github.com/RocketChat/Rocket.Chat/pull/15329)) +- Regression: New Livechat methods and processes ([#15242](https://github.com/RocketChat/Rocket.Chat/pull/15242)) +- Regression: Remove duplicated permission changes emitter ([#15321](https://github.com/RocketChat/Rocket.Chat/pull/15321)) +- Regression: Errors on the console preventing some settings to be saved ([#15310](https://github.com/RocketChat/Rocket.Chat/pull/15310)) +- Fix v148 migration ([#15285](https://github.com/RocketChat/Rocket.Chat/pull/15285)) +- Fix apps list error ([#15258](https://github.com/RocketChat/Rocket.Chat/pull/15258)) +- Revert federation ([#15278](https://github.com/RocketChat/Rocket.Chat/pull/15278)) + +
+ +### 👩‍💻👨‍💻 Core Team 🤓 + +- [@MartinSchoeler](https://github.com/MartinSchoeler) +- [@alansikora](https://github.com/alansikora) +- [@d-gubert](https://github.com/d-gubert) +- [@geekgonecrazy](https://github.com/geekgonecrazy) +- [@ggazzo](https://github.com/ggazzo) +- [@renatobecker](https://github.com/renatobecker) +- [@rodrigok](https://github.com/rodrigok) +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 2.0.0-rc.2 `2019-08-28 · 5 🔍 · 3 👩‍💻👨‍💻` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 94635791193..bd8b1880104 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "2.0.0-rc.2" + "version": "2.0.0-rc.3" } diff --git a/package.json b/package.json index bb6af6f765e..15e806fa4c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"