Bump version to 3.13.3

pull/21651/head
Diego Sampaio 4 years ago
parent 3e15268263
commit a4828d8c6c
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 83
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 43
      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 3.13.2
ENV RC_VERSION 3.13.3
MAINTAINER buildmaster@rocket.chat

@ -15363,14 +15363,6 @@
]
},
"HEAD": {
"node_version": "12.21.0",
"npm_version": "6.14.8",
"apps_engine_version": "1.24.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"0.66.0-rc.0": {
@ -58234,6 +58226,81 @@
]
}
]
},
"3.11.4": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.22.2",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"3.12.4": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.23.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"3.13.2": {
"node_version": "12.21.0",
"npm_version": "6.14.8",
"apps_engine_version": "1.24.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "21570",
"title": "Release 3.13.2",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
},
"3.13.3": {
"node_version": "12.21.0",
"npm_version": "6.14.8",
"apps_engine_version": "1.24.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "21491",
"title": "[FIX] Team's channels list for teams with too many channels",
"userLogin": "KevLehman",
"description": "- Fix teams.listRooms pagination for non-admin users",
"milestone": "3.13.3",
"contributors": [
"KevLehman",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "21644",
"title": "[FIX] Livechat not retrieving messages",
"userLogin": "cuonghuunguyen",
"milestone": "3.13.3",
"contributors": [
"cuonghuunguyen"
]
}
]
}
}
}

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

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

@ -1,12 +1,53 @@
# 3.13.3
`2021-04-19 · 2 🐛 · 3 👩💻👨💻`
### Engine versions
- Node: `12.21.0`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.24.1`
### 🐛 Bug fixes
- Livechat not retrieving messages ([#21644](https://github.com/RocketChat/Rocket.Chat/pull/21644) by [@cuonghuunguyen](https://github.com/cuonghuunguyen))
- Team's channels list for teams with too many channels ([#21491](https://github.com/RocketChat/Rocket.Chat/pull/21491))
- Fix teams.listRooms pagination for non-admin users
### 👩💻👨💻 Contributors 😍
- [@cuonghuunguyen](https://github.com/cuonghuunguyen)
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.13.2
`2021-04-14 · 1 🐛 · 3 👩💻👨💻`
`2021-04-14 · 1 🐛 · 1 🔍 · 3 👩💻👨💻`
### Engine versions
- Node: `12.21.0`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.24.1`
### 🐛 Bug fixes
- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
<details>
<summary>🔍 Minor changes</summary>
- Release 3.13.2 ([#21570](https://github.com/RocketChat/Rocket.Chat/pull/21570))
</details>
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)

@ -1,3 +1,3 @@
{
"version": "3.13.2"
"version": "3.13.3"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save