Bump version to 3.6.2

pull/18942/head
Diego Sampaio 5 years ago
parent 48e8e9d9e6
commit e613f2ac52
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 79
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 42
      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/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.6.1
ENV RC_VERSION 3.6.2
MAINTAINER buildmaster@rocket.chat

@ -49264,6 +49264,85 @@
]
}
]
},
"3.6.2": {
"node_version": "12.16.1",
"npm_version": "6.14.0",
"apps_engine_version": "1.17.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "18794",
"title": "[FIX] Show custom fields of invalid type",
"userLogin": "gabriellsh",
"milestone": "3.6.2",
"contributors": [
"gabriellsh"
]
},
{
"pr": "18864",
"title": "[FIX] Deactivate users that are the last owner of a room using REST API",
"userLogin": "FelipeParreira",
"description": "Allow for user deactivation through REST API (even if user is the last owner of a room)",
"milestone": "3.6.2",
"contributors": [
"FelipeParreira",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "18866",
"title": "[FIX] Ignore User action from user card",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.6.2",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "18916",
"title": "[FIX] Version update check cron job",
"userLogin": "wreiske",
"milestone": "3.6.2",
"contributors": [
"wreiske"
]
},
{
"pr": "18918",
"title": "[FIX] Read receipts showing blank names and not marking messages as read",
"userLogin": "wreiske",
"milestone": "3.6.2",
"contributors": [
"wreiske"
]
},
{
"pr": "17377",
"title": "[FIX] Create Custom OAuth services from environment variables",
"userLogin": "mrtndwrd",
"milestone": "3.6.2",
"contributors": [
"mrtndwrd",
"web-flow"
]
},
{
"pr": "18919",
"title": "[FIX] invite-all-from and invite-all-to commands don't work with multibyte room names",
"userLogin": "FelipeParreira",
"description": "Fix slash commands (invite-all-from and invite-all-to) to accept multi-byte room names.",
"contributors": [
"FelipeParreira"
]
}
]
}
}
}

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

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

@ -1,4 +1,46 @@
# 3.6.2
`2020-09-17 · 7 🐛 · 6 👩💻👨💻`
### Engine versions
- Node: `12.16.1`
- NPM: `6.14.0`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.17.0`
### 🐛 Bug fixes
- Create Custom OAuth services from environment variables ([#17377](https://github.com/RocketChat/Rocket.Chat/pull/17377) by [@mrtndwrd](https://github.com/mrtndwrd))
- Deactivate users that are the last owner of a room using REST API ([#18864](https://github.com/RocketChat/Rocket.Chat/pull/18864))
Allow for user deactivation through REST API (even if user is the last owner of a room)
- Ignore User action from user card ([#18866](https://github.com/RocketChat/Rocket.Chat/pull/18866))
- invite-all-from and invite-all-to commands don't work with multibyte room names ([#18919](https://github.com/RocketChat/Rocket.Chat/pull/18919))
Fix slash commands (invite-all-from and invite-all-to) to accept multi-byte room names.
- Read receipts showing blank names and not marking messages as read ([#18918](https://github.com/RocketChat/Rocket.Chat/pull/18918) by [@wreiske](https://github.com/wreiske))
- Show custom fields of invalid type ([#18794](https://github.com/RocketChat/Rocket.Chat/pull/18794))
- Version update check cron job ([#18916](https://github.com/RocketChat/Rocket.Chat/pull/18916) by [@wreiske](https://github.com/wreiske))
### 👩💻👨💻 Contributors 😍
- [@mrtndwrd](https://github.com/mrtndwrd)
- [@wreiske](https://github.com/wreiske)
### 👩💻👨💻 Core Team 🤓
- [@FelipeParreira](https://github.com/FelipeParreira)
- [@gabriellsh](https://github.com/gabriellsh)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.6.1
`2020-09-11 · 7 🐛 · 3 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.6.1"
"version": "3.6.2"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save