Bump version to 2.0.0-rc.2

pull/15350/head 2.0.0-rc.2
Diego Sampaio 6 years ago
parent 3042a3efda
commit 6dc57e1331
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 56
      .github/history.json
  3. 2
      .travis/snap.sh
  4. 20
      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.1
ENV RC_VERSION 2.0.0-rc.2
MAINTAINER buildmaster@rocket.chat

@ -34380,6 +34380,62 @@
]
}
]
},
"2.0.0-rc.2": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "15268",
"title": "Regression: Double error toast on Setup Wizard",
"userLogin": "tassoevan",
"milestone": "2.0.0",
"contributors": [
"tassoevan"
]
},
{
"pr": "15267",
"title": "Regression: addPermissionToRole argument as string",
"userLogin": "ggazzo",
"milestone": "2.0.0",
"contributors": [
"ggazzo"
]
},
{
"pr": "15263",
"title": "Regression: Remove old scripts of Setup Wizard",
"userLogin": "tassoevan",
"milestone": "2.0.0",
"contributors": [
"tassoevan",
"ggazzo",
"web-flow"
]
},
{
"pr": "15262",
"title": "Fix get IP for rate limiter",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "15249",
"title": "Add oplog events metrics",
"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.1
RC_VERSION=2.0.0-rc.2
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,6 +1,26 @@
# 2.0.0 (Under Release Candidate Process)
## 2.0.0-rc.2
`2019-08-28 · 5 🔍 · 3 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Double error toast on Setup Wizard ([#15268](https://github.com/RocketChat/Rocket.Chat/pull/15268))
- Regression: addPermissionToRole argument as string ([#15267](https://github.com/RocketChat/Rocket.Chat/pull/15267))
- Regression: Remove old scripts of Setup Wizard ([#15263](https://github.com/RocketChat/Rocket.Chat/pull/15263))
- Fix get IP for rate limiter ([#15262](https://github.com/RocketChat/Rocket.Chat/pull/15262))
- Add oplog events metrics ([#15249](https://github.com/RocketChat/Rocket.Chat/pull/15249))
</details>
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
## 2.0.0-rc.1
`2019-08-23 · 2 🔍 · 2 👩💻👨💻`

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

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save