mirror of https://github.com/pulumi/pulumi.git
21b9f2912c
Instead of simply rendering the old and new values for textual properties, compute the diff between the old and new values and render that. For single-line values, the diff is computed and rendered character-wise, with simplification applied to avoid "small" diffs. For multi-line values, the diff is computed and rendered linewise (as we already to for textual assets). Fixes #9136. |
||
---|---|---|
.. | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
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.