Accepting request 1112418 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1112418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=65
This commit is contained in:
commit
d5506ebb48
2
_service
2
_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.50.17</param>
|
||||
<param name="revision">v0.51.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||
<param name="changesrevision">b9b239dca970724b121b7be636a8196446beb9de</param></service></servicedata>
|
||||
<param name="changesrevision">6156735accb529e814f9f704176d82e6344967e8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cad6b4cd7ecbcedaef8ea457dcf952b3adc91dc1e148e336274b752eb287a7b
|
||||
size 5076492
|
3
terragrunt-0.51.3.obscpio
Normal file
3
terragrunt-0.51.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e9b75a716f34fe0426fd8ec67baebab3c9d11c6e2b478768a704c5d9eac93b8
|
||||
size 5076492
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 05:14:16 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.51.3:
|
||||
* Add debug log message to print chdir option (#2724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 05:08:00 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.51.2:
|
||||
* S3 bucket errors handling (#2721)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 04:45:48 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.51.1:
|
||||
* Removes trailing slash appended to the end of
|
||||
`get_path_to_repo_root()` (#2719)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 05:35:23 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.51.0:
|
||||
* Updated to go 1.21 (#2715)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 09:26:32 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.50.17
|
||||
mtime: 1694716601
|
||||
commit: b9b239dca970724b121b7be636a8196446beb9de
|
||||
version: 0.51.3
|
||||
mtime: 1695155828
|
||||
commit: 6156735accb529e814f9f704176d82e6344967e8
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.50.17
|
||||
Version: 0.51.3
|
||||
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:86bd3f6d4d02d5218e11313f79d41d49027f457c91ed284ffd92480f2a73f83e
|
||||
size 10384604
|
||||
oid sha256:f77445d2884b89bc447f123ba2f22e9fda56664433de365e9b73fac175ce3053
|
||||
size 10384689
|
||||
|
Loading…
Reference in New Issue
Block a user