2024-05-11 22:28:27 +02:00
|
|
|
# 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...
|
|
|
|
|
|
|
|
1. Change the version in the `_service` file
|
|
|
|
3. Run `make`
|
2024-05-18 11:29:20 +02:00
|
|
|
4. Check the autogenerated changelog entry
|
2024-05-11 22:28:27 +02:00
|
|
|
5. 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.
|