Since the update from 3.205.0 to 3.206.0 we have i...
# automation-api
l
Since the update from 3.205.0 to 3.206.0 we have issues with running a preview in the automation api using Golang. The only meaningful change I see between these versions that might cause this is this -> https://github.com/pulumi/pulumi/pull/20822
e
What's the issue your seeing?
l
the preview just "hangs"
e
Have you tried updating just the cli or sdk to 3.206?
l
well, we did both and upgraded from 3.205.0 to 3.209.0 and then we encountered the issue. So we downgraded both SDK and cli back to 3.205.0 and then this issue was gone . Then I updated only the cli to 3.206.0 and the issue was back
e
ah ok so both at 3.206 = hang both at 3.205 = ok sdk at 3.205, cli at 3.206 = hang ?
If so it's probably not the event log changes because the old auto-api code in 205 won't trigger that
l
I could do some testing later on today or next week. I'm currently working on another issue where resources are removed from the state during a preview...
which is also strange 🙂
e
that's very strange, previews don't write to the state file 😐
l
indeed 🙂
e
Worth raising issues on github about these, keeps them tracked and not forgotten about
l
I will try to do some testing with upgrading from 3.205.0 and create some documentation or ticket