Accepting request 1235503 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1235503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=180
This commit is contained in:
commit
1dd1306e4b
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.71.1</param>
|
||||
<param name="revision">v0.71.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||
<param name="changesrevision">e7abbd0f95fadd15afefb40f9737c9efb19c7c27</param></service></servicedata>
|
||||
<param name="changesrevision">54a810fddda0d2bfa0e0873da9d3db826fe6a09a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aacbfd32502533171a2de6acc7cccd8c2fb6946d04261228c50f01fb18eb6f1c
|
||||
size 8474125
|
3
terragrunt-0.71.2.obscpio
Normal file
3
terragrunt-0.71.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1ac8d97fc874c1afac4f00e7071791cbc64ebded3e1ac81f82f15cfb996cc5c
|
||||
size 8486925
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 07 07:59:38 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.71.2:
|
||||
* fix: Use correct cache while parsing partial config (#3701)
|
||||
* Update hclfmt documentation (#3702)
|
||||
* Minor Code Improvements (#3718)
|
||||
* Dependencies update (#3716)
|
||||
* Feature flags concurrency fix (#3713)
|
||||
* feat: Adding `%tf-command` log placeholder for custom format
|
||||
(#3709)
|
||||
* fix: Updating Discord link for website (#3697)
|
||||
* fix: Rephrasing missing dependency a bit (#3695)
|
||||
* Enhanced clarity of error messages for missing mock outputs
|
||||
when using the dependencies block, fix #3567 (#3692)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 21 14:30:21 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.71.1
|
||||
mtime: 1734713862
|
||||
commit: e7abbd0f95fadd15afefb40f9737c9efb19c7c27
|
||||
version: 0.71.2
|
||||
mtime: 1736177885
|
||||
commit: 54a810fddda0d2bfa0e0873da9d3db826fe6a09a
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package terragrunt
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.71.1
|
||||
Version: 0.71.2
|
||||
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:bebe6114fa3caf024579933895d15419b7d5f44158552d2152eeafc45e7043ac
|
||||
size 20235083
|
||||
oid sha256:09f67a9baaee1da93a2ce22d174e216ef387e45775e402c6b8ae8159751fdc8e
|
||||
size 19739231
|
||||
|
Loading…
x
Reference in New Issue
Block a user