Accepting request 1237035 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1237035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=181
This commit is contained in:
commit
f0e72f1805
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.2</param>
|
||||
<param name="revision">v0.72.0</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">54a810fddda0d2bfa0e0873da9d3db826fe6a09a</param></service></servicedata>
|
||||
<param name="changesrevision">19eaeb59913676e02a25222d2f6537f3f2789da1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1ac8d97fc874c1afac4f00e7071791cbc64ebded3e1ac81f82f15cfb996cc5c
|
||||
size 8486925
|
3
terragrunt-0.72.0.obscpio
Normal file
3
terragrunt-0.72.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f413d468bd6fbb6cb2d7da98486c934ee750e5d81f35413f946b055a890ab45
|
||||
size 8530957
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 12:09:47 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.72.0:
|
||||
* Tofu 1.9.0 support (#3746)
|
||||
* fix: Adjusting docs for install (#3745)
|
||||
* fix: Fixing race condition in
|
||||
`TestDownloadTerraformSourceFromLocalFolderWithManifest` test
|
||||
(#3744)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 06:05:22 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.71.5:
|
||||
* fix: Flush buffer early so that users still get streamed logs
|
||||
(#3742)
|
||||
* fix: Removing integrity check on hubspot script (#3739)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 06:00:01 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.71.4:
|
||||
* Added exclude_from_copy to config (#3543)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 05:53:52 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.71.3:
|
||||
* Updated stack version to point to main (#3743)
|
||||
* Stacks: generate (#3627)
|
||||
* Fixed discord link (#3740)
|
||||
* build(deps): bump github.com/gruntwork-io/boilerplate (#3725)
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to
|
||||
1.32.7 (#3729)
|
||||
* build(deps): bump ruby/setup-ruby from 1.204.0 to 1.207.0
|
||||
(#3728)
|
||||
* build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0
|
||||
(#3727)
|
||||
* build(deps): bump github.com/zclconf/go-cty from 1.15.1 to
|
||||
1.16.0 (#3726)
|
||||
* fix: Fixing some broken links (#3736)
|
||||
* Feat/add subscribe banner (#3731)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 07 07:59:38 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.71.2
|
||||
mtime: 1736177885
|
||||
commit: 54a810fddda0d2bfa0e0873da9d3db826fe6a09a
|
||||
version: 0.72.0
|
||||
mtime: 1736524288
|
||||
commit: 19eaeb59913676e02a25222d2f6537f3f2789da1
|
||||
|
@ -16,10 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.71.2
|
||||
Version: 0.72.0
|
||||
Release: 0
|
||||
Summary: Thin wrapper for Terraform for working with multiple Terraform modules
|
||||
License: MIT
|
||||
@ -46,7 +44,7 @@ go build \
|
||||
|
||||
%install
|
||||
# Install the binary.
|
||||
install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
|
||||
install -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09f67a9baaee1da93a2ce22d174e216ef387e45775e402c6b8ae8159751fdc8e
|
||||
size 19739231
|
||||
oid sha256:895ae54ff973115a6d1259930174c267c1e17c511409c4804fd3ca0ee0b589bc
|
||||
size 19787340
|
||||
|
Loading…
x
Reference in New Issue
Block a user