This message was deleted.
# general
s
This message was deleted.
w
What Pulumi cli version were you running? You should be able to
Pulumi cancel
to address the second issue. But would love to understand what caused the first.
c
0.17.15
w
If you are still seeing this after cancel - you could try downgrading to 0.17.14 as a workaround. I opened https://github.com/pulumi/pulumi/issues/2804 to investigate the assert.
c
I’m trying it on a different stack (same project) right now. I’m curious to see if it fails as well.
The issue didn’t happen on the stack. So we shall see as I have 4 stacks to go through in total, and I’ll circle back to the one that had an issue.
b
FWIW, @cool-egg-852 We pushed a change that we believe should address the issue. You can install a dev version of the CLI with the following gesture:
curl <https://get.pulumi.com/> | bash -s -- --version 0.17.16-dev.1559777246
But we plan to release a 0.17.16 shortly with the fix. Would be great to know if that ends up addressing your issue.
c
I was never able to reproduce it so I can’t really test.
b
I was never able to reproduce it so I can’t really test.
Okay, thanks.