fix: up with refresh with targets not limiting refresh

This commit is contained in:
Harrison Heck 2020-04-10 14:58:29 +01:00 committed by stack72
parent 71aa0f020f
commit 43d310ee6d
2 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,9 @@ CHANGELOG
- Automate execution of `go mod download` for `pulumi new` Go templates
[#4353](https://github.com/pulumi/pulumi/pull/4353)
- Fix `pulumi up -r -t $URN` not refreshing only the target
[#4217](https://github.com/pulumi/pulumi/pull/4217)
## 1.14.0 (2020-04-01)
- Fix error related to side-by-side versions of `@pulumi/pulumi`.

View file

@ -125,6 +125,7 @@ func newUpCmd() *cobra.Command {
Parallel: parallel,
Debug: debug,
Refresh: refresh,
RefreshTargets: targetURNs,
ReplaceTargets: replaceURNs,
UseLegacyDiff: useLegacyDiff(),
UpdateTargets: targetURNs,