Bump version to 3.12.0-rc.3

pull/20170/head^2
Diego Sampaio 5 years ago
parent 8296aa27da
commit 7aed2f1af1
  1. 2
      .docker/Dockerfile.rhel
  2. 2
      .github/history-manual.json
  3. 11
      .github/history.json
  4. 2
      .snapcraft/resources/prepareRocketChat
  5. 2
      .snapcraft/snap/snapcraft.yaml
  6. 12
      HISTORY.md
  7. 2
      app/utils/rocketchat.info
  8. 2
      package-lock.json
  9. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 3.12.0-rc.2
ENV RC_VERSION 3.12.0-rc.3
MAINTAINER buildmaster@rocket.chat

@ -57,7 +57,7 @@
"sampaiodiego"
]
}],
"3.12.0": [{
"3.12.0-rc.3": [{
"title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
"userLogin": "sampaiodiego",
"contributors": [

@ -56549,6 +56549,17 @@
]
}
]
},
"3.12.0-rc.3": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.23.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.12.0-rc.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.12.0-rc.3/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.12.0-rc.2
version: 3.12.0-rc.3
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,6 +1,18 @@
# 3.12.0 (Under Release Candidate Process)
## 3.12.0-rc.3
`2021-02-27 · 1 🐛 · 1 👩💻👨💻`
### 🐛 Bug fixes
- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
### 👩💻👨💻 Core Team 🤓
- [@sampaiodiego](https://github.com/sampaiodiego)
## 3.12.0-rc.2
`2021-02-27 · 1 🐛 · 5 🔍 · 5 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save