Bump version to 3.17.0-rc.2

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

@ -63213,6 +63213,36 @@
]
}
]
},
"3.17.0-rc.2": {
"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": "22740",
"title": "Regression: Rocket.Chat crashes on startup if there's a Custom OAuth service configured",
"userLogin": "pierre-lehnen-rc",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "22733",
"title": "Regression: Prevent custom status from being visible in sequential messages",
"userLogin": "dougfabris",
"description": "### before\r\n![image](https://user-images.githubusercontent.com/27704687/126641946-866dae96-1983-43a5-b689-b24670473ad0.png)\r\n\r\n### after\r\n![image](https://user-images.githubusercontent.com/27704687/126641752-3163eb95-1cd4-4d99-a61a-4d06d9e7e13e.png)",
"contributors": [
"dougfabris"
]
}
]
}
}
}

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

@ -1,6 +1,30 @@
# 3.17.0 (Under Release Candidate Process)
## 3.17.0-rc.2
`2021-07-22 · 2 🔍 · 2 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Prevent custom status from being visible in sequential messages ([#22733](https://github.com/RocketChat/Rocket.Chat/pull/22733))
### before
![image](https://user-images.githubusercontent.com/27704687/126641946-866dae96-1983-43a5-b689-b24670473ad0.png)
### after
![image](https://user-images.githubusercontent.com/27704687/126641752-3163eb95-1cd4-4d99-a61a-4d06d9e7e13e.png)
- Regression: Rocket.Chat crashes on startup if there's a Custom OAuth service configured ([#22740](https://github.com/RocketChat/Rocket.Chat/pull/22740))
</details>
### 👩💻👨💻 Core Team 🤓
- [@dougfabris](https://github.com/dougfabris)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
## 3.17.0-rc.1
`2021-07-21 · 1 🎉 · 1 🔍 · 3 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save