From 691acc5dfe16d1e152b048455cbffec755f4567a116993c989a51c5c0313d14d Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 23 Apr 2024 20:03:09 +0000 Subject: [PATCH 1/2] Accepting request 1169931 from home:ojkastl_buildservice:Branch_terraform update to 0.57.8 OBS-URL: https://build.opensuse.org/request/show/1169931 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=245 --- _service | 2 +- _servicedata | 2 +- terragrunt-0.57.6.obscpio | 3 --- terragrunt-0.57.8.obscpio | 3 +++ terragrunt.changes | 12 ++++++++++++ terragrunt.obsinfo | 6 +++--- terragrunt.spec | 2 +- vendor.tar.gz | 4 ++-- 8 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 terragrunt-0.57.6.obscpio create mode 100644 terragrunt-0.57.8.obscpio diff --git a/_service b/_service index fe1ef80..0abc9b3 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/gruntwork-io/terragrunt git .git - v0.57.6 + v0.57.8 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 9428522..5e5c492 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/gruntwork-io/terragrunt - 1a818e6b1e7925d04836c6d40c82483eb02008e3 \ No newline at end of file + 0658bb86b81b50d49a24098371a798969e373591 \ No newline at end of file diff --git a/terragrunt-0.57.6.obscpio b/terragrunt-0.57.6.obscpio deleted file mode 100644 index 1e5cc18..0000000 --- a/terragrunt-0.57.6.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01133db9d3a9f8dbf925af2ba88d8e9a43bc9d99c1a42d89ccb801f72adfc124 -size 7439885 diff --git a/terragrunt-0.57.8.obscpio b/terragrunt-0.57.8.obscpio new file mode 100644 index 0000000..0c0ca76 --- /dev/null +++ b/terragrunt-0.57.8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e73423a4ea7ae2faa693360768b3874d6b25e23c158aaaa5298786558f67cd +size 7445517 diff --git a/terragrunt.changes b/terragrunt.changes index 0a993ab..36ab49f 100644 --- a/terragrunt.changes +++ b/terragrunt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 23 19:41:58 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.57.8: + * Add support for JSON directory output (#3084) + +------------------------------------------------------------------- +Tue Apr 23 19:39:18 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.57.7: + * Bump github.com/hashicorp/go-getter to 1.7.4 (#3088) + ------------------------------------------------------------------- Tue Apr 23 10:36:51 UTC 2024 - opensuse_buildservice@ojkastl.de diff --git a/terragrunt.obsinfo b/terragrunt.obsinfo index ba02897..68911ae 100644 --- a/terragrunt.obsinfo +++ b/terragrunt.obsinfo @@ -1,4 +1,4 @@ name: terragrunt -version: 0.57.6 -mtime: 1713821472 -commit: 1a818e6b1e7925d04836c6d40c82483eb02008e3 +version: 0.57.8 +mtime: 1713893845 +commit: 0658bb86b81b50d49a24098371a798969e373591 diff --git a/terragrunt.spec b/terragrunt.spec index 0a4dfba..dc5e333 100644 --- a/terragrunt.spec +++ b/terragrunt.spec @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: terragrunt -Version: 0.57.6 +Version: 0.57.8 Release: 0 Summary: Thin wrapper for Terraform for working with multiple Terraform modules License: MIT diff --git a/vendor.tar.gz b/vendor.tar.gz index 27363ce..677cbf4 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbea3626305a1f5ef37e927dc57b98ee59f01c53c48aa0c7144ac8691cd592b3 -size 15394092 +oid sha256:0176b29f1a13a6a6d86d37b395e66061f52bd038c17b42dadaf62ca883e63fee +size 15394315 From 2722b7bfdd58c6404029938eda31ff6c2ad50e329a1a3e0d1d87402514535bfe Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 24 Apr 2024 17:17:40 +0000 Subject: [PATCH 2/2] Accepting request 1170066 from home:ojkastl_buildservice:Branch_terraform update to 0.57.9 OBS-URL: https://build.opensuse.org/request/show/1170066 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=246 --- _service | 2 +- _servicedata | 2 +- terragrunt-0.57.8.obscpio | 3 --- terragrunt-0.57.9.obscpio | 3 +++ terragrunt.changes | 7 +++++++ terragrunt.obsinfo | 6 +++--- terragrunt.spec | 2 +- vendor.tar.gz | 4 ++-- 8 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 terragrunt-0.57.8.obscpio create mode 100644 terragrunt-0.57.9.obscpio diff --git a/_service b/_service index 0abc9b3..970c4a3 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/gruntwork-io/terragrunt git .git - v0.57.8 + v0.57.9 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 5e5c492..d13dd4d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/gruntwork-io/terragrunt - 0658bb86b81b50d49a24098371a798969e373591 \ No newline at end of file + 1e40725e6e92faa3e5c14c489a1899c6b2a170f1 \ No newline at end of file diff --git a/terragrunt-0.57.8.obscpio b/terragrunt-0.57.8.obscpio deleted file mode 100644 index 0c0ca76..0000000 --- a/terragrunt-0.57.8.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08e73423a4ea7ae2faa693360768b3874d6b25e23c158aaaa5298786558f67cd -size 7445517 diff --git a/terragrunt-0.57.9.obscpio b/terragrunt-0.57.9.obscpio new file mode 100644 index 0000000..13386de --- /dev/null +++ b/terragrunt-0.57.9.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b56a4ee23ed5a034c60d13b3af403b4ec16b7bbf0253e698e719896eb3d21d0 +size 7498253 diff --git a/terragrunt.changes b/terragrunt.changes index 36ab49f..d7abc14 100644 --- a/terragrunt.changes +++ b/terragrunt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 24 16:58:58 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.57.9: + * Check hash and signature of cached providers (#3055) + * fix: copyright text (#3091) + ------------------------------------------------------------------- Tue Apr 23 19:41:58 UTC 2024 - opensuse_buildservice@ojkastl.de diff --git a/terragrunt.obsinfo b/terragrunt.obsinfo index 68911ae..c69a6f8 100644 --- a/terragrunt.obsinfo +++ b/terragrunt.obsinfo @@ -1,4 +1,4 @@ name: terragrunt -version: 0.57.8 -mtime: 1713893845 -commit: 0658bb86b81b50d49a24098371a798969e373591 +version: 0.57.9 +mtime: 1713974008 +commit: 1e40725e6e92faa3e5c14c489a1899c6b2a170f1 diff --git a/terragrunt.spec b/terragrunt.spec index dc5e333..21862c6 100644 --- a/terragrunt.spec +++ b/terragrunt.spec @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: terragrunt -Version: 0.57.8 +Version: 0.57.9 Release: 0 Summary: Thin wrapper for Terraform for working with multiple Terraform modules License: MIT diff --git a/vendor.tar.gz b/vendor.tar.gz index 677cbf4..a94128a 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0176b29f1a13a6a6d86d37b395e66061f52bd038c17b42dadaf62ca883e63fee -size 15394315 +oid sha256:c015fd840e3b8ee1cb79b555d89ea0ef5a2abbefe7f2cd27648186bd5c617ca7 +size 15394352