Bump version to 4.4.0-rc.3

pull/24342/head 4.4.0-rc.3
Diego Sampaio 3 years ago
parent da253a03d5
commit e62f610aee
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 24
      .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 FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 4.4.0-rc.2 ENV RC_VERSION 4.4.0-rc.3
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat

@ -69864,6 +69864,30 @@
] ]
} }
] ]
},
"4.4.0-rc.3": {
"node_version": "14.18.2",
"npm_version": "6.14.15",
"apps_engine_version": "1.30.0-alpha.5836",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "24322",
"title": "Regression: Fix OmnichannelAppSourceRoomIcon sizes",
"userLogin": "tiagoevanp",
"milestone": "4.4.0",
"contributors": [
"tiagoevanp",
"web-flow"
]
}
]
} }
} }
} }

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
curl -SLf "https://releases.rocket.chat/4.4.0-rc.2/download/" -o rocket.chat.tgz curl -SLf "https://releases.rocket.chat/4.4.0-rc.3/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.4.0-rc.2 version: 4.4.0-rc.3
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,6 +1,21 @@
# 4.4.0 (Under Release Candidate Process) # 4.4.0 (Under Release Candidate Process)
## 4.4.0-rc.3
`2022-01-28 · 1 🔍 · 1 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix OmnichannelAppSourceRoomIcon sizes ([#24322](https://github.com/RocketChat/Rocket.Chat/pull/24322))
</details>
### 👩💻👨💻 Core Team 🤓
- [@tiagoevanp](https://github.com/tiagoevanp)
## 4.4.0-rc.2 ## 4.4.0-rc.2
`2022-01-28 · 1 🐛 · 3 🔍 · 3 👩💻👨💻` `2022-01-28 · 1 🐛 · 3 🔍 · 3 👩💻👨💻`

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

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"version": "4.4.0-rc.2", "version": "4.4.0-rc.3",
"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.4.0-rc.2", "version": "4.4.0-rc.3",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"

Loading…
Cancel
Save