Skip to content

Commit 23e78ae

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents ac221a1 + 6ad3e6f commit 23e78ae

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '**'
99
env:
10-
NODE_VERSION: 14.17.5
10+
NODE_VERSION: 14.17.6
1111
PARSE_SERVER_TEST_TIMEOUT: 20000
1212
jobs:
1313
check-ci:
@@ -104,38 +104,38 @@ jobs:
104104
MONGODB_VERSION: 5.0.2
105105
MONGODB_TOPOLOGY: replicaset
106106
MONGODB_STORAGE_ENGINE: wiredTiger
107-
NODE_VERSION: 14.17.5
107+
NODE_VERSION: 14.17.6
108108
- name: MongoDB 4.4, ReplicaSet, WiredTiger
109109
MONGODB_VERSION: 4.4.8
110110
MONGODB_TOPOLOGY: replicaset
111111
MONGODB_STORAGE_ENGINE: wiredTiger
112-
NODE_VERSION: 14.17.5
112+
NODE_VERSION: 14.17.6
113113
- name: MongoDB 4.2, ReplicaSet, WiredTiger
114114
MONGODB_VERSION: 4.2.15
115115
MONGODB_TOPOLOGY: replicaset
116116
MONGODB_STORAGE_ENGINE: wiredTiger
117-
NODE_VERSION: 14.17.5
117+
NODE_VERSION: 14.17.6
118118
- name: MongoDB 4.0, ReplicaSet, WiredTiger
119119
MONGODB_VERSION: 4.0.25
120120
MONGODB_TOPOLOGY: replicaset
121121
MONGODB_STORAGE_ENGINE: wiredTiger
122-
NODE_VERSION: 14.17.5
122+
NODE_VERSION: 14.17.6
123123
- name: MongoDB 4.0, Standalone, MMAPv1
124124
MONGODB_VERSION: 4.0.25
125125
MONGODB_TOPOLOGY: standalone
126126
MONGODB_STORAGE_ENGINE: mmapv1
127-
NODE_VERSION: 14.17.5
127+
NODE_VERSION: 14.17.6
128128
- name: Redis Cache
129129
PARSE_SERVER_TEST_CACHE: redis
130130
MONGODB_VERSION: 4.4.8
131131
MONGODB_TOPOLOGY: standalone
132132
MONGODB_STORAGE_ENGINE: wiredTiger
133-
NODE_VERSION: 14.17.5
133+
NODE_VERSION: 14.17.6
134134
- name: Node 12
135135
MONGODB_VERSION: 4.4.8
136136
MONGODB_TOPOLOGY: standalone
137137
MONGODB_STORAGE_ENGINE: wiredTiger
138-
NODE_VERSION: 12.22.5
138+
NODE_VERSION: 12.22.6
139139
- name: Node 15
140140
MONGODB_VERSION: 4.4.8
141141
MONGODB_TOPOLOGY: standalone
@@ -182,16 +182,16 @@ jobs:
182182
include:
183183
- name: PostgreSQL 11, PostGIS 3.0
184184
POSTGRES_IMAGE: postgis/postgis:11-3.0
185-
NODE_VERSION: 14.17.5
185+
NODE_VERSION: 14.17.6
186186
- name: PostgreSQL 11, PostGIS 3.1
187187
POSTGRES_IMAGE: postgis/postgis:11-3.1
188-
NODE_VERSION: 14.17.5
188+
NODE_VERSION: 14.17.6
189189
- name: PostgreSQL 12, PostGIS 3.1
190190
POSTGRES_IMAGE: postgis/postgis:12-3.1
191-
NODE_VERSION: 14.17.5
191+
NODE_VERSION: 14.17.6
192192
- name: PostgreSQL 13, PostGIS 3.1
193193
POSTGRES_IMAGE: postgis/postgis:13-3.1
194-
NODE_VERSION: 14.17.5
194+
NODE_VERSION: 14.17.6
195195
fail-fast: false
196196
name: ${{ matrix.name }}
197197
timeout-minutes: 15

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ ___
149149
- Add ability to pass context of an object via a header, X-Parse-Cloud-Context, for Cloud Code triggers. The header addition allows client SDK's to add context without injecting _context in the body of JSON objects (Corey Baker) [#7437](https://github.com/parse-community/parse-server/pull/7437)
150150
- Add CI check to add changelog entry (Manuel Trezza) [#7512](https://github.com/parse-community/parse-server/pull/7512)
151151
- Refactor: uniform issue templates across repos (Manuel Trezza) [#7528](https://github.com/parse-community/parse-server/pull/7528)
152+
- ci: bump ci environment (Manuel Trezza) [#7539](https://github.com/parse-community/parse-server/pull/7539)
152153

153154
## 4.10.3
154155
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.2...4.10.3)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
114114

115115
| Version | Latest Version | End-of-Life Date | Compatibility |
116116
|------------|----------------|------------------|--------------------|
117-
| Node.js 12 | 12.22.5 | April 2022 | ✅ Fully compatible |
118-
| Node.js 14 | 14.17.5 | April 2023 | ✅ Fully compatible |
117+
| Node.js 12 | 12.22.6 | April 2022 | ✅ Fully compatible |
118+
| Node.js 14 | 14.17.6 | April 2023 | ✅ Fully compatible |
119119
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
120120

121121
#### MongoDB

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)