Skip to content

Commit

Permalink
Add 3.120.0 to the list of known-bad versions (#1210)
Browse files Browse the repository at this point in the history
Version 3.120.0 of Pulumi contains a P0 that means `Delete` operations
are largely broken. As a result, we'd really like to ensure it's used as
little as possible. This commit adds 3.120.0 to the list of "known-bad"
versions in the GitHub action, so that we'll force a download of a newer
version in the event that 3.120.0 is the default available.
  • Loading branch information
lunaris authored and justinvp committed Jun 25, 2024
1 parent 1d3ebd3 commit ada2dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/pulumi-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function isKnownBadVersion(version: string): boolean {
'3.66.0',
'3.67.0',
'3.67.1',
'3.120.0',
]);
return knownBadVersions.has(version);
}
Expand Down

0 comments on commit ada2dbe

Please sign in to comment.