mirror of https://github.com/pulumi/pulumi.git
7bb2a3c2ac
When attempting another gocloud.dev upgrade, some users ran into a regression related to the format change of encrypted keys between gocloud versions, which part of the system was not accounting for. This PR addresses the issue and includes a fix that automatically fixes forward state that has an encrypted key in the wrong format, and includes a regression test and test for the auto-fix behavior. Fixes #15329 Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com> |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.