Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orbs should be tied to a major version of Pulumi #27

Open
njbmartin opened this issue Apr 25, 2020 · 1 comment
Open

Orbs should be tied to a major version of Pulumi #27

njbmartin opened this issue Apr 25, 2020 · 1 comment

Comments

@njbmartin
Copy link

njbmartin commented Apr 25, 2020

Until today, I was relying on the pulumi/[email protected] as part of my circle ci config. When Pulumi 2.0 was released, my builds instantly failed. Turns out this was due to the --yes requirement in Pulumi 2.0.

Ideally, the release of a new major version should not have caused the "orb" to fail.

@chrsmith
Copy link
Contributor

Yes, sorry about that. The root issue is that the pulumi/login command downloads the "latest" version of the CLI by default. You can set the version parameter to fix this to an older version of Pulumi to avoid any changes there. But having the orbs emit a warning and only get the latest major version (e.g. up to 2.x.x) would avoid breaking changes like this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants