diff --git a/docs/generators/changelog/versions/2.13.md b/docs/generators/changelog/versions/2.13.md index 52751ecae3..0f53263844 100644 --- a/docs/generators/changelog/versions/2.13.md +++ b/docs/generators/changelog/versions/2.13.md @@ -10,7 +10,7 @@ * Update mongo.d.ts with projection [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12635). * Update guide code for GraphQL [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12619). * Twitter Whitelist issue resolved [Atharshoyeb](https://github.com/Atharshoyeb) [PR](https://github.com/meteor/meteor/pull/12369). -* Node security patch (14.21.4) [PR](https://github.com/meteor/node-v14-esm/pull/1). +* Node security patch (14.21.4) [PR](https://github.com/meteor/node-v14-esm/pull/1). Thanks a lot [denihs](https://github.com/denihs) for your contribuiton. * Updated deprecated reference in mongo package by [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12653/files). * Updated BlazeJS git ref in core meteor to 2.7.1 by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12651). * Added `Meteor.applyAsync` types by [Julusian](https://github.com/Julusian) [PR](https://github.com/meteor/meteor/pull/12645). @@ -18,7 +18,9 @@ #### Breaking Changes -N/A +If you are running Meteor with docker you will +need to update your docker file to use our [new docker image](https://hub.docker.com/r/meteor/node) +that contains Nodejs v14.21.4. #### Internal changes @@ -30,7 +32,8 @@ N/A #### Migration Steps -N/A + +Please, follow our [migration guide](https://guide.meteor.com/2.13-migration) to understand what's needed to upgrade to Meteor 2.13. #### Meteor Version Release @@ -64,4 +67,4 @@ N/A - [@StorytellerCZ](https://github.com/StorytellerCZ). - [@Atharshoyeb](https://github.com/Atharshoyeb). - [@Julusian](https://github.com/Julusian). - +- [@denihs](https://github.com/denihs). diff --git a/docs/history.md b/docs/history.md index 548c81a183..1c66bb6498 100644 --- a/docs/history.md +++ b/docs/history.md @@ -22,7 +22,7 @@ * Update mongo.d.ts with projection [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12635). * Update guide code for GraphQL [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12619). * Twitter Whitelist issue resolved [Atharshoyeb](https://github.com/Atharshoyeb) [PR](https://github.com/meteor/meteor/pull/12369). -* Node security patch (14.21.4) [PR](https://github.com/meteor/node-v14-esm/pull/1). +* Node security patch (14.21.4) [PR](https://github.com/meteor/node-v14-esm/pull/1). Thanks a lot [denihs](https://github.com/denihs) for your contribuiton. * Updated deprecated reference in mongo package by [StorytellerCZ](https://github.com/StorytellerCZ) [PR](https://github.com/meteor/meteor/pull/12653/files). * Updated BlazeJS git ref in core meteor to 2.7.1 by [Grubba27](https://github.com/Grubba27) [PR](https://github.com/meteor/meteor/pull/12651). * Added `Meteor.applyAsync` types by [Julusian](https://github.com/Julusian) [PR](https://github.com/meteor/meteor/pull/12645). @@ -30,7 +30,9 @@ #### Breaking Changes -N/A +If you are running Meteor with docker you will +need to update your docker file to use our [new docker image](https://hub.docker.com/r/meteor/node) +that contains Nodejs v14.21.4. #### Internal changes @@ -42,7 +44,8 @@ N/A #### Migration Steps -N/A + +Please, follow our [migration guide](https://guide.meteor.com/2.13-migration) to understand what's needed to upgrade to Meteor 2.13. #### Meteor Version Release @@ -76,7 +79,7 @@ N/A - [@StorytellerCZ](https://github.com/StorytellerCZ). - [@Atharshoyeb](https://github.com/Atharshoyeb). - [@Julusian](https://github.com/Julusian). - +- [@denihs](https://github.com/denihs). ## v2.12.0, 2023-04-28 ### Highlights diff --git a/guide/_config.yml b/guide/_config.yml index 6d7771c64b..28c7e99513 100644 --- a/guide/_config.yml +++ b/guide/_config.yml @@ -73,6 +73,7 @@ sidebar_categories: Production: - security - deployment + - using-node-v14.21.4 Meta: - CONTRIBUTING - CHANGELOG diff --git a/guide/source/2.13-migration.md b/guide/source/2.13-migration.md index 5dba0f0102..ef3878956a 100644 --- a/guide/source/2.13-migration.md +++ b/guide/source/2.13-migration.md @@ -7,11 +7,11 @@ Most of the new features in Meteor 2.13 are either applied directly behind the scenes (in a backwards compatible manner) or are opt-in. For a complete breakdown of the changes, please refer to the [changelog](http://docs.meteor.com/changelog.html). -For this release all the changes are for quality of life improvements and -there are no breaking changes. +In order to correctly run projects in Meteor 2.13 with Docker, you will need to +update your Dockerfile to use our [Docker image](https://hub.docker.com/r/meteor/node) that contains Nodejs v14.21.4. + +If you are using [Meteor Cloud](https://www.meteor.com/cloud) default base image, you don't need to change anything. If you are using a custom image, please update it accordingly to use the docker image provided or make sure you are using our Node.js 14.21.4 with the security updates. -for more information on the changes in this release, please refer to the -[changelog](http://docs.meteor.com/changelog.html).