Bump version to 4.2.2

pull/23940/head
Guilherme Gazzo 3 years ago
parent 9ae0285d5c
commit e289165710
  1. 2
      .docker/Dockerfile.rhel
  2. 24
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 20
      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 FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 4.2.1 ENV RC_VERSION 4.2.2
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat

@ -67934,6 +67934,30 @@
] ]
} }
] ]
},
"4.2.2": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.1",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23347",
"title": "[FIX] creating room with federated member",
"userLogin": "qwertiko",
"milestone": "4.2.2",
"contributors": [
"qwertiko",
"web-flow"
]
}
]
} }
} }
} }

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
curl -SLf "https://releases.rocket.chat/4.2.1/download/" -o rocket.chat.tgz curl -SLf "https://releases.rocket.chat/4.2.2/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: 4.2.1 version: 4.2.2
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,4 +1,22 @@
# 4.2.2
`2021-12-14 · 1 🐛 · 1 👩💻👨💻`
### Engine versions
- Node: `12.22.1`
- NPM: `6.14.1`
- MongoDB: `3.6, 4.0, 4.2, 4.4, 5.0`
- Apps-Engine: `1.28.1`
### 🐛 Bug fixes
- creating room with federated member ([#23347](https://github.com/RocketChat/Rocket.Chat/pull/23347) by [@qwertiko](https://github.com/qwertiko))
### 👩💻👨💻 Contributors 😍
- [@qwertiko](https://github.com/qwertiko)
# 4.2.1 # 4.2.1
`2021-12-10 · 1 🎉 · 4 🐛 · 1 🔍 · 7 👩💻👨💻` `2021-12-10 · 1 🎉 · 4 🐛 · 1 🔍 · 7 👩💻👨💻`
@ -6753,7 +6771,7 @@
- [@sampaiodiego](https://github.com/sampaiodiego) - [@sampaiodiego](https://github.com/sampaiodiego)
# 3.8.0 # 3.8.0
`2020-11-14 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩💻👨💻` `2020-11-13 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩💻👨💻`
### Engine versions ### Engine versions
- Node: `12.18.4` - Node: `12.18.4`

@ -1,3 +1,3 @@
{ {
"version": "4.2.1" "version": "4.2.2"
} }

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"version": "4.2.1", "version": "4.2.2",
"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": "4.2.1", "version": "4.2.2",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"

Loading…
Cancel
Save