Skip to content

Commit

Permalink
Merge pull request #23671 from RocketChat/release-4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Nov 9, 2021
2 parents 977b175 + ba69fee commit 2aba8d2
Show file tree
Hide file tree
Showing 40 changed files with 1,243 additions and 1,186 deletions.
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 4.1.1
ENV RC_VERSION 4.1.2

MAINTAINER buildmaster@rocket.chat

Expand Down
69 changes: 68 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -67075,6 +67075,73 @@
]
}
]
},
"3.18.3": {
"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": []
},
"4.0.6": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": []
},
"4.1.2": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.1",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23487",
"title": "[FIX] Notifications are not being filtered",
"userLogin": "matheusbsilva137",
"description": "- Add a migration to update the `Accounts_Default_User_Preferences_pushNotifications` setting's value to the `Accounts_Default_User_Preferences_mobileNotifications` setting's value;\r\n - Remove the `Accounts_Default_User_Preferences_mobileNotifications` setting (replaced by `Accounts_Default_User_Preferences_pushNotifications`);\r\n - Rename 'mobileNotifications' user's preference to 'pushNotifications'.",
"milestone": "4.1.2",
"contributors": [
"matheusbsilva137"
]
},
{
"pr": "23661",
"title": "[FIX] Performance issues when running Omnichannel job queue dispatcher",
"userLogin": "renatobecker",
"milestone": "4.1.2",
"contributors": [
"renatobecker"
]
},
{
"pr": "23587",
"title": "[FIX] Omnichannel status being changed on page refresh",
"userLogin": "KevLehman",
"milestone": "4.1.2",
"contributors": [
"KevLehman"
]
}
]
}
}
}
}
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/4.1.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.1.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: 4.1.1
version: 4.1.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
Loading

0 comments on commit 2aba8d2

Please sign in to comment.