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-04-21 14:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and      /work/SRC/openSUSE:Factory/.terragrunt.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terragrunt"

Fri Apr 21 14:17:08 2023 rev:38 rq:1080913 version:0.45.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes    2023-04-18 
15:53:20.257573838 +0200
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.1533/terragrunt.changes  
2023-04-21 14:17:18.430680137 +0200
@@ -1,0 +2,8 @@
+Thu Apr 20 14:27:09 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.45.4:
+  * Update S3 bucket creation to pass ObjectOwnership (#2540)
+  * ~ aws-auth docs - iam remove object level actions from the
+    bucket resource (#2533)
+
+-------------------------------------------------------------------

Old:
----
  terragrunt-0.45.3.obscpio

New:
----
  terragrunt-0.45.4.obscpio

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

Other differences:
------------------
++++++ terragrunt.spec ++++++
--- /var/tmp/diff_new_pack.N582Gx/_old  2023-04-21 14:17:19.290684959 +0200
+++ /var/tmp/diff_new_pack.N582Gx/_new  2023-04-21 14:17:19.294684982 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           terragrunt
-Version:        0.45.3
+Version:        0.45.4
 Release:        0
 Summary:        Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.N582Gx/_old  2023-04-21 14:17:19.330685184 +0200
+++ /var/tmp/diff_new_pack.N582Gx/_new  2023-04-21 14:17:19.334685206 +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.45.3</param>
+    <param name="revision">v0.45.4</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.N582Gx/_old  2023-04-21 14:17:19.354685318 +0200
+++ /var/tmp/diff_new_pack.N582Gx/_new  2023-04-21 14:17:19.354685318 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gruntwork-io/terragrunt</param>
-              <param 
name="changesrevision">d844de5319560d80cffcc80a53ac9249ef65ad4e</param></service></servicedata>
+              <param 
name="changesrevision">10a252eeb1813f52716670540f5b17820725efe0</param></service></servicedata>
 (No newline at EOF)
 

++++++ terragrunt-0.45.3.obscpio -> terragrunt-0.45.4.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.45.3/docs/_docs/02_features/aws-auth.md 
new/terragrunt-0.45.4/docs/_docs/02_features/aws-auth.md
--- old/terragrunt-0.45.3/docs/_docs/02_features/aws-auth.md    2023-04-17 
21:20:30.000000000 +0200
+++ new/terragrunt-0.45.4/docs/_docs/02_features/aws-auth.md    2023-04-19 
21:45:14.000000000 +0200
@@ -63,11 +63,9 @@
             "Action": [
                 "s3:ListBucket",
                 "s3:GetBucketVersioning",
-                "s3:GetObject",
                 "s3:GetBucketAcl",
                 "s3:GetBucketLogging",
                 "s3:CreateBucket",
-                "s3:PutObject",
                 "s3:PutBucketPublicAccessBlock",
                 "s3:PutBucketTagging",
                 "s3:PutBucketPolicy",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.45.3/remote/remote_state_s3.go 
new/terragrunt-0.45.4/remote/remote_state_s3.go
--- old/terragrunt-0.45.3/remote/remote_state_s3.go     2023-04-17 
21:20:30.000000000 +0200
+++ new/terragrunt-0.45.4/remote/remote_state_s3.go     2023-04-19 
21:45:14.000000000 +0200
@@ -814,7 +814,8 @@
 // Create the S3 bucket specified in the given config
 func CreateS3Bucket(s3Client *s3.S3, bucket *string, terragruntOptions 
*options.TerragruntOptions) error {
        terragruntOptions.Logger.Debugf("Creating S3 bucket %s", 
aws.StringValue(bucket))
-       _, err := s3Client.CreateBucket(&s3.CreateBucketInput{Bucket: bucket})
+       // 
https://github.com/aws/aws-sdk-go/blob/v1.44.245/service/s3/api.go#L41760
+       _, err := s3Client.CreateBucket(&s3.CreateBucketInput{Bucket: bucket, 
ObjectOwnership: aws.String("ObjectWriter")})
        if err != nil {
                return errors.WithStackTrace(err)
        }

++++++ terragrunt.obsinfo ++++++
--- /var/tmp/diff_new_pack.N582Gx/_old  2023-04-21 14:17:20.298690611 +0200
+++ /var/tmp/diff_new_pack.N582Gx/_new  2023-04-21 14:17:20.298690611 +0200
@@ -1,5 +1,5 @@
 name: terragrunt
-version: 0.45.3
-mtime: 1681759230
-commit: d844de5319560d80cffcc80a53ac9249ef65ad4e
+version: 0.45.4
+mtime: 1681933514
+commit: 10a252eeb1813f52716670540f5b17820725efe0
 

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

Reply via email to