Bump version to 3.10.0-rc.2

pull/19988/head
Diego Sampaio 4 years ago
parent f77fba8fe9
commit a1980ec213
  1. 2
      .docker/Dockerfile.rhel
  2. 95
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 39
      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 3.10.0-rc.1
ENV RC_VERSION 3.10.0-rc.2
MAINTAINER buildmaster@rocket.chat

@ -53536,6 +53536,101 @@
]
}
]
},
"3.10.0-rc.2": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19950",
"title": "Regression: Fix sorting indicators on Admin Users page",
"userLogin": "alansikora",
"milestone": "3.10.0",
"contributors": [
"alansikora"
]
},
{
"pr": "19978",
"title": "Regression: Fix oembed",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "19935",
"title": "[FIX] Status on searchlist",
"userLogin": "gabriellsh",
"milestone": "3.9.4",
"contributors": [
"gabriellsh",
"tassoevan",
"web-flow"
]
},
{
"pr": "19830",
"title": "[FIX] Omnichannel Departments Canned Responses",
"userLogin": "gabriellsh",
"milestone": "3.9.4",
"contributors": [
"gabriellsh",
"web-flow",
"renatobecker",
"dougfabris"
]
},
{
"pr": "19951",
"title": "Regression: Check permissions properly when fetching rooms in Omnichannel Directory",
"userLogin": "rafaelblink",
"milestone": "3.10.0",
"contributors": [
"rafaelblink",
"renatobecker",
"web-flow"
]
},
{
"pr": "19968",
"title": "Regression: Add missing translations on the Omnichannel Contact Center(Directory)",
"userLogin": "rafaelblink",
"milestone": "3.10.0",
"contributors": [
"rafaelblink",
"renatobecker"
]
},
{
"pr": "19946",
"title": "Regression: Header Styles fixes",
"userLogin": "ggazzo",
"milestone": "3.10.0",
"contributors": [
"ggazzo",
"tassoevan",
"web-flow"
]
},
{
"pr": "19945",
"title": "[FIX] Room scrolling to top after returns to a opened room",
"userLogin": "ggazzo",
"milestone": "3.9.4",
"contributors": [
"ggazzo",
"tassoevan",
"web-flow"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.10.0-rc.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.10.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.10.0-rc.1
version: 3.10.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,45 @@
# 3.10.0 (Under Release Candidate Process)
## 3.10.0-rc.2
`2020-12-28 · 3 🐛 · 5 🔍 · 8 👩💻👨💻`
### 🐛 Bug fixes
- Omnichannel Departments Canned Responses ([#19830](https://github.com/RocketChat/Rocket.Chat/pull/19830))
- Room scrolling to top after returns to a opened room ([#19945](https://github.com/RocketChat/Rocket.Chat/pull/19945))
- Status on searchlist ([#19935](https://github.com/RocketChat/Rocket.Chat/pull/19935))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Add missing translations on the Omnichannel Contact Center(Directory) ([#19968](https://github.com/RocketChat/Rocket.Chat/pull/19968))
- Regression: Check permissions properly when fetching rooms in Omnichannel Directory ([#19951](https://github.com/RocketChat/Rocket.Chat/pull/19951))
- Regression: Fix oembed ([#19978](https://github.com/RocketChat/Rocket.Chat/pull/19978))
- Regression: Fix sorting indicators on Admin Users page ([#19950](https://github.com/RocketChat/Rocket.Chat/pull/19950))
- Regression: Header Styles fixes ([#19946](https://github.com/RocketChat/Rocket.Chat/pull/19946))
</details>
### 👩💻👨💻 Core Team 🤓
- [@alansikora](https://github.com/alansikora)
- [@dougfabris](https://github.com/dougfabris)
- [@gabriellsh](https://github.com/gabriellsh)
- [@ggazzo](https://github.com/ggazzo)
- [@rafaelblink](https://github.com/rafaelblink)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
## 3.10.0-rc.1
`2020-12-23 · 3 🔍 · 4 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save