Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. ` +
Expand Down
1 change: 0 additions & 1 deletion src/types/generated/schema.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,6 @@ export interface operations {
* "maestro": {
* "supportedVersions": [
* "1.39.0",
* "1.39.1",
* "1.39.2",
* "1.39.5",
* "1.39.7",
Expand Down
1 change: 0 additions & 1 deletion src/types/schema.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,6 @@ export interface operations {
* "maestro": {
* "supportedVersions": [
* "1.39.0",
* "1.39.1",
* "1.39.2",
* "1.39.5",
* "1.39.7",
Expand Down
Loading