Accepting request 1093421 from home:ojkastl_buildservice:Branch_terraform
update to 0.47.0 OBS-URL: https://build.opensuse.org/request/show/1093421 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=113
This commit is contained in:
parent
c09ab1c4ee
commit
e2f3bd613b
2
_service
2
_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.46.3</param>
|
<param name="revision">v0.47.0</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>
|
||||||
|
@ -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">d59c964f36a32f2b73217e6306b07056cd473054</param></service></servicedata>
|
<param name="changesrevision">1d181090e511602cf5462f845bc854f540bc9f14</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9aa2496b2630b3f80ef2767a3b6d58c79ed11fc3e2a506c768024fef6ee8a66b
|
|
||||||
size 4930572
|
|
3
terragrunt-0.47.0.obscpio
Normal file
3
terragrunt-0.47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45605c80dc561a9a599a8d61cae1557c912cd21fcc0ef8325ac89ccf0ced173b
|
||||||
|
size 4930572
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 16 05:13:44 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.47.0:
|
||||||
|
* Go upgrade to 1.20 (#2605)
|
||||||
|
- BuildRequire go1.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 12 20:00:20 UTC 2023 - kastl@b1-systems.de
|
Mon Jun 12 20:00:20 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: terragrunt
|
name: terragrunt
|
||||||
version: 0.46.3
|
version: 0.47.0
|
||||||
mtime: 1686164952
|
mtime: 1686860120
|
||||||
commit: d59c964f36a32f2b73217e6306b07056cd473054
|
commit: 1d181090e511602cf5462f845bc854f540bc9f14
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
%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.46.3
|
Version: 0.47.0
|
||||||
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
|
||||||
URL: https://github.com/gruntwork-io/terragrunt
|
URL: https://github.com/gruntwork-io/terragrunt
|
||||||
Source: terragrunt-%{version}.tar.gz
|
Source: terragrunt-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
BuildRequires: go >= 1.18
|
BuildRequires: go >= 1.20
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.
|
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a6408e2abbb56e8952b988487db7a33bf8ddcd533c8625407b7cee6fca50674b
|
oid sha256:22e1f974a3ce1ef5b3640897434e9f735d0a7c5db6a4d95362159675168327bd
|
||||||
size 10133316
|
size 10133533
|
||||||
|
Loading…
Reference in New Issue
Block a user