forked from pool/terragrunt
Accepting request 984673 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/984673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=5
This commit is contained in:
commit
85c97fd90f
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.37.2</param>
|
||||
<param name="revision">v0.38.1</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.37.2.tar.gz</param>
|
||||
<param name="archive">terragrunt-0.38.1.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">9bde71bd65f55a95d5fe202b3dcadcc63c864627</param></service></servicedata>
|
||||
<param name="changesrevision">47f16b7b07359fa0f5d3e511954414932ec646dc</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d695ec2fb1493dce1b58a99ba82bdcc9928f8aafb359eafa29b1c9b67c7aec24
|
||||
size 2308384
|
3
terragrunt-0.38.1.tar.gz
Normal file
3
terragrunt-0.38.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02b7c2695a44d6caa49b28b1adc138623e3fd13ef84c557ee304e79a0c6300e9
|
||||
size 2313152
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 20:45:14 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.38.1:
|
||||
* feat: fetch dependency output from state (#2123)
|
||||
* Add ability to customize SSE settings for the remote state bucket (#2157)
|
||||
* Add ability to disable auto-approve (#2156)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 07:54:16 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.38.0:
|
||||
* Test against terraform 1.2 (#2147)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 07:50:00 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.37.4:
|
||||
* Make include_in_copy work for patterns containing parent folders (#2112)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 07:44:55 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.37.3:
|
||||
* feat: improve local source code download behaviour (#2006)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 09 17:10:17 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.37.2
|
||||
Version: 0.38.1
|
||||
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:9ca6adc43a1f2d906f3ac7858c14eccdd9e54d3f5133f2be4ceaaa09d2432024
|
||||
size 8861837
|
||||
oid sha256:d6dce59113f848fed461616cb67c3752ded11a7fbc66b57afd3a83a4dc631526
|
||||
size 9082590
|
||||
|
Loading…
Reference in New Issue
Block a user