Skip to content

Commit

Permalink
Merge pull request #17865 from RocketChat/release-3.3.1
Browse files Browse the repository at this point in the history
Release 3.3.1
  • Loading branch information
sampaiodiego authored Jun 10, 2020
2 parents a987295 + 16646f9 commit 95b46a6
Show file tree
Hide file tree
Showing 21 changed files with 303 additions and 112 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/rhscl/nodejs-8-rhel7

ENV RC_VERSION 3.3.0
ENV RC_VERSION 3.3.1

MAINTAINER buildmaster@rocket.chat

Expand Down
115 changes: 115 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -44998,6 +44998,121 @@
]
}
]
},
"3.3.1": {
"node_version": "12.16.1",
"npm_version": "6.14.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17860",
"title": "[FIX] SAML LogoutRequest sending wrong NameID",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.3.1",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "17853",
"title": "[FIX] Logic for room type was inverted on Admin panel (#17851)",
"userLogin": "cking-vonix",
"description": "Fixed logic for public/private room types on room edit panel",
"milestone": "3.3.1",
"contributors": [
"cking-vonix"
]
},
{
"pr": "17843",
"title": "[FIX] Omnichannel message link is broken in email notifications",
"userLogin": "renatobecker",
"milestone": "3.3.1",
"contributors": [
"renatobecker"
]
},
{
"pr": "17836",
"title": "[FIX] Administration User page blank opening users without email",
"userLogin": "mariaeduardacunha",
"milestone": "3.3.1",
"contributors": [
"mariaeduardacunha"
]
},
{
"pr": "17827",
"title": "[FIX] Apps room events losing data",
"userLogin": "d-gubert",
"milestone": "3.3.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "17826",
"title": "[REGRESSION] Omnichannel visitor forward was applying wrong restrictions",
"userLogin": "MarcosSpessatto",
"milestone": "3.3.1",
"contributors": [
"MarcosSpessatto",
"web-flow"
]
},
{
"pr": "17809",
"title": "Fix the update check not working",
"userLogin": "graywolf336",
"milestone": "3.3.1",
"contributors": [
"graywolf336",
"geekgonecrazy",
"web-flow"
]
},
{
"pr": "17804",
"title": "Update Apps-Engine version",
"userLogin": "d-gubert",
"description": "Update Apps-Engine version",
"milestone": "3.3.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "17803",
"title": "[FIX] Email link \"go to message\" being incorrectly escaped",
"userLogin": "sampaiodiego",
"milestone": "3.3.1",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "17789",
"title": "[FIX] Error when re-installing an App",
"userLogin": "d-gubert",
"milestone": "3.3.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "17776",
"title": "[FIX] Slack importer settings object",
"userLogin": "lpilz",
"milestone": "3.3.1",
"contributors": [
"lpilz"
]
}
]
}
}
}
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.3.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.3.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: 3.3.0
version: 3.3.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 95b46a6

Please sign in to comment.