Skip to content

Commit

Permalink
Bump version to 3.18.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 31, 2021
1 parent 35f54ce commit 9ac7e2d
Show file tree
Hide file tree
Showing 8 changed files with 1,070 additions and 1,006 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 3.18.0-rc.2
ENV RC_VERSION 3.18.0-rc.3

MAINTAINER [email protected]

Expand Down
131 changes: 130 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -64388,6 +64388,135 @@
]
}
]
},
"3.18.0-rc.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": [
{
"pr": "23045",
"title": "Release 3.17.2",
"userLogin": "sampaiodiego",
"contributors": [
"murtaza98",
"sampaiodiego",
"KevLehman",
"renatobecker"
]
},
{
"pr": "22976",
"title": "[FIX] Error getting default agent when routing system algorithm is Auto Selection",
"userLogin": "renatobecker",
"milestone": "3.17.2",
"contributors": [
"renatobecker",
"KevLehman",
"web-flow"
]
},
{
"pr": "22991",
"title": "[FIX] Fix Auto Selection algorithm on community edition",
"userLogin": "KevLehman",
"description": "- When using the autoselection algo on community editions, all agents were marked as unavailable due to an unapplied filter\r\n- Fixed an issue when both user & system setting to manange EE max number of chats allowed were set to 0",
"milestone": "3.17.2",
"contributors": [
"KevLehman",
"web-flow",
"renatobecker"
]
},
{
"pr": "22839",
"title": "[FIX] applyChatRestictions callback not working for community version",
"userLogin": "murtaza98",
"description": "Building on top of https://github.com/RocketChat/Rocket.Chat/pull/22838",
"milestone": "3.17.2",
"contributors": [
"Shailesh351",
"murtaza98",
"web-flow"
]
},
{
"pr": "22942",
"title": "Release 3.17.1",
"userLogin": "sampaiodiego",
"contributors": [
"KevLehman",
"sampaiodiego",
"thassiov",
"murtaza98",
"matheusbsilva137"
]
},
{
"pr": "22871",
"title": "[FIX] \"Click to Join\" button is not working if there are no muted users in the room",
"userLogin": "matheusbsilva137",
"description": "- Add check to `room.muted` array so as to cover the case in which it is `undefined`;",
"milestone": "3.17.1",
"contributors": [
"matheusbsilva137",
"web-flow",
"tassoevan"
]
},
{
"pr": "22856",
"title": "[FIX] Message update not working in some cases",
"userLogin": "murtaza98",
"milestone": "3.17.1",
"contributors": [
"murtaza98",
"KevLehman",
"web-flow"
]
},
{
"pr": "22835",
"title": "[FIX] Use correct param on saveBusinessHour method",
"userLogin": "KevLehman",
"milestone": "3.17.1",
"contributors": [
"KevLehman",
"web-flow",
"renatobecker",
"murtaza98"
]
},
{
"pr": "22882",
"title": "[FIX] Apps-Engine's scheduler failing to update run tasks",
"userLogin": "thassiov",
"description": "[Agenda](https://github.com/agenda/agenda), the library that manages scheduling, depended on setting a job property named `nextRunAt` as `undefined` to signal whether it should be run on schedule or not. [Rocket.Chat's current Mongo driver](https://github.com/RocketChat/Rocket.Chat/pull/22399) ignores `undefined` values when updating documents and this was causing jobs to never stop running as Agenda couldn't clear that property (set them as `undefined`). \r\nThis updates Rocket.Chat's dependency on Agenda.js to point to [a fork that fixes the problem](https://github.com/RocketChat/agenda/releases/tag/3.1.2).",
"milestone": "3.17.1",
"contributors": [
"thassiov",
"web-flow",
"d-gubert"
]
},
{
"pr": "22917",
"title": "[FIX] Close omnichannel conversations when agent is deactivated",
"userLogin": "KevLehman",
"milestone": "3.17.1",
"contributors": [
"KevLehman",
"renatobecker",
"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/3.18.0-rc.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.18.0-rc.3/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.18.0-rc.2
version: 3.18.0-rc.3
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 9ac7e2d

Please sign in to comment.