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-11 19:20:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and      /work/SRC/openSUSE:Factory/.terragrunt.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terragrunt"

Tue Nov 11 19:20:00 2025 rev:271 rq:1317078 version:0.93.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes    2025-11-06 
18:16:02.546615251 +0100
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.1980/terragrunt.changes  
2025-11-11 19:20:30.197378576 +0100
@@ -1,0 +2,86 @@
+Tue Nov 11 10:45:48 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.93.5:
+  * Experiments Updated
+    - The filter-flag experiment now supports --filter in stack
+      generate
+      The --filter flag can now be used in the stack generate
+      command, and any command that performs stack generation, e.g.
+      run --all (remember that you must use the filter-flag
+      experiment to try this).
+      The --filter flag works in a slightly unique way when used to
+      control stack generation in that it needs to be explicitly
+      restricted to stacks for it to impact stack generation using
+      the type=stack attribute filter.
+      e.g.
+
+        # Supported: Only generate the stacks that match the
+        # filter, as we are explicitly indicating that we are
+        # targeting stacks.
+        terragrunt stack generate --filter 'name=prod | type=stack'
+
+        # Not supported: This filter will be ignored, as we are not
+        # explicitly indicating that we are targeting stacks.
+        terragrunt stack generate --filter 'name=prod'  # This will not work
+
+      The reason for this is that stack generation can also be done
+      automatically as part of other commands, like run, and thus
+      we need to make it clear that we’re trying to control stack
+      generation rather than run behavior.
+
+        # This will run any unit named 'vpc'
+        terragrunt run --all --filter 'vpc' -- plan
+
+        # This will run any unit named 'vpc', and prevent stack
+        # generation in any stack not named 'dev' (including any
+        # stacks named 'vpc')
+        terragrunt stack run --filter 'vpc' --filter 'name=dev | type=stack' 
-- apply
+
+      For more information, see the filter feature documentation
+      https://terragrunt.gruntwork.io/docs/features/filter/#stack-generate
+  * What's Changed
+    - docs: Documenting `--filter` for `stack generate` (#5084)
+    - feat: Adding support for `--filter` in `stack generate`
+      (#5073)
+
+-------------------------------------------------------------------
+Mon Nov 10 16:31:06 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.93.4:
+  * Updated Experiments
+    - The filter-flag experiment now supports graph expressions
+      The --filter flag now supports usage of graph expressions,
+      allowing users to filter based on the dependency relationship
+      of units discovered by Terragrunt (remember that you must use
+      the filter-flag experiment to try this).
+
+      e.g.
+
+        # Find 'service' and everything it depends on
+        terragrunt find --filter 'service...'
+
+        # Find 'vpc' and everything that depends on it
+        terragrunt find --filter '...vpc'
+
+        # Find 'db' and its complete dependency graph
+        terragrunt find --filter '...db...'
+
+        # Find all dependents of 'vpc' but exclude 'vpc' itself
+        terragrunt find --filter '...^vpc'
+
+      You can learn more about graph-based filtering in the filter
+      feature documentation.
+  * What's Changed
+    - docs: Documenting filter graph expressions (#5050)
+    - fix: Avoiding panic on missing `if_exists` (#5072)
+    - feat: Adding support for graph expressions in `--filter`
+      (#5049)
+    - chore: Adding Travis as a code owner (#5067)
+    - feat: Integrating filters into discovery (#5034)
+    - chore: Refactor direct access of `run` command flags to
+      access in `shared` package (#5062)
+    - bug: discovery parsing errors handling (#5037)
+    - chore: Refactor logic for `run` into dedicated internal
+      package (#5060)
+
+-------------------------------------------------------------------

Old:
----
  terragrunt-0.93.3.obscpio

New:
----
  terragrunt-0.93.5.obscpio

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

Other differences:
------------------
++++++ terragrunt.spec ++++++
--- /var/tmp/diff_new_pack.29tQK8/_old  2025-11-11 19:20:31.793445424 +0100
+++ /var/tmp/diff_new_pack.29tQK8/_new  2025-11-11 19:20:31.793445424 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           terragrunt
-Version:        0.93.3
+Version:        0.93.5
 Release:        0
 Summary:        Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.29tQK8/_old  2025-11-11 19:20:31.865448439 +0100
+++ /var/tmp/diff_new_pack.29tQK8/_new  2025-11-11 19:20:31.869448607 +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.93.3</param>
+    <param name="revision">v0.93.5</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.29tQK8/_old  2025-11-11 19:20:31.893449612 +0100
+++ /var/tmp/diff_new_pack.29tQK8/_new  2025-11-11 19:20:31.897449779 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gruntwork-io/terragrunt</param>
-              <param 
name="changesrevision">5aa9794632734337c2389048aa5af15dc989e58d</param></service></servicedata>
+              <param 
name="changesrevision">be923a80e54d611aee07c9183be6b0020f7813dd</param></service></servicedata>
 (No newline at EOF)
 

++++++ terragrunt-0.93.3.obscpio -> terragrunt-0.93.5.obscpio ++++++
++++ 21699 lines of diff (skipped)

++++++ terragrunt.obsinfo ++++++
--- /var/tmp/diff_new_pack.29tQK8/_old  2025-11-11 19:20:36.013622177 +0100
+++ /var/tmp/diff_new_pack.29tQK8/_new  2025-11-11 19:20:36.021622512 +0100
@@ -1,5 +1,5 @@
 name: terragrunt
-version: 0.93.3
-mtime: 1762362184
-commit: 5aa9794632734337c2389048aa5af15dc989e58d
+version: 0.93.5
+mtime: 1762807298
+commit: be923a80e54d611aee07c9183be6b0020f7813dd
 

++++++ 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