Bump version to 3.10.0-rc.3

pull/19982/head 3.10.0-rc.3
Diego Sampaio 4 years ago
parent f2f56301ac
commit 80f17ae757
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. 29
      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.2
ENV RC_VERSION 3.10.0-rc.3
MAINTAINER buildmaster@rocket.chat

@ -53631,6 +53631,47 @@
]
}
]
},
"3.10.0-rc.3": {
"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": "19981",
"title": "Regression: polishing licenses endpoints ",
"userLogin": "g-thome",
"contributors": [
"g-thome",
"sampaiodiego"
]
},
{
"pr": "19980",
"title": "Regression: Double Scrollbars on tables",
"userLogin": "gabriellsh",
"description": "Before:\r\n![image](https://user-images.githubusercontent.com/40830821/103242719-0ec84680-4936-11eb-87a7-68b6eea8de7b.png)\r\n\r\n\r\nAfter:\r\n![image](https://user-images.githubusercontent.com/40830821/103242680-ee988780-4935-11eb-99e2-a95de99f78f1.png)",
"contributors": [
"gabriellsh",
"ggazzo"
]
},
{
"pr": "19955",
"title": "Regression: Add currently running instance to instances.get endpoint",
"userLogin": "g-thome",
"milestone": "3.10.0",
"contributors": [
"g-thome",
"sampaiodiego"
]
}
]
}
}
}

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

@ -1,6 +1,35 @@
# 3.10.0 (Under Release Candidate Process)
## 3.10.0-rc.3
`2020-12-28 · 3 🔍 · 4 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Add currently running instance to instances.get endpoint ([#19955](https://github.com/RocketChat/Rocket.Chat/pull/19955))
- Regression: Double Scrollbars on tables ([#19980](https://github.com/RocketChat/Rocket.Chat/pull/19980))
Before:
![image](https://user-images.githubusercontent.com/40830821/103242719-0ec84680-4936-11eb-87a7-68b6eea8de7b.png)
After:
![image](https://user-images.githubusercontent.com/40830821/103242680-ee988780-4935-11eb-99e2-a95de99f78f1.png)
- Regression: polishing licenses endpoints ([#19981](https://github.com/RocketChat/Rocket.Chat/pull/19981))
</details>
### 👩💻👨💻 Core Team 🤓
- [@g-thome](https://github.com/g-thome)
- [@gabriellsh](https://github.com/gabriellsh)
- [@ggazzo](https://github.com/ggazzo)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 3.10.0-rc.2
`2020-12-28 · 3 🐛 · 5 🔍 · 8 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save