Bump version to 3.8.0-rc.4

pull/19531/head 3.8.0-rc.4
Diego Sampaio 5 years ago
parent a2a3c00241
commit 54f52aa94e
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 57
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 27
      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 FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.8.0-rc.3 ENV RC_VERSION 3.8.0-rc.4
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat

@ -51149,6 +51149,63 @@
] ]
} }
] ]
},
"3.8.0-rc.4": {
"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": "19385",
"title": "Update Apps-Engine version",
"userLogin": "d-gubert",
"milestone": "3.8.0",
"contributors": [
"d-gubert",
"web-flow"
]
},
{
"pr": "19423",
"title": "Micro Services: Fix logout issue",
"userLogin": "rodrigok",
"milestone": "3.8.0",
"contributors": [
"rodrigok"
]
},
{
"pr": "19449",
"title": "Regression: Sidebar reactivity when read last messages",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp"
]
},
{
"pr": "19443",
"title": "Regression: Attachment without title or description show \"sent attachment\" in view mode extended ",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp",
"web-flow",
"gabriellsh"
]
},
{
"pr": "19448",
"title": "Micro Services: Add metrics capability to Services",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
} }
} }
} }

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

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

@ -1,6 +1,33 @@
# 3.8.0 (Under Release Candidate Process) # 3.8.0 (Under Release Candidate Process)
## 3.8.0-rc.4
`2020-11-04 · 5 🔍 · 5 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Micro Services: Add metrics capability to Services ([#19448](https://github.com/RocketChat/Rocket.Chat/pull/19448))
- Micro Services: Fix logout issue ([#19423](https://github.com/RocketChat/Rocket.Chat/pull/19423))
- Regression: Attachment without title or description show "sent attachment" in view mode extended ([#19443](https://github.com/RocketChat/Rocket.Chat/pull/19443))
- Regression: Sidebar reactivity when read last messages ([#19449](https://github.com/RocketChat/Rocket.Chat/pull/19449))
- Update Apps-Engine version ([#19385](https://github.com/RocketChat/Rocket.Chat/pull/19385))
</details>
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
- [@gabriellsh](https://github.com/gabriellsh)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tiagoevanp](https://github.com/tiagoevanp)
## 3.8.0-rc.3 ## 3.8.0-rc.3
`2020-11-03 · 5 🔍 · 3 👩💻👨💻` `2020-11-03 · 5 🔍 · 3 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save