Bump version to 3.5.4

pull/18665/head
Diego Sampaio 5 years ago
parent 3c84df29fb
commit e8f3f0933c
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 22
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 18
      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.5.3
ENV RC_VERSION 3.5.4
MAINTAINER buildmaster@rocket.chat

@ -48074,6 +48074,28 @@
]
}
]
},
"3.5.4": {
"node_version": "12.16.1",
"npm_version": "6.14.0",
"apps_engine_version": "1.16.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "18621",
"title": "[FIX] MarkdownText usage",
"userLogin": "ggazzo",
"milestone": "3.5.4",
"contributors": [
"ggazzo",
"web-flow"
]
}
]
}
}
}

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

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

@ -1,4 +1,22 @@
# 3.5.4
`2020-08-24 · 1 🐛 · 1 👩💻👨💻`
### Engine versions
- Node: `12.16.1`
- NPM: `6.14.0`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.16.0`
### 🐛 Bug fixes
- MarkdownText usage ([#18621](https://github.com/RocketChat/Rocket.Chat/pull/18621))
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
# 3.5.3
`2020-08-19 · 3 🐛 · 2 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.5.3"
"version": "3.5.4"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save