Skip to content

Commit

Permalink
Bump version to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Sep 25, 2020
1 parent cb7c05a commit 5ab6c08
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 10 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.6.2
ENV RC_VERSION 3.6.3

MAINTAINER buildmaster@rocket.chat

Expand Down
58 changes: 58 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -49343,6 +49343,64 @@
]
}
]
},
"3.6.3": {
"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": "19020",
"title": "Obbey to settings properties",
"userLogin": "sampaiodiego",
"milestone": "3.6.3",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "18978",
"title": "[FIX] Federation issues",
"userLogin": "alansikora",
"milestone": "3.6.3",
"contributors": [
"alansikora"
]
},
{
"pr": "18994",
"title": "[FIX] LDAP avatar upload",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.6.3",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "18948",
"title": "[FIX] Errors in LDAP avatar sync preventing login",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.6.3",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "18956",
"title": "[FIX] PDF not rendering",
"userLogin": "gabriellsh",
"milestone": "3.6.3",
"contributors": [
"gabriellsh",
"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.6.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.6.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.6.2
version: 3.6.3
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
43 changes: 39 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@

# 3.6.3
`2020-09-25 · 4 🐛 · 1 🔍 · 4 👩‍💻👨‍💻`

### Engine versions
- Node: `12.16.1`
- NPM: `6.14.0`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.17.0`

### 🐛 Bug fixes


- Errors in LDAP avatar sync preventing login ([#18948](https://github.com/RocketChat/Rocket.Chat/pull/18948))

- Federation issues ([#18978](https://github.com/RocketChat/Rocket.Chat/pull/18978))

- LDAP avatar upload ([#18994](https://github.com/RocketChat/Rocket.Chat/pull/18994))

- PDF not rendering ([#18956](https://github.com/RocketChat/Rocket.Chat/pull/18956))

<details>
<summary>🔍 Minor changes</summary>


- Obbey to settings properties ([#19020](https://github.com/RocketChat/Rocket.Chat/pull/19020))

</details>

### 👩‍💻👨‍💻 Core Team 🤓

- [@alansikora](https://github.com/alansikora)
- [@gabriellsh](https://github.com/gabriellsh)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)

# 3.6.2
`2020-09-17 · 7 🐛 · 6 👩‍💻👨‍💻`
`2020-09-18 · 7 🐛 · 6 👩‍💻👨‍💻`

### Engine versions
- Node: `12.16.1`
Expand All @@ -13,13 +48,13 @@

- 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))
- Deactivate users that are the last owner of a room using REST API ([#18864](https://github.com/RocketChat/Rocket.Chat/pull/18864) by [@FelipeParreira](https://github.com/FelipeParreira))

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))
- invite-all-from and invite-all-to commands don't work with multibyte room names ([#18919](https://github.com/RocketChat/Rocket.Chat/pull/18919) by [@FelipeParreira](https://github.com/FelipeParreira))

Fix slash commands (invite-all-from and invite-all-to) to accept multi-byte room names.

Expand All @@ -31,12 +66,12 @@

### 👩‍💻👨‍💻 Contributors 😍

- [@FelipeParreira](https://github.com/FelipeParreira)
- [@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)
Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.6.2"
"version": "3.6.3"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.6.2",
"version": "3.6.3",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 5ab6c08

Please sign in to comment.