Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terragrunt for openSUSE:Factory 
checked in at 2023-01-06 17:05:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and      /work/SRC/openSUSE:Factory/.terragrunt.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terragrunt"

Fri Jan  6 17:05:27 2023 rev:23 rq:1056220 version:0.42.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes    2022-12-17 
20:37:10.680813560 +0100
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.1563/terragrunt.changes  
2023-01-06 17:06:17.636430126 +0100
@@ -1,0 +2,6 @@
+Thu Jan 05 14:02:07 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.42.6:
+  * Update error message (#2404)
+
+-------------------------------------------------------------------

Old:
----
  terragrunt-0.42.5.tar.gz

New:
----
  terragrunt-0.42.6.tar.gz

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

Other differences:
------------------
++++++ terragrunt.spec ++++++
--- /var/tmp/diff_new_pack.TInTcM/_old  2023-01-06 17:06:18.468434798 +0100
+++ /var/tmp/diff_new_pack.TInTcM/_new  2023-01-06 17:06:18.472434821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package terragrunt
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           terragrunt
-Version:        0.42.5
+Version:        0.42.6
 Release:        0
 Summary:        Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TInTcM/_old  2023-01-06 17:06:18.504435000 +0100
+++ /var/tmp/diff_new_pack.TInTcM/_new  2023-01-06 17:06:18.508435023 +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.42.5</param>
+    <param name="revision">v0.42.6</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -16,7 +16,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">terragrunt-0.42.5.tar.gz</param>
+    <param name="archive">terragrunt-0.42.6.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TInTcM/_old  2023-01-06 17:06:18.532435157 +0100
+++ /var/tmp/diff_new_pack.TInTcM/_new  2023-01-06 17:06:18.532435157 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gruntwork-io/terragrunt</param>
-              <param 
name="changesrevision">54cb55faa5d849df8f1c3764c6615bfacae134b7</param></service></servicedata>
+              <param 
name="changesrevision">aca83fe0e93f4916818d1322a1b94beb858143d6</param></service></servicedata>
 (No newline at EOF)
 

++++++ terragrunt-0.42.5.tar.gz -> terragrunt-0.42.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.42.5/config/locals.go 
new/terragrunt-0.42.6/config/locals.go
--- old/terragrunt-0.42.5/config/locals.go      2022-12-14 00:58:19.000000000 
+0100
+++ new/terragrunt-0.42.6/config/locals.go      2023-01-05 14:27:40.000000000 
+0100
@@ -140,7 +140,7 @@
 
        evaluatedLocalsAsCty, err := convertValuesMapToCtyVal(evaluatedLocals)
        if err != nil {
-               terragruntOptions.Logger.Errorf("Could not convert evaluated 
locals to the execution context to evaluate additional locals")
+               terragruntOptions.Logger.Errorf("Could not convert evaluated 
locals to the execution context to evaluate additional locals in file %s", 
filename)
                return nil, evaluatedLocals, false, err
        }
        evalCtx, err := CreateTerragruntEvalContext(
@@ -153,7 +153,7 @@
                },
        )
        if err != nil {
-               terragruntOptions.Logger.Errorf("Could not convert include to 
the execution context to evaluate additional locals")
+               terragruntOptions.Logger.Errorf("Could not convert include to 
the execution context to evaluate additional locals in file %s", filename)
                return nil, evaluatedLocals, false, err
        }
 

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

Reply via email to