Accepting request 1038026 from home:ojkastl_buildservice:Branch_terraform
update to 0.41.0; BuildRequire go1.18 OBS-URL: https://build.opensuse.org/request/show/1038026 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=42
This commit is contained in:
parent
cfc80c2c51
commit
1c73d43275
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.40.2</param>
|
||||
<param name="revision">v0.41.0</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.40.2.tar.gz</param>
|
||||
<param name="archive">terragrunt-0.41.0.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">a6e194810c9a678895188cd6bbd8629cb328f637</param></service></servicedata>
|
||||
<param name="changesrevision">a83a7b8a0f4cb147f9637ecf9200be83c8ea3883</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3b1dcef084ea8746fd7b66ed0202a1890d5e86186c4e47eaded413303b2801f
|
||||
size 2328503
|
3
terragrunt-0.41.0.tar.gz
Normal file
3
terragrunt-0.41.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d922c0409a7c4dcc0e599209dd33954a95bf963c6d0599ca5bf6433c1815e8e7
|
||||
size 2325211
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 17:53:09 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.41.0:
|
||||
* Go 1.18 upgrade (#2365)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 09:53:01 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.40.2
|
||||
Version: 0.41.0
|
||||
Release: 0
|
||||
Summary: Thin wrapper for Terraform for working with multiple Terraform modules
|
||||
License: MIT
|
||||
URL: https://github.com/gruntwork-io/terragrunt
|
||||
Source: terragrunt-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.17
|
||||
BuildRequires: go >= 1.18
|
||||
|
||||
%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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dd3dfddeb8a1adaf1b8a770a6016410705723b92b733485641d33e5a1e8e968
|
||||
size 9074605
|
||||
oid sha256:5f7fb9fe7e9a03db1cab07d891bd3fd6cc7bf3545911d96d7c6815a16314ab25
|
||||
size 9074635
|
||||
|
Loading…
Reference in New Issue
Block a user