Bump version to 4.1.0-rc.3

pull/23581/head 4.1.0-rc.3
Diego Sampaio 4 years ago
parent 225e04375c
commit 2881a4d491
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 41
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 21
      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.1.0-rc.2 ENV RC_VERSION 4.1.0-rc.3
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat

@ -66958,6 +66958,45 @@
] ]
} }
] ]
},
"4.1.0-rc.3": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.28.0",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "23556",
"title": "Regression: Prevent settings from getting updated",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "23568",
"title": "Regression: Routing method not available when called from listeners at startup",
"userLogin": "KevLehman",
"milestone": "4.1.0",
"contributors": [
"KevLehman"
]
},
{
"pr": "23391",
"title": "Bump: fuselage 0.30.1",
"userLogin": "ggazzo",
"contributors": [
"dougfabris"
]
}
]
} }
} }
} }

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
curl -SLf "https://releases.rocket.chat/4.1.0-rc.2/download/" -o rocket.chat.tgz curl -SLf "https://releases.rocket.chat/4.1.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.1.0-rc.2 version: 4.1.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,27 @@
# 4.1.0 (Under Release Candidate Process) # 4.1.0 (Under Release Candidate Process)
## 4.1.0-rc.3
`2021-10-27 · 3 🔍 · 3 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Bump: fuselage 0.30.1 ([#23391](https://github.com/RocketChat/Rocket.Chat/pull/23391))
- Regression: Prevent settings from getting updated ([#23556](https://github.com/RocketChat/Rocket.Chat/pull/23556))
- Regression: Routing method not available when called from listeners at startup ([#23568](https://github.com/RocketChat/Rocket.Chat/pull/23568))
</details>
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@dougfabris](https://github.com/dougfabris)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 4.1.0-rc.2 ## 4.1.0-rc.2
`2021-10-25 · 1 🐛 · 1 🔍 · 3 👩💻👨💻` `2021-10-25 · 1 🐛 · 1 🔍 · 3 👩💻👨💻`

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

2
package-lock.json generated

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

Loading…
Cancel
Save