v0.69.4-alpha2024120101
版本发布时间: 2024-12-02 04:16:05
gruntwork-io/terragrunt最新发布版本:v0.69.12(2024-12-13 04:51:37)
What's Changed
- added support for
errors
block
errors {
# Retry block for transient errors
retry "retry_network" {
retryable_errors = [".*Error: network timeout.*"]
max_attempts = 3
sleep_interval_sec = 5
}
# Ignore block for non-critical errors
ignore "ignore_warnings" {
ignorable_errors = [
".*Warning: non-critical issue.*"
]
message = "Ignoring non-critical warnings"
}
}
RFC: https://github.com/gruntwork-io/terragrunt/issues/3134
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.69.3...v0.69.4-alpha2024120101
1、 SHA256SUMS 633B
2、 terragrunt_darwin_amd64 97.57MB
3、 terragrunt_darwin_arm64 94.46MB
4、 terragrunt_linux_386 88.34MB
5、 terragrunt_linux_amd64 95.28MB
6、 terragrunt_linux_arm64 92.33MB
7、 terragrunt_windows_386.exe 90.36MB
8、 terragrunt_windows_amd64.exe 96.52MB