Skip to content

Commit

Permalink
Bump version to 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 28, 2019
1 parent 3042a3e commit 6dc57e1
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -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

Expand Down
56 changes: 56 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 20 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.0-rc.1"
"version": "2.0.0-rc.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 6dc57e1

Please sign in to comment.