forked from pool/terragrunt
Accepting request 1175200 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1175200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=122
This commit is contained in:
commit
1db2f7ca19
@ -6,7 +6,7 @@ This also means, that vendoring fails without first creating the mocks...
|
||||
|
||||
1. Change the version in the `_service` file
|
||||
3. Run `make`
|
||||
4. Create a changelog entry
|
||||
4. Check the autogenerated changelog entry
|
||||
5. Commit the changes as usual
|
||||
|
||||
For the OBS workflow you need `obs-service-tar_scm`.
|
||||
|
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.58.4</param>
|
||||
<param name="revision">v0.58.7</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">ee1ece03d9b774e1fb1c76ccebc8b2444a0fcd44</param></service></servicedata>
|
||||
<param name="changesrevision">7e283d73c328c594f711b256a6113bb309c90dde</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ad03923b5458563be94988b42a61eb0625670f09da64efeb60b8f5334a3027d
|
||||
size 7527437
|
3
terragrunt-0.58.7.obscpio
Normal file
3
terragrunt-0.58.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91f5b2502dec423d618479cd907ad6f1ebd8fea8a14066d2a35ccf4fe78de9b3
|
||||
size 22338061
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 19 09:38:14 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.58.7:
|
||||
* Support all `provider_installation` methods with provider cache
|
||||
(#3133)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 09:20:07 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.58.6:
|
||||
* fix: terraform source url handling (#3142)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 09:04:13 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.58.5:
|
||||
* Docs and tests fixes (#3136)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 19:49:23 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.58.4
|
||||
mtime: 1715370548
|
||||
commit: ee1ece03d9b774e1fb1c76ccebc8b2444a0fcd44
|
||||
version: 0.58.7
|
||||
mtime: 1716054310
|
||||
commit: 7e283d73c328c594f711b256a6113bb309c90dde
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.58.4
|
||||
Version: 0.58.7
|
||||
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:9daca99f213ee5e8515e634d8127f60446e134e7b2d1c73cd7dc7afe4b02397e
|
||||
size 16001898
|
||||
oid sha256:90d6d4b47bc8767df4b0aca2263c7bc33aa3af3038c3b984da064a7e9cb4abc6
|
||||
size 16001199
|
||||
|
Loading…
Reference in New Issue
Block a user