Bump version to 2.0.0-rc.3

pull/15350/head 2.0.0-rc.3
Diego Sampaio 6 years ago
parent 3a5c818b88
commit 0f4333041f
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 128
      .github/history.json
  3. 2
      .travis/snap.sh
  4. 38
      HISTORY.md
  5. 2
      app/utils/rocketchat.info
  6. 2
      package.json

@ -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

@ -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"
]
}
]
}
}
}

@ -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"

@ -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))
<details>
<summary>🔍 Minor changes</summary>
- 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))
</details>
### 👩💻👨💻 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 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "2.0.0-rc.2"
"version": "2.0.0-rc.3"
}

@ -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/"

Loading…
Cancel
Save