Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package terragrunt for openSUSE:Factory checked in at 2025-09-29 16:32:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/terragrunt (Old) and /work/SRC/openSUSE:Factory/.terragrunt.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terragrunt" Mon Sep 29 16:32:53 2025 rev:256 rq:1307588 version:0.88.0 Changes: -------- --- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes 2025-09-26 22:26:46.719718320 +0200 +++ /work/SRC/openSUSE:Factory/.terragrunt.new.11973/terragrunt.changes 2025-09-29 16:35:12.581930427 +0200 @@ -1,0 +2,81 @@ +Sun Sep 28 14:53:41 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.88.0: + * Breaking Changes + - Default Command Forwarding Removed + Terragrunt no longer forwards unknown top‑level commands to + OpenTofu by default. + Invoking an unknown command now fails with guidance to use + the explicit run form. + This is the next step in the removal of deprecated features + in Terragrunt on the road to Terragrunt 1.0, with more to + follow. Read the CLI Redesign migration guide for guidance on + adapting to future breaking changes. + https://terragrunt.gruntwork.io/docs/migrate/cli-redesign/ + For a full list of deprecated features that will be removed + prior to the release of Terragrunt 1.0, see the removal + schedule. + https://github.com/gruntwork-io/terragrunt/issues/3535 + - Old Behavior (Deprecated) + terragrunt workspace ls + terragrunt graph + - New Behavior + terragrunt run -- workspace ls + terragrunt run -- graph + - Migration Guide + Keep using shortcuts for common commands: + terragrunt plan + terragrunt apply + Replace usage of any OpenTofu/Terraform command that isn’t + a supported shortcut with explicit usage of the run + command: + terragrunt workspace ls => terragrunt run -- workspace ls + terragrunt graph => terragrunt run -- graph + When mixing Terragrunt and OpenTofu flags, separate them + with --: + terragrunt run -- apply -auto-approve + terragrunt run -- output -json + terragrunt run --all -- plan -var foo=bar + - Command-specific flags must be used after their commands + As part of the changes to remove the deprecated behavior of + forwarding unknown commands to OpenTofu by default, users + can no longer treat flags as global flags unless they are + in-fact global flags. + For example, the following will still work: + terragrunt --log-level debug plan + terragrunt --no-color plan + But the following will no longer be supported: + terragrunt --provider-cache run --all plan + Instead, you must supply flags after the commands they are + used by: + terragrunt run --all --provider-cache plan + - Flag Scope Changes (backend + feature flags) + Backend migration and feature-related flags are now + command-scoped and should appear after the relevant + subcommand. + These flags are accepted on run, backend, scaffold, find, and + list + Affected flags: + backend-bootstrap + backend-require-bootstrap + disable-bucket-update + feature key=value + - Old Behavior (Deprecated) + Command-specific flags could be set anywhere in the + arguments for a command: + terragrunt --backend-bootstrap backend delete --all + terragrunt --feature stage=true plan + - New Behavior + Place flags after the respective command they control: + terragrunt backend bootstrap --backend-bootstrap + terragrunt plan --feature stage=true + terragrunt find --feature stage=true + - Migration Guide + Move these flags to follow the subcommand they apply to + terragrunt --feature stage=true plan => terragrunt plan --feature stage=true + * What's Changed + - chore: Removal of command forwarding by default by @denis256 in #4871 + - docs: Fixed contact form toggle bug by @karlcarstensen in #4885 + - docs: Terragrunt Scale Initial Checkout Page by @karlcarstensen in #4866 + +------------------------------------------------------------------- Old: ---- terragrunt-0.87.7.obscpio New: ---- terragrunt-0.88.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ terragrunt.spec ++++++ --- /var/tmp/diff_new_pack.hiE0KK/_old 2025-09-29 16:35:13.453967140 +0200 +++ /var/tmp/diff_new_pack.hiE0KK/_new 2025-09-29 16:35:13.457967308 +0200 @@ -17,7 +17,7 @@ Name: terragrunt -Version: 0.87.7 +Version: 0.88.0 Release: 0 Summary: Thin wrapper for Terraform for working with multiple Terraform modules License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hiE0KK/_old 2025-09-29 16:35:13.525970171 +0200 +++ /var/tmp/diff_new_pack.hiE0KK/_new 2025-09-29 16:35:13.529970339 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/gruntwork-io/terragrunt</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.87.7</param> + <param name="revision">v0.88.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hiE0KK/_old 2025-09-29 16:35:13.553971350 +0200 +++ /var/tmp/diff_new_pack.hiE0KK/_new 2025-09-29 16:35:13.561971686 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/gruntwork-io/terragrunt</param> - <param name="changesrevision">522518f2859fa32538f28d6b274851874ca7044f</param></service></servicedata> + <param name="changesrevision">dbc24b1b52b0f167032582529aa38a1bdf086c5b</param></service></servicedata> (No newline at EOF) ++++++ terragrunt-0.87.7.obscpio -> terragrunt-0.88.0.obscpio ++++++ ++++ 1978 lines of diff (skipped) ++++++ terragrunt.obsinfo ++++++ --- /var/tmp/diff_new_pack.hiE0KK/_old 2025-09-29 16:35:18.038160131 +0200 +++ /var/tmp/diff_new_pack.hiE0KK/_new 2025-09-29 16:35:18.042160301 +0200 @@ -1,5 +1,5 @@ name: terragrunt -version: 0.87.7 -mtime: 1758812172 -commit: 522518f2859fa32538f28d6b274851874ca7044f +version: 0.88.0 +mtime: 1758895502 +commit: dbc24b1b52b0f167032582529aa38a1bdf086c5b ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/terragrunt/vendor.tar.gz /work/SRC/openSUSE:Factory/.terragrunt.new.11973/vendor.tar.gz differ: char 16, line 1
