forked from pool/terragrunt
Accepting request 1063166 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1063166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=28
This commit is contained in:
commit
f714fe1046
4
_service
4
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.43.1</param>
|
<param name="revision">v0.43.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
@ -16,6 +16,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">terragrunt-0.43.1.tar.gz</param>
|
<param name="archive">terragrunt-0.43.2.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||||
<param name="changesrevision">6d8c982af561a93f9e37a92aa9af11e461c50c02</param></service></servicedata>
|
<param name="changesrevision">0966273d41466b5ec4220f35e8e6cafdb5a581a1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5efc5becfbcbf39da9c9aea65fe82f0696d819582c333cf6799509942d750444
|
|
||||||
size 2334330
|
|
3
terragrunt-0.43.2.tar.gz
Normal file
3
terragrunt-0.43.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:701a914066f2e4b81512fabe4b31bd923487a29b2c9e56ece445925b6e0c8ead
|
||||||
|
size 2334177
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 04 12:23:12 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.43.2:
|
||||||
|
* Improved handling of default value for sse_algorithm (#2438)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 02 06:50:01 UTC 2023 - kastl@b1-systems.de
|
Thu Feb 02 06:50:01 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: terragrunt
|
Name: terragrunt
|
||||||
Version: 0.43.1
|
Version: 0.43.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin wrapper for Terraform for working with multiple Terraform modules
|
Summary: Thin wrapper for Terraform for working with multiple Terraform modules
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fe77a79f9ae7b7564c3bd7cecb5a0f8ab2070a2d3353726b7504066a1c4b0b2c
|
oid sha256:2db8eb0f7e09261724feed1e6b23589a11ddde2db4a4bfa883533ce46f3a0957
|
||||||
size 9911367
|
size 9911293
|
||||||
|
Loading…
Reference in New Issue
Block a user