Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terragrunt for openSUSE:Factory 
checked in at 2022-06-10 15:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and      /work/SRC/openSUSE:Factory/.terragrunt.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terragrunt"

Fri Jun 10 15:57:42 2022 rev:4 rq:981557 version:0.37.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes    2022-05-14 
22:58:50.931492344 +0200
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.1548/terragrunt.changes  
2022-06-10 15:58:03.972859269 +0200
@@ -1,0 +2,7 @@
+Thu Jun 09 17:10:17 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.37.2:
+  * Bump github.com/hashicorp/go-getter from 1.5.11 to 1.6.1 (#2131)
+  * Check in Pull Request template (#2124)
+
+-------------------------------------------------------------------

Old:
----
  terragrunt-0.37.1.tar.gz

New:
----
  terragrunt-0.37.2.tar.gz

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

Other differences:
------------------
++++++ terragrunt.spec ++++++
--- /var/tmp/diff_new_pack.P9E4cS/_old  2022-06-10 15:58:04.908860404 +0200
+++ /var/tmp/diff_new_pack.P9E4cS/_new  2022-06-10 15:58:04.912860409 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           terragrunt
-Version:        0.37.1
+Version:        0.37.2
 Release:        0
 Summary:        Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.P9E4cS/_old  2022-06-10 15:58:04.948860453 +0200
+++ /var/tmp/diff_new_pack.P9E4cS/_new  2022-06-10 15:58:04.948860453 +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.37.1</param>
+    <param name="revision">v0.37.2</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.37.1.tar.gz</param>
+    <param name="archive">terragrunt-0.37.2.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.P9E4cS/_old  2022-06-10 15:58:04.968860476 +0200
+++ /var/tmp/diff_new_pack.P9E4cS/_new  2022-06-10 15:58:04.972860482 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gruntwork-io/terragrunt</param>
-              <param 
name="changesrevision">f9f76373bb387b78b8198a90cb42cd4b73786efd</param></service></servicedata>
+              <param 
name="changesrevision">9bde71bd65f55a95d5fe202b3dcadcc63c864627</param></service></servicedata>
 (No newline at EOF)
 

++++++ terragrunt-0.37.1.tar.gz -> terragrunt-0.37.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.37.1/.github/pull_request_template.md 
new/terragrunt-0.37.2/.github/pull_request_template.md
--- old/terragrunt-0.37.1/.github/pull_request_template.md      1970-01-01 
01:00:00.000000000 +0100
+++ new/terragrunt-0.37.2/.github/pull_request_template.md      2022-06-08 
16:22:22.000000000 +0200
@@ -0,0 +1,26 @@
+<!-- Prepend '[WIP]' to the title if this PR is still a work-in-progress. 
Remove it when it is ready for review! -->
+
+## Description
+
+Fixes #000.
+
+<!-- Description of the changes introduced by this PR. -->
+
+## TODOs
+
+Read the [Gruntwork contribution 
guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e).
+
+- [ ] Update the docs.
+- [ ] Run the relevant tests successfully, including pre-commit checks.
+- [ ] Ensure any 3rd party code adheres with our [license 
policy](https://www.notion.so/gruntwork/Gruntwork-licenses-and-open-source-usage-policy-f7dece1f780341c7b69c1763f22b1378)
 or delete this line if its not applicable.
+- [ ] Include release notes. If this PR is backward incompatible, include a 
migration guide.
+
+## Release Notes (draft)
+
+<!-- One-line description of the PR that can be included in the final release 
notes. -->
+Added / Removed / Updated [X].
+
+### Migration Guide
+
+<!-- Important: If you made any backward incompatible changes, then you must 
write a migration guide! -->
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.37.1/go.mod new/terragrunt-0.37.2/go.mod
--- old/terragrunt-0.37.1/go.mod        2022-05-13 16:04:48.000000000 +0200
+++ new/terragrunt-0.37.2/go.mod        2022-06-08 16:22:22.000000000 +0200
@@ -19,7 +19,7 @@
        github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
        github.com/gruntwork-io/terratest v0.32.6
        github.com/hashicorp/go-cleanhttp v0.5.2
-       github.com/hashicorp/go-getter v1.5.11
+       github.com/hashicorp/go-getter v1.6.1
        github.com/hashicorp/go-multierror v1.1.1
        github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
        github.com/hashicorp/go-safetemp v1.0.0
@@ -57,7 +57,7 @@
        golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
        golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
        golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
-       golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
+       golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e
        golang.org/x/text v0.3.7 // indirect
        golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
        google.golang.org/api v0.54.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.37.1/go.sum new/terragrunt-0.37.2/go.sum
--- old/terragrunt-0.37.1/go.sum        2022-05-13 16:04:48.000000000 +0200
+++ new/terragrunt-0.37.2/go.sum        2022-06-08 16:22:22.000000000 +0200
@@ -502,8 +502,8 @@
 github.com/hashicorp/go-cleanhttp v0.5.2 
h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
 github.com/hashicorp/go-cleanhttp v0.5.2/go.mod 
h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
 github.com/hashicorp/go-getter v1.5.1/go.mod 
h1:a7z7NPPfNQpJWcn4rSWFtdrSldqLdLPEF3d8nFMsSLM=
-github.com/hashicorp/go-getter v1.5.11 
h1:wioTuNmaBU3IE9vdFtFMcmZWj0QzLc6DYaP6sNe5onY=
-github.com/hashicorp/go-getter v1.5.11/go.mod 
h1:9i48BP6wpWweI/0/+FBjqLrp9S8XtwUGjiu0QkWHEaY=
+github.com/hashicorp/go-getter v1.6.1 
h1:NASsgP4q6tL94WH6nJxKWj8As2H/2kop/bB1d8JMyRY=
+github.com/hashicorp/go-getter v1.6.1/go.mod 
h1:IZCrswsZPeWv9IkVnLElzRU/gz/QPi6pZHn4tv6vbwA=
 github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod 
h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI=
 github.com/hashicorp/go-hclog v0.8.0/go.mod 
h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
 github.com/hashicorp/go-hclog v0.9.2/go.mod 
h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
@@ -1137,8 +1137,8 @@
 golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf 
h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k=
-golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e 
h1:w36l2Uw3dRan1K3TyXriXvY+6T56GNmlKGcqiQUJDfM=
+golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod 
h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod 
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf 
h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M=

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

Reply via email to