Hi, between <github.com/pulumi/pulumi/sdk/v3> v3.1...
# golang
s
Hi, between github.com/pulumi/pulumi/sdk/v3 v3.181.0 and github.com/pulumi/pulumi/sdk/v3 v3.182.0 "pulumi up" in interactive mode stopped asking: Do you want to perform this update? [Use arrows to move, type to filter] yes > no details Is this a known issue?
e
https://github.com/pulumi/pulumi/issues/20198 Although I can't repro this, and the change pointed out on the ticket (https://github.com/pulumi/pulumi/pull/19998) doesn't change the prompt logic used for
up
.
s
Thank you Fraser. This is how I reproduced it.
Only thing I changed was the version of the SDK. The rest I analysed using AI, that can be completely wrong indeed. Is there any other way we could explain this behaviour?
Related to this: pulumi up -f applies the changes. I would expect that I would need to add a --yes here for the changes to be applied
I have been fighting with this for a while, downgrading to v1.81 solves it for me. Not sure about the behaviour of the -f flag. I am using the go quickstart to reproduce this. Only thing I am sure of is, downgrading to v1.81 made it behave as expected for me.
Happy to share the firebase studio repo or do a call to show how I reproduce this.
e
oh interesting, its not so much skipping the confrimation but looks like its just erroring out without showing the error
Thanks for this, seen you've posted to github as well. We'll keep the thread over there, I think this might be related to shutdown logic that changed recenently
👍 1