Skip to content

Commit

Permalink
Add support for NODE|20.11.1 and NODE|18.19.1 (#2358)
Browse files Browse the repository at this point in the history
* Add support for NODE|20.11.1 and NODE|18.19.1

* update base tag for NODE|20.11.1 and NODE|18.19.1

---------

Co-authored-by: root <root@Akshay-D22.fareast.corp.microsoft.com>
  • Loading branch information
kumaraksh1 and root committed Feb 22, 2024
1 parent 7207989 commit 8b3ac45
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 3 additions & 3 deletions build/__nodeVersions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.

NODE_RUNTIME_BASE_TAG='20240116.2'
NODE_RUNTIME_BASE_TAG='20240221.3'
YARN_VERSION='1.22.15'
YARN_MINOR_VERSION='1.17'
YARN_MAJOR_VERSION='1'
Expand All @@ -10,8 +10,8 @@ NODE10_VERSION='10.23.0'
NODE12_VERSION='12.22.12'
NODE14_VERSION='14.21.3'
NODE16_VERSION='16.20.2'
NODE18_VERSION='18.19.0'
NODE20_VERSION='20.11.0'
NODE18_VERSION='18.19.1'
NODE20_VERSION='20.11.1'
NODE_APP_INSIGHTS_SDK_VERSION='1.8.7'
PM2_VERSION='4.5.6'
NPM_VERSION='9.6.4'
6 changes: 3 additions & 3 deletions build/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
directory: src/startupscriptgenerator/src/common/consts
- name: node-versions
constants:
node-runtime-base-tag: 20240116.2
node-runtime-base-tag: 20240221.3
yarn-version: 1.22.15
yarn-minor-version: 1.17
yarn-major-version: 1
Expand All @@ -320,8 +320,8 @@
node12-version: 12.22.12
node14-version: 14.21.3
node16-version: 16.20.2
node18-version: 18.19.0
node20-version: 20.11.0
node18-version: 18.19.1
node20-version: 20.11.1
node-app-insights-sdk-version: 1.8.7
pm2-version: 4.5.6
npm-version: 9.6.4
Expand Down
3 changes: 3 additions & 0 deletions doc/supportedPlatformVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@

- 20.9.0
- 20.11.0
- 20.11.1

### bullseye

Expand Down Expand Up @@ -610,8 +611,10 @@
- 18.16.1
- 18.17.1
- 18.19.0
- 18.19.1
- 20.9.0
- 20.11.0
- 20.11.1

### buster

Expand Down
3 changes: 2 additions & 1 deletion platforms/nodejs/versions/bookworm/versionsToBuild.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
20.9.0
20.11.0
20.11.0
20.11.1
4 changes: 3 additions & 1 deletion platforms/nodejs/versions/bullseye/versionsToBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
18.16.1
18.17.1
18.19.0
18.19.1

20.9.0
20.11.0
20.11.0
20.11.1
6 changes: 3 additions & 3 deletions src/BuildScriptGenerator/Node/NodeVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Node
{
public static class NodeVersions
{
public const string NodeRuntimeBaseTag = "20240116.2";
public const string NodeRuntimeBaseTag = "20240221.3";
public const string YarnVersion = "1.22.15";
public const string YarnMinorVersion = "1.17";
public const string YarnMajorVersion = "1";
Expand All @@ -16,8 +16,8 @@ public static class NodeVersions
public const string Node12Version = "12.22.12";
public const string Node14Version = "14.21.3";
public const string Node16Version = "16.20.2";
public const string Node18Version = "18.19.0";
public const string Node20Version = "20.11.0";
public const string Node18Version = "18.19.1";
public const string Node20Version = "20.11.1";
public const string NodeAppInsightsSdkVersion = "1.8.7";
public const string Pm2Version = "4.5.6";
public const string NpmVersion = "9.6.4";
Expand Down

0 comments on commit 8b3ac45

Please sign in to comment.