Bump version to 3.8.0-rc.3

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

@ -51093,6 +51093,62 @@
] ]
} }
] ]
},
"3.8.0-rc.3": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.19.0-alpha.4006",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19427",
"title": "Micro Services: Create internal services and allowed services list",
"userLogin": "sampaiodiego",
"milestone": "3.8.0",
"contributors": [
"sampaiodiego",
"rodrigok"
]
},
{
"pr": "19435",
"title": "Micro Services: Prevent duplicated events",
"userLogin": "rodrigok",
"milestone": "3.8.0",
"contributors": [
"rodrigok"
]
},
{
"pr": "19382",
"title": "Regression: Sidebar message preview escaping html",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh"
]
},
{
"pr": "19419",
"title": "Regression: unable to mark room as read",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh"
]
},
{
"pr": "19418",
"title": "Build micro services Docker images with correct tags",
"userLogin": "sampaiodiego",
"milestone": "3.8.0",
"contributors": [
"sampaiodiego"
]
}
]
} }
} }
} }

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
curl -SLf "https://releases.rocket.chat/3.8.0-rc.2/download/" -o rocket.chat.tgz curl -SLf "https://releases.rocket.chat/3.8.0-rc.3/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.2 version: 3.8.0-rc.3
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,31 @@
# 3.8.0 (Under Release Candidate Process) # 3.8.0 (Under Release Candidate Process)
## 3.8.0-rc.3
`2020-11-03 · 5 🔍 · 3 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Build micro services Docker images with correct tags ([#19418](https://github.com/RocketChat/Rocket.Chat/pull/19418))
- Micro Services: Create internal services and allowed services list ([#19427](https://github.com/RocketChat/Rocket.Chat/pull/19427))
- Micro Services: Prevent duplicated events ([#19435](https://github.com/RocketChat/Rocket.Chat/pull/19435))
- Regression: Sidebar message preview escaping html ([#19382](https://github.com/RocketChat/Rocket.Chat/pull/19382))
- Regression: unable to mark room as read ([#19419](https://github.com/RocketChat/Rocket.Chat/pull/19419))
</details>
### 👩💻👨💻 Core Team 🤓
- [@gabriellsh](https://github.com/gabriellsh)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 3.8.0-rc.2 ## 3.8.0-rc.2
`2020-10-29 · 4 🔍 · 4 👩💻👨💻` `2020-10-29 · 4 🔍 · 4 👩💻👨💻`

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

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"version": "3.8.0-rc.2", "version": "3.8.0-rc.3",
"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.2", "version": "3.8.0-rc.3",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"

Loading…
Cancel
Save