Bump version to 4.5.0-rc.3

pull/24652/head 4.5.0-rc.3
Pierre Lehnen 3 years ago
parent f319aa32eb
commit 86f571bca2
  1. 2
      .docker/Dockerfile.rhel
  2. 108
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 37
      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 4.5.0-rc.2
ENV RC_VERSION 4.5.0-rc.3
MAINTAINER buildmaster@rocket.chat

@ -71057,6 +71057,114 @@
]
}
]
},
"4.5.0-rc.3": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"apps_engine_version": "1.31.0-alpha.5979",
"mongo_versions": [
"'3.6'",
"'4.0'",
"'4.2'",
"'4.4'",
"'5.0'"
],
"pull_requests": [
{
"pr": "24630",
"title": "Regression: Fix double value on holdTime and empty msg on last message",
"userLogin": "MartinSchoeler",
"contributors": [
"MartinSchoeler",
"web-flow"
]
},
{
"pr": "24624",
"title": "Regression: If Asterisk suddenly goes down, server has no way to know. Causes server to get stuck. Needs restart",
"userLogin": "amolghode1981",
"milestone": "4.5.0",
"contributors": [
"amolghode1981",
"KevLehman"
]
},
{
"pr": "24601",
"title": "Regression: Prevent connect to asterisk when VoIP is disabled",
"userLogin": "murtaza98",
"milestone": "4.5.0",
"contributors": [
"murtaza98",
"web-flow",
"KevLehman"
]
},
{
"pr": "24626",
"title": "Regression: Encode registration info as JWT when signing key is provided",
"userLogin": "KevLehman",
"milestone": "4.5.0",
"contributors": [
"KevLehman"
]
},
{
"pr": "24625",
"title": "Regression: Fix time fields and wrap up in Voip Room Contexual bar",
"userLogin": "MartinSchoeler",
"milestone": "4.5.0",
"contributors": [
"MartinSchoeler"
]
},
{
"pr": "24592",
"title": "Regression: Fix in-correct room status shown to agents",
"userLogin": "murtaza98",
"milestone": "4.5.0",
"contributors": [
"murtaza98"
]
},
{
"pr": "24619",
"title": "Regression: Do not show toast on incoming voip calls",
"userLogin": "murtaza98",
"milestone": "4.5.0",
"contributors": [
"murtaza98",
"web-flow"
]
},
{
"pr": "24616",
"title": "Regression: Fix incoming voip call ringtone is not ringing",
"userLogin": "murtaza98",
"contributors": [
"murtaza98",
"web-flow"
]
},
{
"pr": "24610",
"title": "Regression: Mark all rooms as read modal closing instantly.",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh"
]
},
{
"pr": "24615",
"title": "Regression: Fix translation for call started message",
"userLogin": "murtaza98",
"milestone": "4.5.0",
"contributors": [
"murtaza98",
"web-flow"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/4.5.0-rc.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.5.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.5.0-rc.2
version: 4.5.0-rc.3
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,6 +1,43 @@
# 4.5.0 (Under Release Candidate Process)
## 4.5.0-rc.3
`2022-02-26 · 10 🔍 · 5 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Do not show toast on incoming voip calls ([#24619](https://github.com/RocketChat/Rocket.Chat/pull/24619))
- Regression: Encode registration info as JWT when signing key is provided ([#24626](https://github.com/RocketChat/Rocket.Chat/pull/24626))
- Regression: Fix double value on holdTime and empty msg on last message ([#24630](https://github.com/RocketChat/Rocket.Chat/pull/24630))
- Regression: Fix in-correct room status shown to agents ([#24592](https://github.com/RocketChat/Rocket.Chat/pull/24592))
- Regression: Fix incoming voip call ringtone is not ringing ([#24616](https://github.com/RocketChat/Rocket.Chat/pull/24616))
- Regression: Fix time fields and wrap up in Voip Room Contexual bar ([#24625](https://github.com/RocketChat/Rocket.Chat/pull/24625))
- Regression: Fix translation for call started message ([#24615](https://github.com/RocketChat/Rocket.Chat/pull/24615))
- Regression: If Asterisk suddenly goes down, server has no way to know. Causes server to get stuck. Needs restart ([#24624](https://github.com/RocketChat/Rocket.Chat/pull/24624))
- Regression: Mark all rooms as read modal closing instantly. ([#24610](https://github.com/RocketChat/Rocket.Chat/pull/24610))
- Regression: Prevent connect to asterisk when VoIP is disabled ([#24601](https://github.com/RocketChat/Rocket.Chat/pull/24601))
</details>
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@amolghode1981](https://github.com/amolghode1981)
- [@gabriellsh](https://github.com/gabriellsh)
- [@murtaza98](https://github.com/murtaza98)
## 4.5.0-rc.2
`2022-02-25 · 6 🔍 · 4 👩💻👨💻`

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

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "4.5.0-rc.2",
"version": "4.5.0-rc.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

Loading…
Cancel
Save