Skip to content

Commit

Permalink
Bump version to 4.2.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 26, 2021
1 parent 5bd48d8 commit 479bb09
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 4.2.0-rc.2
ENV RC_VERSION 4.2.0-rc.3

MAINTAINER buildmaster@rocket.chat

Expand Down
22 changes: 22 additions & 0 deletions .github/history.json
Expand Up @@ -67752,6 +67752,28 @@
]
}
]
},
"4.2.0-rc.3": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.1",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23802",
"title": "Regression: Add @rocket.chat/emitter to EE services",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/4.2.0-rc.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.2.0-rc.3/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 4.2.0-rc.2
version: 4.2.0-rc.3
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.md
@@ -1,6 +1,21 @@

# 4.2.0 (Under Release Candidate Process)

## 4.2.0-rc.3
`2021-11-26 · 1 🔍 · 1 👩‍💻👨‍💻`

<details>
<summary>🔍 Minor changes</summary>


- Regression: Add @rocket.chat/emitter to EE services ([#23802](https://github.com/RocketChat/Rocket.Chat/pull/23802))

</details>

### 👩‍💻👨‍💻 Core Team 🤓

- [@sampaiodiego](https://github.com/sampaiodiego)

## 4.2.0-rc.2
`2021-11-26 · 2 🔍 · 2 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
@@ -1,3 +1,3 @@
{
"version": "4.2.0-rc.2"
"version": "4.2.0-rc.3"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "4.2.0-rc.2",
"version": "4.2.0-rc.3",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 479bb09

Please sign in to comment.