Bump version to 3.17.0-rc.1

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

@ -63181,6 +63181,38 @@
]
}
]
},
"3.17.0-rc.1": {
"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": "22727",
"title": "Regression: Properly force newline in attachment fields",
"userLogin": "tassoevan",
"description": "I've incorrectly enforcing the newline character in attachment fields, resulting in \"<br />\" text being rendered.",
"contributors": [
"tassoevan",
"dougfabris"
]
},
{
"pr": "22676",
"title": "[NEW] Monitoring Track messages' round trip time",
"userLogin": "rodrigok",
"description": "Track messages' roundtrip time from backend saves time to the time when received back from the oplog allowing track of oplog slowness.\r\nPrometheus metric: `rocketchat_messages_roundtrip_time`",
"contributors": [
"rodrigok"
]
}
]
}
}
}

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

@ -1,6 +1,33 @@
# 3.17.0 (Under Release Candidate Process)
## 3.17.0-rc.1
`2021-07-21 · 1 🎉 · 1 🔍 · 3 👩💻👨💻`
### 🎉 New features
- Monitoring Track messages' round trip time ([#22676](https://github.com/RocketChat/Rocket.Chat/pull/22676))
Track messages' roundtrip time from backend saves time to the time when received back from the oplog allowing track of oplog slowness.
Prometheus metric: `rocketchat_messages_roundtrip_time`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Properly force newline in attachment fields ([#22727](https://github.com/RocketChat/Rocket.Chat/pull/22727))
I've incorrectly enforcing the newline character in attachment fields, resulting in "&lt;br /&gt;" text being rendered.
</details>
### 👩💻👨💻 Core Team 🤓
- [@dougfabris](https://github.com/dougfabris)
- [@rodrigok](https://github.com/rodrigok)
- [@tassoevan](https://github.com/tassoevan)
## 3.17.0-rc.0
`2021-07-21 · 6 🎉 · 18 🚀 · 35 🐛 · 25 🔍 · 28 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save