Bump version to 3.8.0-rc.6

pull/19531/head 3.8.0-rc.6
Diego Sampaio 5 years ago
parent 65064ad3f2
commit f879a1e0bb
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 40
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 21
      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.8.0-rc.5
ENV RC_VERSION 3.8.0-rc.6
MAINTAINER buildmaster@rocket.chat

@ -51229,6 +51229,46 @@
]
}
]
},
"3.8.0-rc.6": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.19.0-beta.4014",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19460",
"title": "Regression: `Leave Room` modal not closing",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh",
"tassoevan",
"web-flow"
]
},
{
"pr": "19464",
"title": "Unify ephemeral message events",
"userLogin": "sampaiodiego",
"milestone": "3.8.0",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "19468",
"title": "Regression: Fix livechat permission validations",
"userLogin": "sampaiodiego",
"milestone": "3.8.0",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}

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

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

@ -1,6 +1,27 @@
# 3.8.0 (Under Release Candidate Process)
## 3.8.0-rc.6
`2020-11-07 · 3 🔍 · 3 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: `Leave Room` modal not closing ([#19460](https://github.com/RocketChat/Rocket.Chat/pull/19460))
- Regression: Fix livechat permission validations ([#19468](https://github.com/RocketChat/Rocket.Chat/pull/19468))
- Unify ephemeral message events ([#19464](https://github.com/RocketChat/Rocket.Chat/pull/19464))
</details>
### 👩💻👨💻 Core Team 🤓
- [@gabriellsh](https://github.com/gabriellsh)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
## 3.8.0-rc.5
`2020-11-04 · 1 🔍 · 2 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.8.0-rc.5"
"version": "3.8.0-rc.6"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save