Accepting request 1207066 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1207066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=159
This commit is contained in:
commit
3e9d1d7380
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.67.16</param>
|
||||
<param name="revision">v0.68.1</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">3dad9946c633f684979384327d113954bc58598e</param></service></servicedata>
|
||||
<param name="changesrevision">7108133618991a39a7421f92d173432553330309</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb65790e4e61555e029faaf39836660fd127e9d6074537907bdc149363f4e253
|
||||
size 7993357
|
3
terragrunt-0.68.1.obscpio
Normal file
3
terragrunt-0.68.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eeed5187a16954aec7b86e145d9cba56748db306134c4a145d822f4467837dbd
|
||||
size 7998989
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 07:06:21 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.68.1:
|
||||
* fix: Removing non non-interactive logic in err stream redirect
|
||||
(#3464)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 07:02:22 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.68.0:
|
||||
* Suppressing `423` error in Terragrunt Provider Cache (#3453)
|
||||
* Fix concurrent map write due to read lock and delete (#3457)
|
||||
* fix(init): do not require re-init after explicit init on clean
|
||||
directory (#2949)
|
||||
* feat: support merging the "skip" attribute from included files.
|
||||
(#3225)
|
||||
* build(deps): bump webrick from 1.8.1 to 1.8.2 in /docs (#3436)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 06 08:04:37 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.67.16
|
||||
mtime: 1727964382
|
||||
commit: 3dad9946c633f684979384327d113954bc58598e
|
||||
version: 0.68.1
|
||||
mtime: 1728570752
|
||||
commit: 7108133618991a39a7421f92d173432553330309
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.67.16
|
||||
Version: 0.68.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:f237ced6ce00c80f08e27a75dc65d71c91779f3f0d7f9f9ff5080921a4ac05f6
|
||||
size 17473879
|
||||
oid sha256:e4538d51665ba3dc280b277f9176b3318018beefa3fbbd9f7a379f8be46776a4
|
||||
size 17462793
|
||||
|
Loading…
Reference in New Issue
Block a user