Skip to content

Commit

Permalink
Merge pull request #23645 from RocketChat/release-4.1.1
Browse files Browse the repository at this point in the history
Release 4.1.1
  • Loading branch information
sampaiodiego authored Nov 6, 2021
2 parents 0da143c + 672fe95 commit 977b175
Show file tree
Hide file tree
Showing 48 changed files with 1,602 additions and 1,217 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.0
ENV RC_VERSION 4.1.1

MAINTAINER buildmaster@rocket.chat

Expand Down
7 changes: 7 additions & 0 deletions .github/history-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,12 @@
"sampaiodiego",
"pierre-lehnen-rc"
]
}],
"4.1.1": [{
"title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}]
}
45 changes: 44 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -67032,6 +67032,49 @@
"5.0"
],
"pull_requests": []
},
"4.1.1": {
"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": "23607",
"title": "[FIX] App update flow failing in HA setups",
"userLogin": "d-gubert",
"description": "The flow for app updates is broken in specific scenarios with HA setups. Here we change the method calls in the Apps-Engine to avoid race conditions",
"milestone": "4.1.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "23627",
"title": "[FIX] LDAP users not being re-activated on login",
"userLogin": "pierre-lehnen-rc",
"milestone": "4.1.1",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "23608",
"title": "[FIX] Advanced LDAP Sync Features",
"userLogin": "pierre-lehnen-rc",
"milestone": "4.1.1",
"contributors": [
"pierre-lehnen-rc",
"web-flow"
]
}
]
}
}
}
}
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.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.1.1/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.0
version: 4.1.1
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 977b175

Please sign in to comment.