Skip to content

Commit

Permalink
Bump version to 3.18.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 31, 2021
1 parent afb485d commit ff70477
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 6 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.18.0-rc.1
ENV RC_VERSION 3.18.0-rc.2

MAINTAINER buildmaster@rocket.chat

Expand Down
33 changes: 33 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -64355,6 +64355,39 @@
]
}
]
},
"3.18.0-rc.2": {
"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": "23055",
"title": "[NEW] Banner for the updates regarding authentication services",
"userLogin": "g-thome",
"description": "Add a banner to inform admins about future authentication changes. This banner targets servers that use some sort of authentication service since they're the ones which this update concerns the most.",
"contributors": [
"g-thome",
"web-flow"
]
},
{
"pr": "23048",
"title": "Regression: Logs were missing from Omnichannel callback methods",
"userLogin": "KevLehman",
"milestone": "3.18",
"contributors": [
"KevLehman",
"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.18.0-rc.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.18.0-rc.2/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.18.0-rc.1
version: 3.18.0-rc.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
23 changes: 23 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@

# 3.18.0 (Under Release Candidate Process)

## 3.18.0-rc.2
`2021-08-30 · 1 🎉 · 1 🔍 · 2 👩‍💻👨‍💻`

### 🎉 New features


- Banner for the updates regarding authentication services ([#23055](https://github.com/RocketChat/Rocket.Chat/pull/23055))

Add a banner to inform admins about future authentication changes. This banner targets servers that use some sort of authentication service since they're the ones which this update concerns the most.

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


- Regression: Logs were missing from Omnichannel callback methods ([#23048](https://github.com/RocketChat/Rocket.Chat/pull/23048))

</details>

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

- [@KevLehman](https://github.com/KevLehman)
- [@g-thome](https://github.com/g-thome)

## 3.18.0-rc.1
`2021-08-26 · 1 🎉 · 1 🐛 · 1 🔍 · 4 👩‍💻👨‍💻`

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.18.0-rc.1"
"version": "3.18.0-rc.2"
}
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.18.0-rc.1",
"version": "3.18.0-rc.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit ff70477

Please sign in to comment.