From 3a139dae32ba5539a6c5ad733009605f95b8ea1a Mon Sep 17 00:00:00 2001 From: Philippe Oliveira <53152064+aquinoit@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:18:46 +0100 Subject: [PATCH 1/7] Add New Version 14.21.4.3 --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 5f39756b8b..0f1769385c 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=14.21.4.1 +BUNDLE_VERSION=14.21.4.3 # OS Check. Put here because here is where we download the precompiled From 75eac585aa2a005916cf0094c12aa7658a4d1f8d Mon Sep 17 00:00:00 2001 From: Philippe Oliveira <53152064+aquinoit@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:56:13 +0100 Subject: [PATCH 2/7] Meteor version to 2.13.3-rc.1 --- packages/meteor-tool/package.js | 2 +- scripts/admin/meteor-release-experimental.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/meteor-tool/package.js b/packages/meteor-tool/package.js index 5509d79a00..5f4b8c1181 100644 --- a/packages/meteor-tool/package.js +++ b/packages/meteor-tool/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: 'The Meteor command-line tool', - version: '2.13.1', + version: '2.13.3-rc.1', }); Package.includeTool(); diff --git a/scripts/admin/meteor-release-experimental.json b/scripts/admin/meteor-release-experimental.json index d5284b9884..f6a2edccb5 100644 --- a/scripts/admin/meteor-release-experimental.json +++ b/scripts/admin/meteor-release-experimental.json @@ -1,6 +1,6 @@ { "track": "METEOR", - "version": "2.13-rc.4", + "version": "2.13.3-rc.1", "recommended": false, "official": false, "description": "Meteor experimental release" From b817df2da3f5a6ae2cf15677ea651e9e676edd6d Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Fri, 8 Sep 2023 09:34:13 -0300 Subject: [PATCH 3/7] Meteor installer to 2.13.3-rc.1 --- npm-packages/meteor-installer/config.js | 2 +- npm-packages/meteor-installer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-packages/meteor-installer/config.js b/npm-packages/meteor-installer/config.js index 4438ec973e..aa3739e7cb 100644 --- a/npm-packages/meteor-installer/config.js +++ b/npm-packages/meteor-installer/config.js @@ -1,7 +1,7 @@ const path = require('path'); const os = require('os'); -const METEOR_LATEST_VERSION = '2.13.1'; +const METEOR_LATEST_VERSION = '2.13.3-rc.1'; const sudoUser = process.env.SUDO_USER || ''; function isRoot() { return process.getuid && process.getuid() === 0; diff --git a/npm-packages/meteor-installer/package.json b/npm-packages/meteor-installer/package.json index f422ceef29..ad54054c91 100644 --- a/npm-packages/meteor-installer/package.json +++ b/npm-packages/meteor-installer/package.json @@ -1,6 +1,6 @@ { "name": "meteor", - "version": "2.13.1", + "version": "2.13.3-rc.1", "description": "Install Meteor", "main": "install.js", "scripts": { From 7971d62079713a4385c187cd36ff6e4bd0fd1484 Mon Sep 17 00:00:00 2001 From: Philippe Oliveira <53152064+aquinoit@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:45:53 +0100 Subject: [PATCH 4/7] =?UTF-8?q?Meteor=20version=20to=202.13.3=20=E2=98=84?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/meteor-tool/package.js | 2 +- scripts/admin/meteor-release-official.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/meteor-tool/package.js b/packages/meteor-tool/package.js index 5f4b8c1181..f891d8afaa 100644 --- a/packages/meteor-tool/package.js +++ b/packages/meteor-tool/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: 'The Meteor command-line tool', - version: '2.13.3-rc.1', + version: '2.13.3', }); Package.includeTool(); diff --git a/scripts/admin/meteor-release-official.json b/scripts/admin/meteor-release-official.json index f7bdee0399..2e8d355c59 100644 --- a/scripts/admin/meteor-release-official.json +++ b/scripts/admin/meteor-release-official.json @@ -1,6 +1,6 @@ { "track": "METEOR", - "version": "2.13.1", + "version": "2.13.3", "recommended": false, "official": true, "description": "The Official Meteor Distribution" From bc81b4d42ed1a4eac8615ea623089af25b9e78f8 Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Fri, 8 Sep 2023 14:55:00 -0300 Subject: [PATCH 5/7] Meteor installer to 2.13.3 --- npm-packages/meteor-installer/README.md | 1 + npm-packages/meteor-installer/config.js | 2 +- npm-packages/meteor-installer/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/npm-packages/meteor-installer/README.md b/npm-packages/meteor-installer/README.md index 9a3c7d4b15..9a84c48eca 100644 --- a/npm-packages/meteor-installer/README.md +++ b/npm-packages/meteor-installer/README.md @@ -14,6 +14,7 @@ npm install -g meteor | NPM Package | Meteor Official Release | |-------------|-------------------------| +| 2.13.3 | 2.13.3 | | 2.13.1 | 2.13.1 | | 2.13.0 | 2.13.0 | | 2.12.1 | 2.12.0 | diff --git a/npm-packages/meteor-installer/config.js b/npm-packages/meteor-installer/config.js index aa3739e7cb..d0c58c2c7c 100644 --- a/npm-packages/meteor-installer/config.js +++ b/npm-packages/meteor-installer/config.js @@ -1,7 +1,7 @@ const path = require('path'); const os = require('os'); -const METEOR_LATEST_VERSION = '2.13.3-rc.1'; +const METEOR_LATEST_VERSION = '2.13.3'; const sudoUser = process.env.SUDO_USER || ''; function isRoot() { return process.getuid && process.getuid() === 0; diff --git a/npm-packages/meteor-installer/package.json b/npm-packages/meteor-installer/package.json index ad54054c91..0465731d17 100644 --- a/npm-packages/meteor-installer/package.json +++ b/npm-packages/meteor-installer/package.json @@ -1,6 +1,6 @@ { "name": "meteor", - "version": "2.13.3-rc.1", + "version": "2.13.3", "description": "Install Meteor", "main": "install.js", "scripts": { From 278f77a19aeec2b8d69c5ac595074befe5a3696b Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Mon, 11 Sep 2023 10:02:04 -0300 Subject: [PATCH 6/7] Add 2.13.3 to the changelog. --- docs/generators/changelog/versions/2.13.3.md | 41 ++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/generators/changelog/versions/2.13.3.md diff --git a/docs/generators/changelog/versions/2.13.3.md b/docs/generators/changelog/versions/2.13.3.md new file mode 100644 index 0000000000..cc7d30d8f8 --- /dev/null +++ b/docs/generators/changelog/versions/2.13.3.md @@ -0,0 +1,41 @@ +## v2.13.3, 2023-09-08 + +### Highlights + +* Solves the issue [#12771: Version 2.13.1 suddenly requires a newer glibc version](https://github.com/meteor/meteor/issues/12771). + +#### Breaking Changes + +N/A + +#### Internal API changes + +N/A + +#### Migration Steps + +Please run the following command to update your project: + +```bash + +meteor update --release 2.13.3 + +``` + + +#### Meteor Version Release + + +* `Command line`: + - The bundle version was changed to 14.21.4.3 to use another compiled version of the [ESM Node.js](https://guide.meteor.com/using-node-v14.21.4). The previous version was generated using a different unix distribution (Ubuntu) while we should use CentOS. + + +#### Special thanks to + +- [@aquinoit](https://github.com/aquinoit). +- [@fredmaiaarantes](https://github.com/fredmaiaarantes). +- [@Grubba27](https://github.com/Grubba27). + +For making this great framework even better! + + From 00c328870d3116e8637e84dd8b79736b7173e87e Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Mon, 11 Sep 2023 10:25:40 -0300 Subject: [PATCH 7/7] Add 2.13.3 to the changelog. --- docs/history.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/history.md b/docs/history.md index 3a0e9b6a75..c82747c090 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,6 +10,47 @@ +## v2.13.3, 2023-09-08 + +### Highlights + +* Solves the issue [#12771: Version 2.13.1 suddenly requires a newer glibc version](https://github.com/meteor/meteor/issues/12771). + +#### Breaking Changes + +N/A + +#### Internal API changes + +N/A + +#### Migration Steps + +Please run the following command to update your project: + +```bash + +meteor update --release 2.13.3 + +``` + + +#### Meteor Version Release + + +* `Command line`: + - The bundle version was changed to 14.21.4.3 to use another compiled version of the [ESM Node.js](https://guide.meteor.com/using-node-v14.21.4). The previous version was generated using a different unix distribution (Ubuntu) while we should use CentOS. + + +#### Special thanks to + +- [@aquinoit](https://github.com/aquinoit). +- [@fredmaiaarantes](https://github.com/fredmaiaarantes). +- [@Grubba27](https://github.com/Grubba27). + +For making this great framework even better! + + ## v2.13.1, 2023-09-04 ### Highlights