Skip to content

Commit

Permalink
Bump version to 4.5.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc committed Feb 28, 2022
1 parent 5ec0fa9 commit c5c2387
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 4.5.0-rc.4
ENV RC_VERSION 4.5.0-rc.5

MAINTAINER buildmaster@rocket.chat

Expand Down
32 changes: 32 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -71225,6 +71225,38 @@
]
}
]
},
"4.5.0-rc.5": {
"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": "24649",
"title": "Regression: Refresh server connection when MI server settings change",
"userLogin": "KevLehman",
"milestone": "4.5.0",
"contributors": [
"KevLehman"
]
},
{
"pr": "24648",
"title": "Regression: Prevent button from losing state when rerendering",
"userLogin": "KevLehman",
"milestone": "4.5.0",
"contributors": [
"KevLehman"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/4.5.0-rc.4/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/4.5.0-rc.5/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 4.5.0-rc.4
version: 4.5.0-rc.5
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@

# 4.5.0 (Under Release Candidate Process)

## 4.5.0-rc.5
`2022-02-28 · 2 🔍 · 1 👩‍💻👨‍💻`

<details>
<summary>🔍 Minor changes</summary>


- Regression: Prevent button from losing state when rerendering ([#24648](https://github.com/RocketChat/Rocket.Chat/pull/24648))

- Regression: Refresh server connection when MI server settings change ([#24649](https://github.com/RocketChat/Rocket.Chat/pull/24649))

</details>

### 👩‍💻👨‍💻 Core Team 🤓

- [@KevLehman](https://github.com/KevLehman)

## 4.5.0-rc.4
`2022-02-28 · 5 🔍 · 5 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.5.0-rc.4"
"version": "4.5.0-rc.5"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "4.5.0-rc.4",
"version": "4.5.0-rc.5",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit c5c2387

Please sign in to comment.