Accepting request 1204179 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1204179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=156
This commit is contained in:
commit
4d7c4bdc4d
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.67.10</param>
|
<param name="revision">v0.67.14</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">70797fd45c502221af8804266b01f958ee8b7091</param></service></servicedata>
|
<param name="changesrevision">58e2c20ed2c50b4bdc3c278a01bc447fab650d78</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25bb062bab1287918d9ed62b49ae6ff64e0cbb1e4ece3788166e484b74245240
|
|
||||||
size 7954445
|
|
3
terragrunt-0.67.14.obscpio
Normal file
3
terragrunt-0.67.14.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e2f19d2c66df5c365e7b02dcae7528b96d9546e45b49d635e353a1492142572
|
||||||
|
size 7990285
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 13:09:48 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.14:
|
||||||
|
* fix: Use env vars for `sops_decrypt_file` (#3439)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 13:05:01 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.13:
|
||||||
|
* CVE fixes and dependencies update (#3435)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 12:58:39 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.12:
|
||||||
|
* Fixing registry host discovery (Terragrunt Provider Cache)
|
||||||
|
(#3432)
|
||||||
|
* Fixing converting absolute paths to relative in logs (#3433)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 25 17:03:18 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.11:
|
||||||
|
* feat: introducing "copy_terraform_lock_file" to fine tune Lock
|
||||||
|
File Handling (#2889)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 21 13:44:15 UTC 2024 - opensuse_buildservice@ojkastl.de
|
Sat Sep 21 13:44:15 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: terragrunt
|
name: terragrunt
|
||||||
version: 0.67.10
|
version: 0.67.14
|
||||||
mtime: 1726809874
|
mtime: 1727368094
|
||||||
commit: 70797fd45c502221af8804266b01f958ee8b7091
|
commit: 58e2c20ed2c50b4bdc3c278a01bc447fab650d78
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%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.67.10
|
Version: 0.67.14
|
||||||
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
|
||||||
@ -28,10 +28,12 @@ Source: terragrunt-%{version}.tar.gz
|
|||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: Makefile
|
Source2: Makefile
|
||||||
Source3: PACKAGING_README.md
|
Source3: PACKAGING_README.md
|
||||||
BuildRequires: go1.22
|
BuildRequires: go1.23
|
||||||
|
|
||||||
%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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a 1
|
%autosetup -p1 -a 1
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9da95bd039bdf3786a7416560611a3184acab409896fbee61a2eb0806aebca25
|
oid sha256:0ce2d0e34687323ecaab0013299ebd4865b5491b25ca4b1ce917dc5d548e38a9
|
||||||
size 17470985
|
size 17473961
|
||||||
|
Loading…
Reference in New Issue
Block a user