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-11-02 22:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and      /work/SRC/openSUSE:Factory/.terragrunt.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terragrunt"

Sun Nov  2 22:34:01 2025 rev:268 rq:1315077 version:0.93.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes    2025-10-29 
21:07:48.693538228 +0100
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.1980/terragrunt.changes  
2025-11-02 22:34:35.491749775 +0100
@@ -1,0 +2,71 @@
+Sun Nov 02 07:18:46 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.93.0:
+  * Breaking Changes
+    - Removal of deprecated HCL attributes
+      The skip, retryable_errors, retry_max_attempts and
+      retry_sleep_interval_sec have all been removed from
+      Terragrunt.
+      This is the final planned breaking change on the road to
+      Terragrunt 1.0 related to removal of deprecated
+      functionality. Breaking changes will be minimized before
+      Terragrunt 1.0, but may still occur based on user feedback,
+      or based on the need to stabilize parts of Terragrunt before
+      1.0.
+      If you are currently using the skip attribute, you'll want to
+      adjust your usage to leverage the exclude block instead:
+
+      Before:
+
+        # terragrunt.hcl
+
+        skip = true
+
+      After:
+
+        # terragrunt.hcl
+
+        exclude {
+          if      = true
+          actions = ["all"]
+        }
+
+      If you are currently using the retryable_errors attribute,
+      you'll want to adjust your usage to leverage the errors block
+      instead:
+
+      Before:
+
+        # terragrunt.hcl
+
+        retryable_errors = [
+          ".*Error: transient network issue.*",
+          ".*Error: timeout.*"
+        ]
+
+        retry_max_attempts     = 3
+        retry_sleep_interval_sec = 5
+
+      After:
+
+        # terragrunt.hcl
+
+        errors {
+          retry "transient_errors" {
+            retryable_errors = [
+              ".*Error: transient network issue.*",
+              ".*Error: timeout.*"
+            ]
+            max_attempts = 3
+            sleep_interval_sec = 5
+          }
+        }
+
+      Read the detailed migration guide for more information.
+      https://terragrunt.gruntwork.io/docs/migrate/deprecated-attributes/
+  * What's Changed
+    - feat: removal of deprecated hcl attributes skip,
+      retryable_errors (#5033)
+    - bug: empty paths handling in dependencies (#5016)
+
+-------------------------------------------------------------------

Old:
----
  terragrunt-0.92.1.obscpio

New:
----
  terragrunt-0.93.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ terragrunt.spec ++++++
--- /var/tmp/diff_new_pack.jhUTqA/_old  2025-11-02 22:34:36.639797899 +0100
+++ /var/tmp/diff_new_pack.jhUTqA/_new  2025-11-02 22:34:36.639797899 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           terragrunt
-Version:        0.92.1
+Version:        0.93.0
 Release:        0
 Summary:        Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jhUTqA/_old  2025-11-02 22:34:36.699800415 +0100
+++ /var/tmp/diff_new_pack.jhUTqA/_new  2025-11-02 22:34:36.703800582 +0100
@@ -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.92.1</param>
+    <param name="revision">v0.93.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.jhUTqA/_old  2025-11-02 22:34:36.727801588 +0100
+++ /var/tmp/diff_new_pack.jhUTqA/_new  2025-11-02 22:34:36.731801756 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gruntwork-io/terragrunt</param>
-              <param 
name="changesrevision">cbc67851cf7ae51f23824e8aa69f3acf3fb5531c</param></service></servicedata>
+              <param 
name="changesrevision">ad3d9cc9ea112d115597082da3e08b3dbcbe9a9c</param></service></servicedata>
 (No newline at EOF)
 

++++++ terragrunt-0.92.1.obscpio -> terragrunt-0.93.0.obscpio ++++++
++++ 2707 lines of diff (skipped)

++++++ terragrunt.obsinfo ++++++
--- /var/tmp/diff_new_pack.jhUTqA/_old  2025-11-02 22:34:40.711968598 +0100
+++ /var/tmp/diff_new_pack.jhUTqA/_new  2025-11-02 22:34:40.719968933 +0100
@@ -1,5 +1,5 @@
 name: terragrunt
-version: 0.92.1
-mtime: 1761669429
-commit: cbc67851cf7ae51f23824e8aa69f3acf3fb5531c
+version: 0.93.0
+mtime: 1761937892
+commit: ad3d9cc9ea112d115597082da3e08b3dbcbe9a9c
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/terragrunt/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.terragrunt.new.1980/vendor.tar.gz differ: char 13, 
line 1

Reply via email to