Skip to content

Commit fe768b8

Browse files
committed
Bump version to 3.12.3
1 parent 281d114 commit fe768b8

8 files changed

Lines changed: 18 additions & 6 deletions

File tree

.docker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/nodejs-12
22

3-
ENV RC_VERSION 3.12.2
3+
ENV RC_VERSION 3.12.3
44

55
MAINTAINER buildmaster@rocket.chat
66

.github/history.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56725,6 +56725,17 @@
5672556725
"4.0"
5672656726
],
5672756727
"pull_requests": []
56728+
},
56729+
"3.12.3": {
56730+
"node_version": "12.18.4",
56731+
"npm_version": "6.14.8",
56732+
"apps_engine_version": "1.23.0",
56733+
"mongo_versions": [
56734+
"3.4",
56735+
"3.6",
56736+
"4.0"
56737+
],
56738+
"pull_requests": []
5672856739
}
5672956740
}
5673056741
}

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ jobs:
394394
env:
395395
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
396396
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
397+
AWS_DEFAULT_REGION: 'us-east-1'
397398
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
398399
REDHAT_REGISTRY_PID: ${{ secrets.REDHAT_REGISTRY_PID }}
399400
REDHAT_REGISTRY_KEY: ${{ secrets.REDHAT_REGISTRY_KEY }}

.snapcraft/resources/prepareRocketChat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
curl -SLf "https://releases.rocket.chat/3.12.2/download/" -o rocket.chat.tgz
3+
curl -SLf "https://releases.rocket.chat/3.12.3/download/" -o rocket.chat.tgz
44

55
tar xf rocket.chat.tgz --strip 1
66

.snapcraft/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 5. `snapcraft snap`
88

99
name: rocketchat-server
10-
version: 3.12.2
10+
version: 3.12.3
1111
summary: Rocket.Chat server
1212
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
1313
confinement: strict

app/utils/rocketchat.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.12.2"
2+
"version": "3.12.3"
33
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Rocket.Chat",
33
"description": "The Ultimate Open Source WebChat Platform",
4-
"version": "3.12.2",
4+
"version": "3.12.3",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"

0 commit comments

Comments
 (0)