Bump version to 4.1.0-rc.2

pull/23581/head 4.1.0-rc.2
Diego Sampaio 4 years ago
parent e045c5ccb5
commit d972826497
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 109
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 95
      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/ubi8/nodejs-12
ENV RC_VERSION 4.1.0-rc.1
ENV RC_VERSION 4.1.0-rc.2
MAINTAINER buildmaster@rocket.chat

@ -66849,6 +66849,115 @@
]
}
]
},
"4.0.4": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23532",
"title": "Release 4.0.4",
"userLogin": "sampaiodiego",
"contributors": [
"KevLehman",
"sampaiodiego",
"matheusbsilva137"
]
},
{
"pr": "23411",
"title": "[FIX] SAML Users' roles being reset to default on login",
"userLogin": "matheusbsilva137",
"description": "- Remove `roles` field update on `insertOrUpdateSAMLUser` function;\r\n- Add SAML `syncRoles` event;",
"milestone": "4.0.4",
"contributors": [
"matheusbsilva137",
"pierre-lehnen-rc"
]
},
{
"pr": "23522",
"title": "[FIX] Queue error handling and unlocking behavior",
"userLogin": "KevLehman",
"milestone": "4.0.4",
"contributors": [
"KevLehman"
]
}
]
},
"4.0.5": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23554",
"title": "Release 4.0.5",
"userLogin": "sampaiodiego",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego"
]
},
{
"pr": "23541",
"title": "[FIX] OAuth login not working on mobile app",
"userLogin": "pierre-lehnen-rc",
"milestone": "4.0.5",
"contributors": [
"pierre-lehnen-rc"
]
}
]
},
"4.1.0-rc.2": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23552",
"title": "Regression: Mail body contains `undefined` text",
"userLogin": "tassoevan",
"description": "### Before\r\n![image](https://user-images.githubusercontent.com/2263066/138733018-10449892-5c2d-46fb-9355-00e98e0d6c9f.png)\r\n\r\n### After\r\n![image](https://user-images.githubusercontent.com/2263066/138733074-a1b88a77-bf64-41c3-a6c3-ac9e1cb63de1.png)",
"contributors": [
"tassoevan",
"sampaiodiego"
]
},
{
"pr": "23541",
"title": "[FIX] OAuth login not working on mobile app",
"userLogin": "pierre-lehnen-rc",
"milestone": "4.0.5",
"contributors": [
"pierre-lehnen-rc"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/4.1.0-rc.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.1.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: 4.1.0-rc.1
version: 4.1.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,34 @@
# 4.1.0 (Under Release Candidate Process)
## 4.1.0-rc.2
`2021-10-25 · 1 🐛 · 1 🔍 · 3 👩💻👨💻`
### 🐛 Bug fixes
- OAuth login not working on mobile app ([#23541](https://github.com/RocketChat/Rocket.Chat/pull/23541))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Mail body contains `undefined` text ([#23552](https://github.com/RocketChat/Rocket.Chat/pull/23552))
### Before
![image](https://user-images.githubusercontent.com/2263066/138733018-10449892-5c2d-46fb-9355-00e98e0d6c9f.png)
### After
![image](https://user-images.githubusercontent.com/2263066/138733074-a1b88a77-bf64-41c3-a6c3-ac9e1cb63de1.png)
</details>
### 👩💻👨💻 Core Team 🤓
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
## 4.1.0-rc.1
`2021-10-21 · 3 🔍 · 2 👩💻👨💻`
@ -257,6 +285,67 @@
- [@thassiov](https://github.com/thassiov)
- [@tiagoevanp](https://github.com/tiagoevanp)
# 4.0.5
`2021-10-25 · 1 🐛 · 1 🔍 · 2 👩💻👨💻`
### Engine versions
- Node: `12.22.1`
- NPM: `6.14.1`
- MongoDB: `3.6, 4.0, 4.2, 4.4, 5.0`
- Apps-Engine: `1.28.0`
### 🐛 Bug fixes
- OAuth login not working on mobile app ([#23541](https://github.com/RocketChat/Rocket.Chat/pull/23541))
<details>
<summary>🔍 Minor changes</summary>
- Release 4.0.5 ([#23554](https://github.com/RocketChat/Rocket.Chat/pull/23554))
</details>
### 👩💻👨💻 Core Team 🤓
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 4.0.4
`2021-10-21 · 2 🐛 · 1 🔍 · 4 👩💻👨💻`
### Engine versions
- Node: `12.22.1`
- NPM: `6.14.1`
- MongoDB: `3.6, 4.0, 4.2, 4.4, 5.0`
- Apps-Engine: `1.28.0`
### 🐛 Bug fixes
- Queue error handling and unlocking behavior ([#23522](https://github.com/RocketChat/Rocket.Chat/pull/23522))
- SAML Users' roles being reset to default on login ([#23411](https://github.com/RocketChat/Rocket.Chat/pull/23411))
- Remove `roles` field update on `insertOrUpdateSAMLUser` function;
- Add SAML `syncRoles` event;
<details>
<summary>🔍 Minor changes</summary>
- Release 4.0.4 ([#23532](https://github.com/RocketChat/Rocket.Chat/pull/23532))
</details>
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@matheusbsilva137](https://github.com/matheusbsilva137)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 4.0.3
`2021-10-18 · 2 🐛 · 1 🔍 · 3 👩💻👨💻`
@ -15112,7 +15201,7 @@
<summary>🔍 Minor changes</summary>
- Add reetp to the issues' bot whitelist ([#12227](https://github.com/RocketChat/Rocket.Chat/pull/12227))
- Add reetp to the issues' bot whitelist ([#12227](https://github.com/RocketChat/Rocket.Chat/pull/12227) by [@theorenck](https://github.com/theorenck))
- Fix: Remove semver satisfies from Apps details that is already done my marketplace ([#12268](https://github.com/RocketChat/Rocket.Chat/pull/12268))
@ -15120,7 +15209,7 @@
- Regression: fix modal submit ([#12233](https://github.com/RocketChat/Rocket.Chat/pull/12233))
- Release 0.70.1 ([#12270](https://github.com/RocketChat/Rocket.Chat/pull/12270) by [@Hudell](https://github.com/Hudell) & [@edzluhan](https://github.com/edzluhan))
- Release 0.70.1 ([#12270](https://github.com/RocketChat/Rocket.Chat/pull/12270) by [@Hudell](https://github.com/Hudell) & [@edzluhan](https://github.com/edzluhan) & [@theorenck](https://github.com/theorenck))
</details>
@ -15130,6 +15219,7 @@
- [@cardoso](https://github.com/cardoso)
- [@edzluhan](https://github.com/edzluhan)
- [@kaiiiiiiiii](https://github.com/kaiiiiiiiii)
- [@theorenck](https://github.com/theorenck)
- [@timkinnane](https://github.com/timkinnane)
### 👩💻👨💻 Core Team 🤓
@ -15139,7 +15229,6 @@
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
- [@theorenck](https://github.com/theorenck)
# 0.70.0
`2018-09-28 · 2 · 18 🎉 · 3 🚀 · 35 🐛 · 19 🔍 · 32 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save