forked from pool/terragrunt
f9e680a132
update to 0.58.4 (refactor packaging, due to upstream changes OBS-URL: https://build.opensuse.org/request/show/1173450 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=258
436 B
436 B
Packaging terragrunt
terragrunt 0.58.4 changed the Makefile. Since then, the mocks
need to be
prepared during build.
This also means, that vendoring fails without first creating the mocks...
- Change the version in the
_service
file - Run
make
- Create a changelog entry
- Commit the changes as usual
For the OBS workflow you need obs-service-tar_scm
.
For the make
part you need make
and a recent go installation.