Skip to content

Commit

Permalink
Bump version to 3.9.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 26, 2020
1 parent 99ff86c commit 443dd87
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 19 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/rhscl/nodejs-8-rhel7

ENV RC_VERSION 3.9.0-rc.2
ENV RC_VERSION 3.9.0-rc.3

MAINTAINER buildmaster@rocket.chat

Expand Down
48 changes: 43 additions & 5 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -15363,7 +15363,45 @@
]
},
"HEAD": {
"pull_requests": []
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.20.0-alpha.4149",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19685",
"title": "Regression: URL preview problem",
"userLogin": "tiagoevanp",
"milestone": "3.9.0",
"contributors": [
"tiagoevanp"
]
},
{
"pr": "19659",
"title": "Regression: Fix LDAP 2FA not working when Login Fallback is off",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.9.0",
"contributors": [
"pierre-lehnen-rc",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "19653",
"title": "Fix permission duplicated error on startup causing CI to halt",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego",
"g-thome"
]
}
]
},
"0.66.0-rc.0": {
"node_version": "8.11.1",
Expand Down Expand Up @@ -51805,7 +51843,7 @@
},
{
"pr": "19633",
"title": "[NEW] Rewrite Auto-Translate as a React component ",
"title": "[IMPROVE] Rewrite Auto-Translate as a React component ",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp"
Expand Down Expand Up @@ -52193,7 +52231,7 @@
},
{
"pr": "19491",
"title": "[NEW] Remove Box props from Avatar component",
"title": "[IMPROVE] Remove Box props from Avatar component",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp",
Expand All @@ -52202,7 +52240,7 @@
},
{
"pr": "19467",
"title": "[NEW] Remove Box dependence from Tag and Badge components",
"title": "[IMPROVE] Remove Box dependence from Tag and Badge components",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp",
Expand Down Expand Up @@ -52268,7 +52306,7 @@
},
{
"pr": "19533",
"title": "[IMPROVE] Bundle Size",
"title": "[IMPROVE] Bundle Size Client",
"userLogin": "ggazzo",
"description": "temporarily removes some codeblock languages\r\nMoved some libraries to dynamic imports\r\nRemoved some shared code not used on the client side",
"contributors": [
Expand Down
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.9.0-rc.2/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.9.0-rc.3/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.9.0-rc.2
version: 3.9.0-rc.3
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
44 changes: 36 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@

# Next
`2020-11-26 · 3 🔍 · 4 👩‍💻👨‍💻`

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

<details>
<summary>🔍 Minor changes</summary>


- Fix permission duplicated error on startup causing CI to halt ([#19653](https://github.com/RocketChat/Rocket.Chat/pull/19653))

- Regression: Fix LDAP 2FA not working when Login Fallback is off ([#19659](https://github.com/RocketChat/Rocket.Chat/pull/19659))

- Regression: URL preview problem ([#19685](https://github.com/RocketChat/Rocket.Chat/pull/19685))

</details>

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

- [@g-thome](https://github.com/g-thome)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tiagoevanp](https://github.com/tiagoevanp)

# 3.9.0 (Under Release Candidate Process)

## 3.9.0-rc.2
Expand Down Expand Up @@ -41,7 +69,7 @@
- [@gabriellsh](https://github.com/gabriellsh)

## 3.9.0-rc.0
`2020-11-21 · 5 🎉 · 13 🚀 · 27 🐛 · 18 🔍 · 20 👩‍💻👨‍💻`
`2020-11-21 · 2 🎉 · 16 🚀 · 27 🐛 · 18 🔍 · 20 👩‍💻👨‍💻`

### 🎉 New features

Expand All @@ -50,12 +78,6 @@

- Added setting to disable password changes for users who log in using SSO ([#10391](https://github.com/RocketChat/Rocket.Chat/pull/10391) by [@Hudell](https://github.com/Hudell))

- Remove Box dependence from Tag and Badge components ([#19467](https://github.com/RocketChat/Rocket.Chat/pull/19467))

- Remove Box props from Avatar component ([#19491](https://github.com/RocketChat/Rocket.Chat/pull/19491))

- Rewrite Auto-Translate as a React component ([#19633](https://github.com/RocketChat/Rocket.Chat/pull/19633))

### 🚀 Improvements


Expand All @@ -69,7 +91,7 @@

- Add support to `replace` operation when using Change Stream ([#19579](https://github.com/RocketChat/Rocket.Chat/pull/19579))

- Bundle Size ([#19533](https://github.com/RocketChat/Rocket.Chat/pull/19533))
- Bundle Size Client ([#19533](https://github.com/RocketChat/Rocket.Chat/pull/19533))

temporarily removes some codeblock languages
Moved some libraries to dynamic imports
Expand All @@ -79,6 +101,12 @@

- KeyboardShortcuts as React component ([#19518](https://github.com/RocketChat/Rocket.Chat/pull/19518))

- Remove Box dependence from Tag and Badge components ([#19467](https://github.com/RocketChat/Rocket.Chat/pull/19467))

- Remove Box props from Avatar component ([#19491](https://github.com/RocketChat/Rocket.Chat/pull/19491))

- Rewrite Auto-Translate as a React component ([#19633](https://github.com/RocketChat/Rocket.Chat/pull/19633))

- Rewrite Room Info ([#19511](https://github.com/RocketChat/Rocket.Chat/pull/19511))

- SlackBridge threads performance improvement ([#19338](https://github.com/RocketChat/Rocket.Chat/pull/19338) by [@antkaz](https://github.com/antkaz))
Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.9.0-rc.2"
"version": "3.9.0-rc.3"
}
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.9.0-rc.2",
"version": "3.9.0-rc.3",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 443dd87

Please sign in to comment.