From 0cd0c8c5bd5f4019d2a9658d258f6179df083031 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Tue, 28 Nov 2023 13:58:03 +0100 Subject: [PATCH] [eas-json] move ubuntu 18 images to ubuntu 20 (#2137) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [eas-json] move ubuntu 18 images to ubuntu 20 * update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Stanisław Chmiela --------- Co-authored-by: Stanisław Chmiela --- CHANGELOG.md | 1 + packages/eas-json/schema/eas.schema.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c866442f..d4ae94b3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ This is the log of notable changes to EAS CLI and related packages. - Throw error if custom build config is gitignored. ([#2123](https://github.com/expo/eas-cli/pull/2123) by [@szdziedzic](https://github.com/szdziedzic)) - Update `@expo/steps` library to `1.0.51`. ([#2130](https://github.com/expo/eas-cli/pull/2130) by [@szdziedzic](https://github.com/szdziedzic)) +- Update `eas.schema.json` to include changes after some of our images were migrated from Ubuntu 18.04 to Ubuntu 20.04. ([#2137](https://github.com/expo/eas-cli/pull/2137) by [@szdziedzic](https://github.com/szdziedzic)) ## [5.9.1](https://github.com/expo/eas-cli/releases/tag/v5.9.1) - 2023-11-20 diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index 4e99c2b49a..405194f867 100644 --- a/packages/eas-json/schema/eas.schema.json +++ b/packages/eas-json/schema/eas.schema.json @@ -243,11 +243,11 @@ "ubuntu-22.04-jdk-8-ndk-r21e", "ubuntu-20.04-jdk-11-ndk-r21e", "ubuntu-20.04-jdk-8-ndk-r21e", - "ubuntu-18.04-jdk-11-ndk-r19c", - "ubuntu-18.04-jdk-8-ndk-r19c" + "ubuntu-20.04-jdk-11-ndk-r19c", + "ubuntu-20.04-jdk-8-ndk-r19c" ], "markdownEnumDescriptions": [ - "- 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`", + "- React Native `>=0.68.0` - `ubuntu-22.04-jdk-11-ndk-r21e`\n- React Native `<0.68.0` - `ubuntu-20.04-jdk-8-ndk-r19c`", "`ubuntu-22.04-jdk-17-ndk-r21e`", "`ubuntu-22.04-jdk-11-ndk-r21e`" ]