🐛 Bug Fixes
Fixed S3 update prompt message
A typo in the prompt for backend bootstrap adjustment resulted in the word "res" being used instead of "out".
Remote state S3 bucket is res of date. Would you like Terragrunt to update it? (y/n)
The typo has been corrected like so:
Remote state S3 bucket is out of date. Would you like Terragrunt to update it? (y/n)
Added synchronization controls for queue and discovery
The queue
and discovery
packages used in find
and list
commands and the runner-pool
experiment were updated to include additional synchronization controls to address rare race conditions.
What's Changed
- fix: Fixing S3 prompt message by @yhakbar in #4880
- fix: Adding synchronization controls to protect queue and discovery by @yhakbar in #4873
- docs: Adds CTA for Terragrunt Scale on sidebar by @karlcarstensen in #4860
- docs: out-dir flags docs by @denis256 in #4870
- docs: Convert buttons to components by @josh-padnick in #4850
- docs: runner pool docs update by @denis256 in #4875
- chore: Bun lock changes by @karlcarstensen in #4876
Full Changelog: v0.87.5...v0.87.6