Skip to content

Commit

Permalink
Bump version to 3.9.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 25, 2020
1 parent 7ee00d1 commit 9208921
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 6 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 3.9.0-rc.0
ENV RC_VERSION 3.9.0-rc.1

MAINTAINER buildmaster@rocket.chat

Expand Down
28 changes: 28 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -52284,6 +52284,34 @@
]
}
]
},
"3.9.0-rc.1": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.20.0-alpha.4149",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19670",
"title": "Regression: Verticalbar size",
"userLogin": "ggazzo",
"contributors": [
"gabriellsh"
]
},
{
"pr": "19668",
"title": "Regression: Collapsed messages container in safari",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/3.9.0-rc.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.9.0-rc.1/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 3.9.0-rc.0
version: 3.9.0-rc.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@

# 3.9.0 (Under Release Candidate Process)

## 3.9.0-rc.1
`2020-11-24 · 2 🔍 · 1 👩‍💻👨‍💻`

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


- Regression: Collapsed messages container in safari ([#19668](https://github.com/RocketChat/Rocket.Chat/pull/19668))

- Regression: Verticalbar size ([#19670](https://github.com/RocketChat/Rocket.Chat/pull/19670))

</details>

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

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

## 3.9.0-rc.0
`2020-11-21 · 5 🎉 · 13 🚀 · 27 🐛 · 18 🔍 · 20 👩‍💻👨‍💻`

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": "3.9.0-rc.0"
"version": "3.9.0-rc.1"
}
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
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": "3.9.0-rc.0",
"version": "3.9.0-rc.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 9208921

Please sign in to comment.