From ff5a2b8e57a621d688363508672fd00ad445f32e Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Tue, 24 Oct 2023 11:33:11 +0200 Subject: [PATCH 1/3] [eas-json] update `eas.schema.json` to include new JDK 17 image --- packages/eas-json/schema/eas.schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index 0f56078dc7..0e908caea6 100644 --- a/packages/eas-json/schema/eas.schema.json +++ b/packages/eas-json/schema/eas.schema.json @@ -238,6 +238,7 @@ "default", "latest", "stable", + "ubuntu-22.04-jdk-17-ndk-r21e", "ubuntu-22.04-jdk-11-ndk-r21e", "ubuntu-22.04-jdk-8-ndk-r21e", "ubuntu-20.04-jdk-11-ndk-r21e", @@ -247,8 +248,8 @@ ], "markdownEnumDescriptions": [ "- React Native `>=0.68.0` - `ubuntu-20.04-jdk-11-ndk-r21e`\n- React Native `<0.68.0` - `ubuntu-18.04-jdk-8-ndk-r19c`", - "`ubuntu-22.04-jdk-11-ndk-r21e`", - "`ubuntu-20.04-jdk-11-ndk-r21e`" + "`ubuntu-22.04-jdk-17-ndk-r21e`", + "`ubuntu-22.04-jdk-11-ndk-r21e`" ] }, { From f3324bb4eae63ace657dc46f3e6301d9ad04469f Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Wed, 25 Oct 2023 11:46:22 +0200 Subject: [PATCH 2/3] Update packages/eas-json/schema/eas.schema.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stanisław Chmiela --- packages/eas-json/schema/eas.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index 0e908caea6..4e99c2b49a 100644 --- a/packages/eas-json/schema/eas.schema.json +++ b/packages/eas-json/schema/eas.schema.json @@ -247,7 +247,7 @@ "ubuntu-18.04-jdk-8-ndk-r19c" ], "markdownEnumDescriptions": [ - "- React Native `>=0.68.0` - `ubuntu-20.04-jdk-11-ndk-r21e`\n- React Native `<0.68.0` - `ubuntu-18.04-jdk-8-ndk-r19c`", + "- React Native `>=0.68.0` - `ubuntu-22.04-jdk-11-ndk-r21e`\n- React Native `<0.68.0` - `ubuntu-18.04-jdk-8-ndk-r19c`", "`ubuntu-22.04-jdk-17-ndk-r21e`", "`ubuntu-22.04-jdk-11-ndk-r21e`" ] From d08887cd69a7fafca3e8cfb6edeb2e75d3031607 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Wed, 25 Oct 2023 09:47:43 +0000 Subject: [PATCH 3/3] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5171100cbf..dd629539ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ This is the log of notable changes to EAS CLI and related packages. - Move `getVcsClient` into command context. ([#2086](https://github.com/expo/eas-cli/pull/2086) by [@Josh-McFarlin](https://github.com/Josh-McFarlin)) - Display Apple device creation date when listing devices. ([#2092](https://github.com/expo/eas-cli/pull/2092) by [@radoslawkrzemien](https://github.com/radoslawkrzemien)) - Clean up Intel resource classes code after their deletion. ([#2093](https://github.com/expo/eas-cli/pull/2093) by [@szdziedzic](https://github.com/szdziedzic)) +- Update images descriptions in `eas.schema.json` and add info about the new JDK 17 image. ([#2099](https://github.com/expo/eas-cli/pull/2099) by [@szdziedzic](https://github.com/szdziedzic)) ## [5.4.0](https://github.com/expo/eas-cli/releases/tag/v5.4.0) - 2023-09-28