Bump version to 3.9.0-rc.2

pull/19706/head 3.9.0-rc.2
Diego Sampaio 5 years ago
parent c68082df87
commit eab56ee9eb
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 41
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 22
      HISTORY.md
  6. 2
      app/utils/rocketchat.info
  7. 2
      package-lock.json
  8. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.9.0-rc.1
ENV RC_VERSION 3.9.0-rc.2
MAINTAINER buildmaster@rocket.chat

@ -52312,6 +52312,47 @@
]
}
]
},
"3.9.0-rc.2": {
"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": "19657",
"title": "Report DAU and MAU by role",
"userLogin": "rodrigok",
"milestone": "3.9.0",
"contributors": [
"rodrigok"
]
},
{
"pr": "19679",
"title": "Regression: Fix multiple react blazed template rendering at the same time",
"userLogin": "ggazzo",
"milestone": "3.9.0",
"contributors": [
"ggazzo",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "19671",
"title": "Regression: Issues with Safari",
"userLogin": "MartinSchoeler",
"contributors": [
"MartinSchoeler",
"web-flow"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.9.0-rc.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.9.0-rc.2/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.9.0-rc.1
version: 3.9.0-rc.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,6 +1,28 @@
# 3.9.0 (Under Release Candidate Process)
## 3.9.0-rc.2
`2020-11-25 · 3 🔍 · 4 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix multiple react blazed template rendering at the same time ([#19679](https://github.com/RocketChat/Rocket.Chat/pull/19679))
- Regression: Issues with Safari ([#19671](https://github.com/RocketChat/Rocket.Chat/pull/19671))
- Report DAU and MAU by role ([#19657](https://github.com/RocketChat/Rocket.Chat/pull/19657))
</details>
### 👩💻👨💻 Core Team 🤓
- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@ggazzo](https://github.com/ggazzo)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 3.9.0-rc.1
`2020-11-24 · 2 🔍 · 1 👩💻👨💻`

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

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.9.0-rc.1",
"version": "3.9.0-rc.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

Loading…
Cancel
Save