Skip to content

Commit

Permalink
Chore: Update Meteor to 2.5.6 (#24461)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Feb 14, 2022
1 parent beec51b commit 7150807
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .docker-mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.2-bullseye-slim
FROM node:14.18.3-bullseye-slim

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.2-bullseye-slim
FROM node:14.18.3-bullseye-slim

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
echo "github.event_name: ${{ github.event_name }}"
cat $GITHUB_EVENT_PATH
- name: Use Node.js 14.18.2
- name: Use Node.js 14.18.3
uses: actions/setup-node@v2
with:
node-version: "14.18.2"
node-version: "14.18.3"

- uses: actions/checkout@v2

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:

strategy:
matrix:
node-version: ["14.18.2"]
node-version: ["14.18.3"]
mongodb-version: ["3.6", "4.0", "4.2", "4.4","5.0"]

steps:
Expand Down Expand Up @@ -324,10 +324,10 @@ jobs:
path: ~/.meteor
key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release', '.github/workflows/build_and_test.yml') }}

- name: Use Node.js 14.18.2
- name: Use Node.js 14.18.3
uses: actions/setup-node@v2
with:
node-version: "14.18.2"
node-version: "14.18.3"

- name: Install Meteor
run: |
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
aws s3 cp $ROCKET_DEPLOY_DIR/ s3://download.rocket.chat/build/ --recursive
curl -H "Content-Type: application/json" -H "X-Update-Token: $UPDATE_TOKEN" -d \
"{\"nodeVersion\": \"14.18.2\", \"compatibleMongoVersions\": [\"3.6\", \"4.0\", \"4.2\", \"4.4\", \"5.0\"], \"commit\": \"$GITHUB_SHA\", \"tag\": \"$RC_VERSION\", \"branch\": \"$GIT_BRANCH\", \"artifactName\": \"$ARTIFACT_NAME\", \"releaseType\": \"$RC_RELEASE\"}" \
"{\"nodeVersion\": \"14.18.3\", \"compatibleMongoVersions\": [\"3.6\", \"4.0\", \"4.2\", \"4.4\", \"5.0\"], \"commit\": \"$GITHUB_SHA\", \"tag\": \"$RC_VERSION\", \"branch\": \"$GIT_BRANCH\", \"artifactName\": \"$ARTIFACT_NAME\", \"releaseType\": \"$RC_RELEASE\"}" \
https://releases.rocket.chat/update
# Makes build fail if the release isn't there
Expand Down Expand Up @@ -609,10 +609,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 14.18.2
- name: Use Node.js 14.18.3
uses: actions/setup-node@v2
with:
node-version: "14.18.2"
node-version: "14.18.3"

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ littledata:synced-cron

edgee:slingshot
jalik:ufs-local@1.0.2
accounts-base@2.2.0
accounts-base@2.2.1
accounts-oauth@1.4.0
autoupdate@1.8.0
babel-compiler@7.8.0
Expand All @@ -76,7 +76,7 @@ htmljs
less
matb33:collection-hooks
meteorhacks:inject-initial
oauth@2.1.0
oauth@2.1.1
oauth2@1.3.1
routepolicy@1.1.1
sha@1.0.9
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@2.5.3
METEOR@2.5.6
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accounts-base@2.2.0
accounts-base@2.2.1
accounts-facebook@1.3.3
accounts-github@1.5.0
accounts-google@1.4.0
Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/resources/preparenode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

node_version="v14.18.2"
node_version="v14.18.3"

unamem="$(uname -m)"
if [[ $unamem == *aarch64* ]]; then
Expand Down
6 changes: 3 additions & 3 deletions ee/server/services/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 ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ejson": "^2.2.2",
"eventemitter3": "^4.0.7",
"express": "^4.17.2",
"fibers": "^5.0.0",
"fibers": "^5.0.1",
"jaeger-client": "^3.19.0",
"mem": "^8.1.1",
"moleculer": "^0.14.19",
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -233,7 +233,7 @@
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"fflate": "^0.7.1",
"fibers": "^5.0.0",
"fibers": "^5.0.1",
"file-type": "^10.11.0",
"filenamify": "^4.3.0",
"filesize": "^3.6.1",
Expand Down

0 comments on commit 7150807

Please sign in to comment.