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-22 16:39:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/terragrunt (Old) and /work/SRC/openSUSE:Factory/.terragrunt.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terragrunt" Mon Sep 22 16:39:51 2025 rev:252 rq:1306300 version:0.87.4 Changes: -------- --- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes 2025-09-18 21:11:42.730055152 +0200 +++ /work/SRC/openSUSE:Factory/.terragrunt.new.27445/terragrunt.changes 2025-09-22 16:40:43.784058366 +0200 @@ -1,0 +2,151 @@ +Sun Sep 21 13:46:26 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.87.4: + * Bug Fixes + - Ensured awshelper prioritizes region from config over + environment variables + - Fixed constraint normalization in provider cache + * What's Changed + - fix: Fixed setting region in remote state config by + @pseudomorph / @denis256 in #4848 + - fix: Fixed constraint normalization by @yhakbar in #4804 + - chore: runner-pool HCL formatting tests fixes by @denis256 in + #4844 + - docs: polish to the vimeo component by @karlcarstensen in + #4841 + - docs: Abc imports to force deploy by @karlcarstensen in #4845 + - docs: Fix wrong links in documentation (#4846) by + @CouscousPie in #4847 + +------------------------------------------------------------------- +Sun Sep 21 13:41:34 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.87.3: + * Bug Fixes + - Fixed handling of null stack values + Improved handling of null values in stacks + * What's Changed + - bug: Handling of null stack values by @denis256 in #4836 + - docs: Adding vimeo component and video by @karlcarstensen in + #4831 + +------------------------------------------------------------------- +Sun Sep 21 13:37:24 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.87.2: + * New Features + - Runner pool experiment performance improvements + Enhanced runner pool performance for faster file detection. + * Updated dependencies + - Upgraded multiple dependencies to the latest stable versions: + - Updated cloud.google.com/go/storage to v1.56.1 + - Updated aws-sdk-go-v2 to v1.39.0 + - Updated go-getter to v1.8.0 + - Updated go-cty to v1.17.0 + - Updated testify to v1.11.1 + - Updated golang.org/x/mod to v0.28.0 + - Updated golang.org/x/oauth2 to v0.31.0 + - Updated golang.org/x/sync to v0.17.0 + - Updated golang.org/x/sys to v0.36.0 + - Updated golang.org/x/term vv0.35.0 + - Updated golang.org/x/text to v0.29.0 + - Updated google.golang.org/api to v0.249.0 + - Updated google.golang.org/grpc to v1.75.1 + - Updated google.golang.org/protobuf to v1.36.9 + * What's Changed + - perf: Improving Runner Pool Perf a bit by @yhakbar in #4824 + - chore: runner-pool tests fixes by @denis256 in #4823 + - chore(deps): Dependencies update by @denis256 in #4827 + - docs: Adjustments to partytown scripts by @karlcarstensen in + #4822 + - docs: Small updates to TS site by @karlcarstensen in #4819 + - docs: Correct flag and environment variable names for AWS + OIDC authen… by @carchi1a in #4785 + - fix: Adding docs back for -detailed-exitcode, etc. by + @yhakbar in #4803 + +------------------------------------------------------------------- +Sun Sep 21 13:32:36 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.87.1: + * Features + - Memory Leak Prevention + Updated the ulikunitz/xz dependency to mitigate potential + memory leaks. + * Bug Fixes + - Fixed merging of IAM fields + Added IamWebIdentityToken and IamAssumeRoleSessionName to + both Merge() and DeepMerge() functions + * What's Changed + - fix: Add missing IAM fields to include merge logic (#4812) by + @carchi1a in #4813 + - chore: Bump ulikunitz/xz to avoid memory leak by @denis256 in + #4816 + - chore: Bumping WSL to v5 by @yhakbar in #4788 + - fix: runner-pool exclusions and summary tests fixes by + @denis256 in #4808 + - fix: Resolving token usage for bucket cleanup by @yhakbar in + #4789 + - docs: Additional website refinements by @josh-padnick in + #4787 + - docs: Fix issue where global styles applied to some native + starlight styles. by @josh-padnick in #4795 + - build(deps): bump actions/stale from 9 to 10 by + @dependabot[bot] in #4799 + - build(deps): bump aws-actions/configure-aws-credentials from + 4 to 5 by @dependabot[bot] in #4797 + - build(deps): bump actions/github-script from 7 to 8 by + @dependabot[bot] in #4798 + - docs: Add missing --terragrunt-tfpath flag to migration list + by @ChandlerSwift in #4802 + - docs: Fix wrongly mentionned TG_DOWNLOAD instead of + TG_DOWNLOAD_DIR by @ajoga in #4801 + - fix: Getting rid of unnecessary flaky test by @yhakbar in + #4679 + - docs: Quick updates to TS page by @karlcarstensen in #4806 + +------------------------------------------------------------------- +Sun Sep 21 13:14:51 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.87.0: + * Breaking Changes + - Automatic Backend Provisioning Removed + Terragrunt no longer automatically provisions backend + resources. + If backend provisioning is required but not explicitly + enabled, Terragrunt will now exit with an error. + * Old Behavior (Deprecated) + - The following command would silently provision backend + resources before execution: + + terragrunt plan --non-interactive + + * New Behavior + - This behavior has been removed. Running the same command + without opting in will now produce an error if backend + bootstrapping is required. + To continue to automatically bootstrap backends, you must + explicitly enable backend provisioning with either the + --backend-bootstrap flag or the TG_BACKEND_BOOTSTRAP + environment variable: + + terragrunt plan --backend-bootstrap --non-interactive + or + export TG_BACKEND_BOOTSTRAP=true + terragrunt plan --non-interactive + + * Migration Guide + - If you relied on automatic backend bootstrapping: + - Add --backend-bootstrap to your Terragrunt commands, or set + the TG_BACKEND_BOOTSTRAP environment variable. + - If you don’t require backend provisioning: + - No action needed — simply run Terragrunt commands without + the flag. + * Road to 1.0 Deprecated Feature Removal Schedule #3535 + https://github.com/gruntwork-io/terragrunt/issues/3535 + * What's Changed + - chore: Disabled automatic backend provisioning by @denis256 + in #4703 + - docs: Updated migration docs by @yhakbar in #4711 + +------------------------------------------------------------------- Old: ---- terragrunt-0.86.3.obscpio New: ---- terragrunt-0.87.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ terragrunt.spec ++++++ --- /var/tmp/diff_new_pack.6UHVNG/_old 2025-09-22 16:40:46.436169796 +0200 +++ /var/tmp/diff_new_pack.6UHVNG/_new 2025-09-22 16:40:46.444170132 +0200 @@ -17,7 +17,7 @@ Name: terragrunt -Version: 0.86.3 +Version: 0.87.4 Release: 0 Summary: Thin wrapper for Terraform for working with multiple Terraform modules License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6UHVNG/_old 2025-09-22 16:40:46.764183578 +0200 +++ /var/tmp/diff_new_pack.6UHVNG/_new 2025-09-22 16:40:46.780184250 +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.86.3</param> + <param name="revision">v0.87.4</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.6UHVNG/_old 2025-09-22 16:40:46.936190805 +0200 +++ /var/tmp/diff_new_pack.6UHVNG/_new 2025-09-22 16:40:46.952191478 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/gruntwork-io/terragrunt</param> - <param name="changesrevision">444b59bfba306f0507ba9b497a4ddaf9e0e8fe3a</param></service></servicedata> + <param name="changesrevision">35f6895bf502d599697d6cc8ef3f3551c65e3b66</param></service></servicedata> (No newline at EOF) ++++++ terragrunt-0.86.3.obscpio -> terragrunt-0.87.4.obscpio ++++++ ++++ 13620 lines of diff (skipped) ++++++ terragrunt.obsinfo ++++++ --- /var/tmp/diff_new_pack.6UHVNG/_old 2025-09-22 16:40:48.740266605 +0200 +++ /var/tmp/diff_new_pack.6UHVNG/_new 2025-09-22 16:40:48.744266772 +0200 @@ -1,5 +1,5 @@ name: terragrunt -version: 0.86.3 -mtime: 1757075830 -commit: 444b59bfba306f0507ba9b497a4ddaf9e0e8fe3a +version: 0.87.4 +mtime: 1758052469 +commit: 35f6895bf502d599697d6cc8ef3f3551c65e3b66 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/terragrunt/vendor.tar.gz /work/SRC/openSUSE:Factory/.terragrunt.new.27445/vendor.tar.gz differ: char 13, line 1
