Bump version to 3.17.0-rc.4

pull/22825/head 3.17.0-rc.4
Guilherme Gazzo 4 years ago
parent 3034c50ef8
commit ea63dec5d1
  1. 2
      .docker/Dockerfile.rhel
  2. 30
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 18
      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 3.17.0-rc.3
ENV RC_VERSION 3.17.0-rc.4
MAINTAINER buildmaster@rocket.chat

@ -63454,6 +63454,36 @@
]
}
]
},
"3.17.0-rc.4": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.27.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "22793",
"title": "Regression: Fix canned responses permissions for monitors & managers",
"userLogin": "KevLehman",
"contributors": [
"KevLehman",
"web-flow"
]
},
{
"pr": "22792",
"title": "Regression: Internal Error when saving files using GridFS",
"userLogin": "pierre-lehnen-rc",
"contributors": [
"pierre-lehnen-rc"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.17.0-rc.3/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.17.0-rc.4/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.17.0-rc.3
version: 3.17.0-rc.4
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,6 +1,24 @@
# 3.17.0 (Under Release Candidate Process)
## 3.17.0-rc.4
`2021-07-28 · 2 🔍 · 2 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix canned responses permissions for monitors & managers ([#22793](https://github.com/RocketChat/Rocket.Chat/pull/22793))
- Regression: Internal Error when saving files using GridFS ([#22792](https://github.com/RocketChat/Rocket.Chat/pull/22792))
</details>
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
## 3.17.0-rc.3
`2021-07-27 · 1 🚀 · 2 🐛 · 17 🔍 · 10 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.17.0-rc.3"
"version": "3.17.0-rc.4"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save