Bump version to 3.17.0-rc.6

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

@ -63563,6 +63563,81 @@
]
}
]
},
"3.16.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": "22815",
"title": "Release 3.16.4",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
}
]
},
"3.17.0-rc.6": {
"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": "22794",
"title": "Regression: Data in the \"Active Users\" section is delayed in 1 day",
"userLogin": "matheusbsilva137",
"description": "- Fix 1 day delay in the Engagement Dashboard's \"Active Users\" section;\r\n- Downgrade `@nivo/line` version.\r\n**Expected behavior:**\r\n![active-users-engagement-dashboard](https://user-images.githubusercontent.com/36537004/127372185-390dc42f-bc90-4841-a22b-731f0aafcafe.PNG)",
"contributors": [
"matheusbsilva137",
"tassoevan",
"web-flow"
]
},
{
"pr": "22815",
"title": "Release 3.16.4",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
},
{
"pr": "22822",
"title": "Bump: Fuselage 0.28.0",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
},
{
"pr": "22811",
"title": "Regression: Small UI changes Federation",
"userLogin": "alansikora",
"contributors": [
"alansikora",
"murtaza98",
"tiagoevanp",
"matheusbsilva137",
"pierre-lehnen-rc",
"ggazzo",
"web-flow"
]
}
]
}
}
}
}

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

File diff suppressed because it is too large Load Diff

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save