Bump version to 4.5.0-rc.6

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

@ -71257,6 +71257,29 @@
]
}
]
},
"4.5.0-rc.6": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"apps_engine_version": "1.31.0",
"mongo_versions": [
"'3.6'",
"'4.0'",
"'4.2'",
"'4.4'",
"'5.0'"
],
"pull_requests": [
{
"pr": "24651",
"title": "Chore: Update Apps-Engine",
"userLogin": "d-gubert",
"milestone": "4.5.0",
"contributors": [
"d-gubert"
]
}
]
}
}
}

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

@ -1,6 +1,21 @@
# 4.5.0 (Under Release Candidate Process)
## 4.5.0-rc.6
`2022-02-28 · 1 🔍 · 1 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Chore: Update Apps-Engine ([#24651](https://github.com/RocketChat/Rocket.Chat/pull/24651))
</details>
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
## 4.5.0-rc.5
`2022-02-28 · 2 🔍 · 1 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save