Bump version to 3.16.0-rc.4

This commit is contained in:
Diego Sampaio 2021-06-27 23:26:51 -03:00
parent f21e5d818a
commit 7f03a1077d
8 changed files with 893 additions and 865 deletions

View File

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 3.16.0-rc.3
ENV RC_VERSION 3.16.0-rc.4
MAINTAINER buildmaster@rocket.chat

81
.github/history.json vendored
View File

@ -62075,6 +62075,87 @@
]
}
]
},
"3.15.2": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.26.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "22483",
"title": "Release 3.15.2",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego",
"renatobecker"
]
},
{
"pr": "22322",
"title": "[FIX][ENTERPRISE] Omnichannel enterprise permissions being added back to its default roles",
"userLogin": "sampaiodiego",
"description": "Fix omnichannel monitor permissions being added back to omnichannel monitor role on every startup.",
"milestone": "3.15.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "22291",
"title": "[FIX] Sound notification is not emitted when the Omnichannel chat comes from another department",
"userLogin": "renatobecker",
"milestone": "3.15.2",
"contributors": [
"renatobecker"
]
},
{
"pr": "22482",
"title": "[FIX] Visitor info screen being updated multiple times",
"userLogin": "sampaiodiego",
"milestone": "3.15.2",
"contributors": [
"sampaiodiego"
]
}
]
},
"3.16.0-rc.4": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.27.0-alpha.5237",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "22483",
"title": "Release 3.15.2",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego",
"renatobecker"
]
},
{
"pr": "22482",
"title": "[FIX] Visitor info screen being updated multiple times",
"userLogin": "sampaiodiego",
"milestone": "3.15.2",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}

View File

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

View File

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

1665
HISTORY.md

File diff suppressed because it is too large Load Diff

View File

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

2
package-lock.json generated
View File

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

View File

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