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-06-26 11:38:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/terragrunt (Old) and /work/SRC/openSUSE:Factory/.terragrunt.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terragrunt" Thu Jun 26 11:38:52 2025 rev:240 rq:1288481 version:0.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes 2025-06-23 15:02:37.319173265 +0200 +++ /work/SRC/openSUSE:Factory/.terragrunt.new.7067/terragrunt.changes 2025-06-26 11:40:00.031469175 +0200 @@ -1,0 +2,13 @@ +Wed Jun 25 09:21:06 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 0.82.0: + * OpenTofu 1.10 support: We are now testing Terragrunt against + OpenTofu 1.10, and is confirmed to be working. + NOTE: Although this release is marked as backward incompatible, + it is functionally compatible as nothing has been changed in + Terragrunt internals. The minor version release is useful to + mark the change in the OpenTofu version that is being tested. + * What's Changed + - Add support for OpenTofu 1.10 (#4465) + +------------------------------------------------------------------- Old: ---- terragrunt-0.81.10.obscpio New: ---- terragrunt-0.82.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ terragrunt.spec ++++++ --- /var/tmp/diff_new_pack.BjOCEV/_old 2025-06-26 11:40:02.275562267 +0200 +++ /var/tmp/diff_new_pack.BjOCEV/_new 2025-06-26 11:40:02.275562267 +0200 @@ -17,7 +17,7 @@ Name: terragrunt -Version: 0.81.10 +Version: 0.82.0 Release: 0 Summary: Thin wrapper for Terraform for working with multiple Terraform modules License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.BjOCEV/_old 2025-06-26 11:40:02.331564590 +0200 +++ /var/tmp/diff_new_pack.BjOCEV/_new 2025-06-26 11:40:02.335564756 +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.81.10</param> + <param name="revision">v0.82.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.BjOCEV/_old 2025-06-26 11:40:02.359565752 +0200 +++ /var/tmp/diff_new_pack.BjOCEV/_new 2025-06-26 11:40:02.359565752 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/gruntwork-io/terragrunt</param> - <param name="changesrevision">4b15e0db2ae856e0fb0b0b101740407ce27d5061</param></service></servicedata> + <param name="changesrevision">f576c6950bd887bbbeffc5a3361e6d8c948bcaff</param></service></servicedata> (No newline at EOF) ++++++ terragrunt-0.81.10.obscpio -> terragrunt-0.82.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terragrunt-0.81.10/.circleci/config.yml new/terragrunt-0.82.0/.circleci/config.yml --- old/terragrunt-0.81.10/.circleci/config.yml 2025-06-20 18:23:35.000000000 +0200 +++ new/terragrunt-0.82.0/.circleci/config.yml 2025-06-24 22:34:34.000000000 +0200 @@ -6,7 +6,6 @@ environment: GRUNTWORK_INSTALLER_VERSION: v0.0.39 MODULE_CI_VERSION: v0.57.0 - OPENTOFU_VERSION: "1.9.0" TERRAFORM_VERSION: "1.11.3" TFLINT_VERSION: "0.47.0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terragrunt-0.81.10/docs/_docs/04_reference/07-supported-versions.md new/terragrunt-0.82.0/docs/_docs/04_reference/07-supported-versions.md --- old/terragrunt-0.81.10/docs/_docs/04_reference/07-supported-versions.md 2025-06-20 18:23:35.000000000 +0200 +++ new/terragrunt-0.82.0/docs/_docs/04_reference/07-supported-versions.md 2025-06-24 22:34:34.000000000 +0200 @@ -17,6 +17,7 @@ | OpenTofu Version | Terragrunt Version | |------------------|------------------------------------------------------------------------------| +| 1.10.x | >= [0.82.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.82.0) | | 1.9.x | >= [0.72.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.72.0) | | 1.8.x | >= [0.66.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.66.0) | | 1.7.x | >= [0.58.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.58.0) | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terragrunt-0.81.10/docs-starlight/src/content/docs/04-reference/05-supported-versions.md new/terragrunt-0.82.0/docs-starlight/src/content/docs/04-reference/05-supported-versions.md --- old/terragrunt-0.81.10/docs-starlight/src/content/docs/04-reference/05-supported-versions.md 2025-06-20 18:23:35.000000000 +0200 +++ new/terragrunt-0.82.0/docs-starlight/src/content/docs/04-reference/05-supported-versions.md 2025-06-24 22:34:34.000000000 +0200 @@ -12,6 +12,7 @@ | OpenTofu Version | Terragrunt Version | |------------------|------------------------------------------------------------------------------| +| 1.10.x | >= [0.82.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.82.0) | | 1.9.x | >= [0.72.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.72.0) | | 1.8.x | >= [0.66.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.66.0) | | 1.7.x | >= [0.58.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.58.0) | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terragrunt-0.81.10/mise.toml new/terragrunt-0.82.0/mise.toml --- old/terragrunt-0.81.10/mise.toml 2025-06-20 18:23:35.000000000 +0200 +++ new/terragrunt-0.82.0/mise.toml 2025-06-24 22:34:34.000000000 +0200 @@ -1,6 +1,6 @@ [tools] go = "1.24.4" -opentofu = "1.9.0" +opentofu = "1.10.0" golangci-lint = "2.1.6" "go:github.com/goph/licensei/cmd/licensei" = "v0.9.0" "go:go.uber.org/mock/mockgen" = "v0.5.2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/terragrunt-0.81.10/test/integration_serial_test.go new/terragrunt-0.82.0/test/integration_serial_test.go --- old/terragrunt-0.81.10/test/integration_serial_test.go 2025-06-20 18:23:35.000000000 +0200 +++ new/terragrunt-0.82.0/test/integration_serial_test.go 2025-06-24 22:34:34.000000000 +0200 @@ -691,6 +691,10 @@ require.NoError(t, err) for _, entry := range entries { + // skip .lock files since it is used to lock file action + if strings.HasSuffix(entry.Name(), ".lock") { + continue + } actualProviderSymlinks++ assert.Equal(t, fs.ModeSymlink, entry.Type()) ++++++ terragrunt.obsinfo ++++++ --- /var/tmp/diff_new_pack.BjOCEV/_old 2025-06-26 11:40:03.871628477 +0200 +++ /var/tmp/diff_new_pack.BjOCEV/_new 2025-06-26 11:40:03.875628643 +0200 @@ -1,5 +1,5 @@ name: terragrunt -version: 0.81.10 -mtime: 1750436615 -commit: 4b15e0db2ae856e0fb0b0b101740407ce27d5061 +version: 0.82.0 +mtime: 1750797274 +commit: f576c6950bd887bbbeffc5a3361e6d8c948bcaff ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/terragrunt/vendor.tar.gz /work/SRC/openSUSE:Factory/.terragrunt.new.7067/vendor.tar.gz differ: char 28, line 2