Bump version to 3.8.1

pull/19632/head
Diego Sampaio 5 years ago
parent 87e9ac22db
commit 6923c6cb25
  1. 2
      .docker/Dockerfile.rhel
  2. 49
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 34
      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 FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.8.0 ENV RC_VERSION 3.8.1
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat

@ -51605,6 +51605,55 @@
"4.0" "4.0"
], ],
"pull_requests": [] "pull_requests": []
},
"3.8.1": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.19.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19561",
"title": "[FIX] IE11 - Update ui kit and fuselage bundle",
"userLogin": "MartinSchoeler",
"milestone": "3.8.1",
"contributors": [
"MartinSchoeler"
]
},
{
"pr": "19570",
"title": "[FIX] Typo in custom oauth from environment variable",
"userLogin": "geekgonecrazy",
"milestone": "3.8.1",
"contributors": [
"geekgonecrazy",
"web-flow"
]
},
{
"pr": "19616",
"title": "[FIX] Engagement dashboard on old Mongo versions",
"userLogin": "sampaiodiego",
"milestone": "3.8.1",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "19627",
"title": "Fix Docker preview image build",
"userLogin": "sampaiodiego",
"milestone": "3.8.1",
"contributors": [
"sampaiodiego"
]
}
]
} }
} }
} }

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

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

@ -1,6 +1,38 @@
# 3.8.1
`2020-11-19 · 3 🐛 · 1 🔍 · 3 👩💻👨💻`
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.19.0`
### 🐛 Bug fixes
- Engagement dashboard on old Mongo versions ([#19616](https://github.com/RocketChat/Rocket.Chat/pull/19616))
- IE11 - Update ui kit and fuselage bundle ([#19561](https://github.com/RocketChat/Rocket.Chat/pull/19561))
- Typo in custom oauth from environment variable ([#19570](https://github.com/RocketChat/Rocket.Chat/pull/19570))
<details>
<summary>🔍 Minor changes</summary>
- Fix Docker preview image build ([#19627](https://github.com/RocketChat/Rocket.Chat/pull/19627))
</details>
### 👩💻👨💻 Core Team 🤓
- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@geekgonecrazy](https://github.com/geekgonecrazy)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.8.0 # 3.8.0
`2020-11-13 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩💻👨💻` `2020-11-14 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩💻👨💻`
### Engine versions ### Engine versions
- Node: `12.18.4` - Node: `12.18.4`

@ -1,3 +1,3 @@
{ {
"version": "3.8.0" "version": "3.8.1"
} }

2
package-lock.json generated

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

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

Loading…
Cancel
Save