Bump version to 4.7.0-rc.3

pull/25278/head^2
Douglas Gubert 4 years ago committed by Guilherme Gazzo
parent 1ae769301e
commit 1e37adef4b
  1. 39
      .github/history.json
  2. 20
      HISTORY.md
  3. 2
      apps/meteor/.docker/Dockerfile.rhel
  4. 2
      apps/meteor/.snapcraft/resources/prepareRocketChat
  5. 2
      apps/meteor/.snapcraft/snap/snapcraft.yaml
  6. 2
      apps/meteor/app/utils/rocketchat.info
  7. 2
      apps/meteor/package.json
  8. 2
      package.json

@ -74240,6 +74240,45 @@
]
}
]
},
"4.7.0-rc.3": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "25327",
"title": "Regression: Messages in new message template Crashing.",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh"
]
},
{
"pr": "25323",
"title": "Regression: Better MongoDB connection management for micro services",
"userLogin": "sampaiodiego",
"milestone": "4.7.0",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "25250",
"title": "Regression: Validate empty fields for Message template",
"userLogin": "gabriellsh",
"milestone": "4.8.0",
"contributors": [
"gabriellsh"
]
}
]
}
}
}

@ -1,6 +1,26 @@
# 4.7.0 (Under Release Candidate Process)
## 4.7.0-rc.3
`2022-04-27 · 3 🔍 · 2 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Better MongoDB connection management for micro services ([#25323](https://github.com/RocketChat/Rocket.Chat/pull/25323))
- Regression: Messages in new message template Crashing. ([#25327](https://github.com/RocketChat/Rocket.Chat/pull/25327))
- Regression: Validate empty fields for Message template ([#25250](https://github.com/RocketChat/Rocket.Chat/pull/25250))
</details>
### 👩💻👨💻 Core Team 🤓
- [@gabriellsh](https://github.com/gabriellsh)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 4.7.0-rc.2
`2022-04-27 · 6 🔍 · 7 👩💻👨💻`

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 4.7.0-rc.2
ENV RC_VERSION 4.7.0-rc.3
MAINTAINER buildmaster@rocket.chat

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

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

@ -1,3 +1,3 @@
{
"version": "4.7.0-rc.2"
"version": "4.7.0-rc.3"
}

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "4.7.0-rc.2",
"version": "4.7.0-rc.3",
"private": true,
"author": {
"name": "Rocket.Chat",

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "4.7.0-rc.2",
"version": "4.7.0-rc.3",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,

Loading…
Cancel
Save