Bump version to 3.18.1

pull/23135/head
Diego Sampaio 4 years ago
parent 8affb4b2ca
commit e667c0dc17
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 44
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 36
      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.18.0
ENV RC_VERSION 3.18.1
MAINTAINER buildmaster@rocket.chat

@ -64550,6 +64550,50 @@
"4.2"
],
"pull_requests": []
},
"3.18.1": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.27.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "23091",
"title": "Regression: Auth banner for EE",
"userLogin": "g-thome",
"description": "Dimisses auth banners assigned to EE admins and prevents new ones from appearing.",
"milestone": "3.18.1",
"contributors": [
"g-thome",
"casalsgh",
"web-flow"
]
},
{
"pr": "23089",
"title": "[FIX] Change way emails are validated on livechat registerGuest method",
"userLogin": "KevLehman",
"milestone": "3.18.1",
"contributors": [
"KevLehman",
"web-flow"
]
},
{
"pr": "23100",
"title": "[IMPROVE] Change HTTP and Method logs to level INFO",
"userLogin": "sampaiodiego",
"milestone": "3.18.1",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}

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

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

@ -1,4 +1,40 @@
# 3.18.1
`2021-09-06 · 1 🚀 · 1 🐛 · 1 🔍 · 4 👩💻👨💻`
### Engine versions
- Node: `12.22.1`
- NPM: `6.14.1`
- MongoDB: `3.4, 3.6, 4.0, 4.2`
- Apps-Engine: `1.27.1`
### 🚀 Improvements
- Change HTTP and Method logs to level INFO ([#23100](https://github.com/RocketChat/Rocket.Chat/pull/23100))
### 🐛 Bug fixes
- Change way emails are validated on livechat registerGuest method ([#23089](https://github.com/RocketChat/Rocket.Chat/pull/23089))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Auth banner for EE ([#23091](https://github.com/RocketChat/Rocket.Chat/pull/23091))
Dimisses auth banners assigned to EE admins and prevents new ones from appearing.
</details>
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@casalsgh](https://github.com/casalsgh)
- [@g-thome](https://github.com/g-thome)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.18.0
`2021-08-31 · 5 🎉 · 7 🚀 · 20 🐛 · 19 🔍 · 25 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.18.0"
"version": "3.18.1"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save