devops-infra / docker-terragrunt

Dockerized framework with Terraform, Terragrunt, Python, Make, Docker, Git, and all needed components to easily manage cloud infrastructure.
https://christophshyper.github.io/
MIT License
148 stars 32 forks source link

Update problems #2233

Closed tropnikovvl closed 2 months ago

tropnikovvl commented 2 months ago

:memo: Brief description

The script you use to check new product versions has broken. https://github.com/devops-infra/docker-terragrunt/actions/workflows/CRON.yml

:warning: Checklist

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

ChristophShyper commented 2 months ago

Hello. Build is marked as failed there because there was nothing to update or there is pending update for TF/TG/OT. For the last few years updates to all dependencies were available every day so it was occurring very rarely. Maybe I'll update it so it doesn't fail since it's happening more now. Thanks for being vigilant :)

tropnikovvl commented 2 months ago

Hello!

I see in the logs that a new version of terraform is already available, but a PR for it was not automatically created.

 == CURRENT VERSIONS ==
Current Terraform:  1.8.5
Latest Terraform:   1.9.0

https://github.com/hashicorp/terraform/releases/tag/v1.9.0

ChristophShyper commented 2 months ago

Ok, looks like Google changed place where they specify SDK version https://github.com/devops-infra/docker-terragrunt/actions/runs/9738621730/job/26872493258#step:5:19 It happend few times already, they are very inconsistent.

I'll look at it in my spare time, in the Summer season I'm swamped with work...