Skip to content

Commit

Permalink
Bump version to 3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 26, 2021
1 parent 30a3d80 commit e0ec5e4
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 7 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.1
ENV RC_VERSION 3.17.2

MAINTAINER buildmaster@rocket.chat

Expand Down
60 changes: 60 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -63662,6 +63662,18 @@
"4.2"
],
"pull_requests": [
{
"pr": "22942",
"title": "Release 3.17.1",
"userLogin": "sampaiodiego",
"contributors": [
"KevLehman",
"sampaiodiego",
"thassiov",
"murtaza98",
"matheusbsilva137"
]
},
{
"pr": "22871",
"title": "[FIX] \"Click to Join\" button is not working if there are no muted users in the room",
Expand Down Expand Up @@ -63721,6 +63733,54 @@
]
}
]
},
"3.17.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": "22976",
"title": "[FIX] Error getting default agent when routing system algorithm is Auto Selection",
"userLogin": "renatobecker",
"milestone": "3.17.2",
"contributors": [
"renatobecker",
"KevLehman",
"web-flow"
]
},
{
"pr": "22991",
"title": "[FIX] Fix Auto Selection algorithm on community edition",
"userLogin": "KevLehman",
"description": "- When using the autoselection algo on community editions, all agents were marked as unavailable due to an unapplied filter\r\n- Fixed an issue when both user & system setting to manange EE max number of chats allowed were set to 0",
"milestone": "3.17.2",
"contributors": [
"KevLehman",
"web-flow",
"renatobecker"
]
},
{
"pr": "22839",
"title": "[FIX] applyChatRestictions callback not working for community version",
"userLogin": "murtaza98",
"description": "Building on top of https://github.com/RocketChat/Rocket.Chat/pull/22838",
"milestone": "3.17.2",
"contributors": [
"Shailesh351",
"murtaza98",
"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.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.17.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.17.1
version: 3.17.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
44 changes: 43 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@

# 3.17.2
`2021-08-26 · 3 🐛 · 4 👩‍💻👨‍💻`

### Engine versions
- Node: `12.22.1`
- NPM: `6.14.1`
- MongoDB: `3.4, 3.6, 4.0, 4.2`
- Apps-Engine: `1.27.1`

### 🐛 Bug fixes


- applyChatRestictions callback not working for community version ([#22839](https://github.com/RocketChat/Rocket.Chat/pull/22839) by [@Shailesh351](https://github.com/Shailesh351))

Building on top of https://github.com/RocketChat/Rocket.Chat/pull/22838

- Error getting default agent when routing system algorithm is Auto Selection ([#22976](https://github.com/RocketChat/Rocket.Chat/pull/22976))

- Fix Auto Selection algorithm on community edition ([#22991](https://github.com/RocketChat/Rocket.Chat/pull/22991))

- When using the autoselection algo on community editions, all agents were marked as unavailable due to an unapplied filter
- Fixed an issue when both user & system setting to manange EE max number of chats allowed were set to 0

### 👩‍💻👨‍💻 Contributors 😍

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

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

- [@KevLehman](https://github.com/KevLehman)
- [@murtaza98](https://github.com/murtaza98)
- [@renatobecker](https://github.com/renatobecker)

# 3.17.1
`2021-08-16 · 5 🐛 · 7 👩‍💻👨‍💻`
`2021-08-16 · 5 🐛 · 1 🔍 · 8 👩‍💻👨‍💻`

### Engine versions
- Node: `12.22.1`
Expand All @@ -26,13 +59,22 @@

- Use correct param on saveBusinessHour method ([#22835](https://github.com/RocketChat/Rocket.Chat/pull/22835))

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


- Release 3.17.1 ([#22942](https://github.com/RocketChat/Rocket.Chat/pull/22942))

</details>

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

- [@KevLehman](https://github.com/KevLehman)
- [@d-gubert](https://github.com/d-gubert)
- [@matheusbsilva137](https://github.com/matheusbsilva137)
- [@murtaza98](https://github.com/murtaza98)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
- [@thassiov](https://github.com/thassiov)

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.17.1"
"version": "3.17.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.17.1",
"version": "3.17.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit e0ec5e4

Please sign in to comment.