Describe the bug
This appears to be the same issue as #24602 purported to fix. I guess it fixed it for normal stack deployments but not the bootstrap.
If we run cdk bootstrap and there are no changes, we now get a confusing message:
✨ hotswap deployment skipped - no changes were detected (use --force to override)
Expected Behavior
This message should not be displayed unless a hotswap was requested. (Is that even a thing for cdk bootstrap?)
It should simply say the same thing it used to.
✅ Environment aws://{account}/{region} bootstrapped (no changes).
Current Behavior
See above.
Reproduction Steps
Run cdk bootstrap twice for a given account/region.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.74.0 (build 70e2a33)
Framework Version
No response
Node.js Version
v18.16.0
OS
Alpine 3.17
Language
Python
Language Version
3.11.3
Other information
No response
Describe the bug
This appears to be the same issue as #24602 purported to fix. I guess it fixed it for normal stack deployments but not the bootstrap.
If we run
cdk bootstrapand there are no changes, we now get a confusing message:Expected Behavior
This message should not be displayed unless a hotswap was requested. (Is that even a thing for
cdk bootstrap?)It should simply say the same thing it used to.
Current Behavior
See above.
Reproduction Steps
Run
cdk bootstraptwice for a given account/region.Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.74.0 (build 70e2a33)
Framework Version
No response
Node.js Version
v18.16.0
OS
Alpine 3.17
Language
Python
Language Version
3.11.3
Other information
No response