diff --git a/src/commands/cloud.ts b/src/commands/cloud.ts index f2f4bea..9e0c72b 100644 --- a/src/commands/cloud.ts +++ b/src/commands/cloud.ts @@ -344,7 +344,7 @@ export const cloudCommand = defineCommand({ }, ); - const REMOVED_MAESTRO_VERSIONS = ['1.39.2', '1.39.7', '2.0.3']; + const REMOVED_MAESTRO_VERSIONS = ['1.39.1', '1.39.2', '1.39.7', '2.0.3', '2.4.0']; if (REMOVED_MAESTRO_VERSIONS.includes(resolvedMaestroVersion)) { throw new CliError( `Maestro version ${resolvedMaestroVersion} is no longer supported. ` + diff --git a/src/types/generated/schema.types.ts b/src/types/generated/schema.types.ts index 6c89317..f1bcbc0 100644 --- a/src/types/generated/schema.types.ts +++ b/src/types/generated/schema.types.ts @@ -1360,7 +1360,6 @@ export interface operations { * "maestro": { * "supportedVersions": [ * "1.39.0", - * "1.39.1", * "1.39.2", * "1.39.5", * "1.39.7", diff --git a/src/types/schema.types.ts b/src/types/schema.types.ts index 6c89317..f1bcbc0 100644 --- a/src/types/schema.types.ts +++ b/src/types/schema.types.ts @@ -1360,7 +1360,6 @@ export interface operations { * "maestro": { * "supportedVersions": [ * "1.39.0", - * "1.39.1", * "1.39.2", * "1.39.5", * "1.39.7",