Bump version to 4.0.2

pull/23460/head
Diego Sampaio 4 years ago
parent 6e56144d45
commit 32d1f4e2e1
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 55
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 2058
      HISTORY.md
  6. 2
      app/utils/rocketchat.info
  7. 2
      package-lock.json
  8. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 4.0.1
ENV RC_VERSION 4.0.2
MAINTAINER buildmaster@rocket.chat

@ -66133,6 +66133,59 @@
]
}
]
},
"4.0.2": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23377",
"title": "[FIX] Attachment buttons overlap in mobile view",
"userLogin": "Aman-Maheshwari",
"milestone": "4.0.2",
"contributors": [
"Aman-Maheshwari"
]
},
{
"pr": "23393",
"title": "[FIX] user/agent upload not working via Apps Engine after 3.16.0",
"userLogin": "murtaza98",
"description": "Fixes #22974",
"milestone": "4.0.2",
"contributors": [
"murtaza98"
]
},
{
"pr": "23404",
"title": "[FIX][ENTERPRISE] Omnichannel agent is not leaving the room when a forwarded chat is queued",
"userLogin": "murtaza98",
"milestone": "4.0.2",
"contributors": [
"murtaza98",
"web-flow"
]
},
{
"pr": "23396",
"title": "[FIX] Prevent starting Omni-Queue if Omnichannel is disabled",
"userLogin": "murtaza98",
"description": "Whenever the Routing system setting changes, and omnichannel is disabled, then we shouldn't start the queue.",
"milestone": "4.0.2",
"contributors": [
"murtaza98"
]
}
]
}
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/4.0.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.0.2/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 4.0.1
version: 4.0.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

File diff suppressed because it is too large Load Diff

@ -1,3 +1,3 @@
{
"version": "4.0.1"
"version": "4.0.2"
}

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "4.0.1",
"version": "4.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "4.0.1",
"version": "4.0.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save