Bump version to 3.9.0-rc.4

pull/19706/head 3.9.0-rc.4
Diego Sampaio 5 years ago
parent 188ccdeee1
commit 69cdd69f54
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 118
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 33
      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.3
ENV RC_VERSION 3.9.0-rc.4
MAINTAINER buildmaster@rocket.chat

@ -15363,45 +15363,7 @@
]
},
"HEAD": {
"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": "19685",
"title": "Regression: URL preview problem",
"userLogin": "tiagoevanp",
"milestone": "3.9.0",
"contributors": [
"tiagoevanp"
]
},
{
"pr": "19659",
"title": "Regression: Fix LDAP 2FA not working when Login Fallback is off",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.9.0",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "19653",
"title": "Fix permission duplicated error on startup causing CI to halt",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego",
"g-thome"
]
}
]
"pull_requests": []
},
"0.66.0-rc.0": {
"node_version": "8.11.1",
@ -52391,6 +52353,84 @@
]
}
]
},
"3.9.0-rc.3": {
"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": "19685",
"title": "Regression: URL preview problem",
"userLogin": "tiagoevanp",
"milestone": "3.9.0",
"contributors": [
"tiagoevanp"
]
},
{
"pr": "19659",
"title": "Regression: Fix LDAP 2FA not working when Login Fallback is off",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.9.0",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "19653",
"title": "Fix permission duplicated error on startup causing CI to halt",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego",
"g-thome"
]
}
]
},
"3.9.0-rc.4": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.20.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19691",
"title": "Regression: Fix Custom OAuth 2FA",
"userLogin": "pierre-lehnen-rc",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "19702",
"title": "Update Apps-Engine version",
"userLogin": "d-gubert",
"contributors": [
"d-gubert"
]
},
{
"pr": "19700",
"title": "Improve performance of migration 211 (adding mostImportantRole to sessions)",
"userLogin": "rodrigok",
"milestone": "3.9.0",
"contributors": [
"rodrigok"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.9.0-rc.3/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.9.0-rc.4/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.3
version: 3.9.0-rc.4
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,12 +1,29 @@
# Next
`2020-11-26 · 3 🔍 · 4 👩💻👨💻`
# 3.9.0 (Under Release Candidate Process)
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.20.0-alpha.4149`
## 3.9.0-rc.4
`2020-11-27 · 3 🔍 · 3 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Improve performance of migration 211 (adding mostImportantRole to sessions) ([#19700](https://github.com/RocketChat/Rocket.Chat/pull/19700))
- Regression: Fix Custom OAuth 2FA ([#19691](https://github.com/RocketChat/Rocket.Chat/pull/19691))
- Update Apps-Engine version ([#19702](https://github.com/RocketChat/Rocket.Chat/pull/19702))
</details>
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@rodrigok](https://github.com/rodrigok)
## 3.9.0-rc.3
`2020-11-26 · 3 🔍 · 4 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
@ -27,8 +44,6 @@
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tiagoevanp](https://github.com/tiagoevanp)
# 3.9.0 (Under Release Candidate Process)
## 3.9.0-rc.2
`2020-11-25 · 3 🔍 · 4 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save