Bump version to 2.1.0-rc.1

pull/15459/head 2.1.0-rc.1
Diego Sampaio 6 years ago
parent 044bbd1b9c
commit 752a405971
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 58
      .github/history.json
  3. 2
      .travis/snap.sh
  4. 254
      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.1.0-rc.0
ENV RC_VERSION 2.1.0-rc.1
MAINTAINER buildmaster@rocket.chat

@ -35207,6 +35207,64 @@
]
}
]
},
"2.1.0-rc.1": {
"node_version": "8.15.1",
"npm_version": "6.9.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "15415",
"title": "[NEW] Allow file sharing through Twilio(WhatsApp) integration",
"userLogin": "renatobecker",
"milestone": "2.1.0",
"contributors": [
"renatobecker",
"web-flow"
]
},
{
"pr": "15437",
"title": "Regression: Fix invalid version string error on marketplace screen",
"userLogin": "d-gubert",
"milestone": "2.1.0",
"contributors": [
"d-gubert"
]
},
{
"pr": "15436",
"title": "Regression: Fix Commit Section when there is no commit info",
"userLogin": "sampaiodiego",
"milestone": "2.1.0",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "15432",
"title": "Regression: setup wizard dynamic import using relative url",
"userLogin": "ggazzo",
"milestone": "2.1.0",
"contributors": [
"ggazzo",
"web-flow"
]
},
{
"pr": "15426",
"title": "Regression: Favorite room button",
"userLogin": "tassoevan",
"milestone": "2.1.0",
"contributors": [
"tassoevan"
]
}
]
}
}
}

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=2.1.0-rc.0
RC_VERSION=2.1.0-rc.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

File diff suppressed because it is too large Load Diff

@ -1,3 +1,3 @@
{
"version": "2.1.0-rc.0"
"version": "2.1.0-rc.1"
}

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

Loading…
Cancel
Save