Skip to content

Commit

Permalink
Bump version to 3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 28, 2021
1 parent 22b68a6 commit 4e826ba
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 3.10.5
ENV RC_VERSION 3.10.6

MAINTAINER buildmaster@rocket.chat

Expand Down
7 changes: 7 additions & 0 deletions .github/history-manual.json
Expand Up @@ -56,5 +56,12 @@
"contributors": [
"sampaiodiego"
]
}],
"3.10.6": [{
"title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}]
}
55 changes: 55 additions & 0 deletions .github/history.json
Expand Up @@ -53987,6 +53987,61 @@
"4.0"
],
"pull_requests": []
},
"3.8.7": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.19.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"3.8.8": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.19.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"3.9.6": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"3.9.7": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
},
"3.10.6": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/3.10.5/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.10.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
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 3.10.5
version: 3.10.6
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
20 changes: 19 additions & 1 deletion HISTORY.md
@@ -1,6 +1,24 @@

# 3.10.6
`2021-02-28 · 1 🐛 · 1 👩‍💻👨‍💻`

### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.21.0-alpha.4235`

### 🐛 Bug fixes


- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)

### 👩‍💻👨‍💻 Core Team 🤓

- [@sampaiodiego](https://github.com/sampaiodiego)

# 3.10.5
`2021-01-26 · 1 🐛 · 1 👩‍💻👨‍💻`
`2021-01-27 · 1 🐛 · 1 👩‍💻👨‍💻`

### Engine versions
- Node: `12.18.4`
Expand Down
1 change: 1 addition & 0 deletions app/meteor-accounts-saml/server/lib/SAML.ts
Expand Up @@ -372,6 +372,7 @@ export class SAML {
});
}

// eslint-disable-next-line no-unused-vars
private static processValidateAction(req: IIncomingMessage, res: ServerResponse, service: IServiceProviderOptions, _samlObject: ISAMLAction): void {
const serviceProvider = new SAMLServiceProvider(service);
SAMLUtils.relayState = req.body.RelayState;
Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
@@ -1,3 +1,3 @@
{
"version": "3.10.5"
"version": "3.10.6"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.10.5",
"version": "3.10.6",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 4e826ba

Please sign in to comment.