Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 3.16.1
ENV RC_VERSION 3.16.2

MAINTAINER [email protected]

Expand Down
84 changes: 84 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -62223,6 +62223,90 @@
]
}
]
},
"3.15.3": {
"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": "22506",
"title": "[FIX] Prune messages not applying the user filter",
"userLogin": "sampaiodiego",
"milestone": "3.15.3",
"contributors": [
"sampaiodiego"
]
}
]
},
"3.16.2": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.27.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "22620",
"title": "Regression: Change the name of called methods in Users model",
"userLogin": "tiagoevanp",
"milestone": "3.16.2",
"contributors": [
"tiagoevanp",
"sampaiodiego"
]
},
{
"pr": "22619",
"title": "[FIX] Markdown for UiKit blocks",
"userLogin": "ggazzo",
"milestone": "3.16.2",
"contributors": [
"ggazzo"
]
},
{
"pr": "22584",
"title": "[FIX] Checks the list of agents if at least one is online",
"userLogin": "tiagoevanp",
"milestone": "3.16.2",
"contributors": [
"tiagoevanp",
"web-flow",
"sampaiodiego"
]
},
{
"pr": "22545",
"title": "[FIX] Error in permission check for getLivechatDepartmentByNameOrId method in Apps",
"userLogin": "d-gubert",
"description": "Update the Apps-Engine with a fix for the permission check on the `getLivechatDepartmentByNameOrId` method",
"milestone": "3.16.2",
"contributors": [
"d-gubert"
]
},
{
"pr": "22589",
"title": "[FIX] Livechat webhook request without headers",
"userLogin": "ggazzo",
"milestone": "3.16.2",
"contributors": [
"ggazzo"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/3.16.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.16.2/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 3.16.1
version: 3.16.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
Loading