Skip to content

Commit

Permalink
Merge pull request #25191 from RocketChat/release-4.6.2
Browse files Browse the repository at this point in the history
Release 4.6.2
  • Loading branch information
sampaiodiego authored Apr 14, 2022
2 parents 174728c + bab2158 commit e8cb666
Show file tree
Hide file tree
Showing 39 changed files with 401 additions and 195 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.6.1
ENV RC_VERSION 4.6.2

MAINTAINER buildmaster@rocket.chat

Expand Down
102 changes: 102 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -73134,6 +73134,108 @@
]
}
]
},
"4.4.3": {
"node_version": "14.18.2",
"npm_version": "6.14.15",
"apps_engine_version": "1.30.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "25022",
"title": "[FIX] Proxy settings being ignored",
"userLogin": "pierre-lehnen-rc",
"description": "Modify Meteor's `HTTP.call` to add back proxy support",
"milestone": "4.6.1",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego"
]
},
{
"pr": "25067",
"title": "[FIX] NPS never finishing sending results",
"userLogin": "sampaiodiego",
"milestone": "4.6.1",
"contributors": [
"sampaiodiego"
]
}
]
},
"4.5.6": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"apps_engine_version": "1.31.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "25022",
"title": "[FIX] Proxy settings being ignored",
"userLogin": "pierre-lehnen-rc",
"description": "Modify Meteor's `HTTP.call` to add back proxy support",
"milestone": "4.6.1",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego"
]
},
{
"pr": "25067",
"title": "[FIX] NPS never finishing sending results",
"userLogin": "sampaiodiego",
"milestone": "4.6.1",
"contributors": [
"sampaiodiego"
]
}
]
},
"4.6.2": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"apps_engine_version": "1.31.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "25101",
"title": "[FIX] Database indexes not being created",
"userLogin": "sampaiodiego",
"milestone": "4.6.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "24933",
"title": "[FIX] Deactivating user breaks if user is the only room owner",
"userLogin": "sidmohanty11",
"description": "## Before\r\n\r\nhttps://user-images.githubusercontent.com/73601258/160000871-cfc2f2a5-2a59-4d27-8049-7754d003dd48.mp4\r\n\r\n\r\n\r\n## After\r\nhttps://user-images.githubusercontent.com/73601258/159998287-681ab475-ff33-4282-82ff-db751c59a392.mp4",
"milestone": "4.6.2",
"contributors": [
"sidmohanty11",
"sampaiodiego"
]
}
]
}
}
}
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.6.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.6.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.6.1
version: 4.6.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 e8cb666

Please sign in to comment.