forked from pool/terragrunt
Accepting request 989619 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/989619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=9
This commit is contained in:
commit
0257564997
4
_service
4
_service
@ -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.38.4</param>
|
||||
<param name="revision">v0.38.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">terragrunt-0.38.4.tar.gz</param>
|
||||
<param name="archive">terragrunt-0.38.5.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||
<param name="changesrevision">48ff9d35066df8a7a49e6b854af95921618758ec</param></service></servicedata>
|
||||
<param name="changesrevision">7b7e213d90be6460cb37f8b57c0f8c48401f431d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0c1acb118c939c7790db3a23c321e138a81d034942a36b4771f3aab730780ef
|
||||
size 2315274
|
3
terragrunt-0.38.5.tar.gz
Normal file
3
terragrunt-0.38.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2be9f0f713895b853094d180ddf7bab6c716a1e63b9065e32b622dc6a646e08a
|
||||
size 2317185
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 19:04:18 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.38.5:
|
||||
* Improve Terragrunt error logs (#2175)
|
||||
* Fix bug in render-json with dependency and locals (#2191)
|
||||
* Addresses dependabot alerts (#2192)
|
||||
* Bump nokogiri from 1.12.5 to 1.13.6 in /docs (#2115)
|
||||
* Fix quick-start typo (#2183)
|
||||
* Fix typo (#2186)
|
||||
* Set compatibilty version to go 1.17 (#2180)
|
||||
* Update codeowners (#2162)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 05 14:19:25 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.38.4
|
||||
Version: 0.38.5
|
||||
Release: 0
|
||||
Summary: Thin wrapper for Terraform for working with multiple Terraform modules
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9db95bf937b04a5e2709cd58a93c38c80d647ec4335226a558b38b3f48436639
|
||||
size 9079861
|
||||
oid sha256:4bf3578cbf679c1397a60be6e32c7f19cce10a809a754ead2d3bd562c01c8fce
|
||||
size 8939372
|
||||
|
Loading…
Reference in New Issue
Block a user