Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.3.1 #17865

Merged
merged 12 commits into from
Jun 10, 2020
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/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