Skip to content

Commit

Permalink
Bump version to 3.17.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 30, 2021
1 parent 6e167df commit 23f61af
Show file tree
Hide file tree
Showing 8 changed files with 1,421 additions and 870 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -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

Expand Down
77 changes: 76 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 23f61af

Please sign in to comment.