MyGit

v0.69.4-alpha2024120101

gruntwork-io/terragrunt

版本发布时间: 2024-12-02 04:16:05

gruntwork-io/terragrunt最新发布版本:v0.69.12(2024-12-13 04:51:37)

What's Changed

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

相关地址:原始地址 下载(tar) 下载(zip)

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

查看:2024-12-02发行的版本