forked from pool/terragrunt
Accepting request 1001727 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1001727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=11
This commit is contained in:
commit
18b7ff20e2
4
_service
4
_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.38.6</param>
|
||||
<param name="revision">v0.38.9</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">terragrunt-0.38.6.tar.gz</param>
|
||||
<param name="archive">terragrunt-0.38.9.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||
<param name="changesrevision">e6f53ed2d428944a30e03f32461d51393c68dd0f</param></service></servicedata>
|
||||
<param name="changesrevision">7788a525ab61641211e3f8a127ed53b450e96bc8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92e91f90f4847ed167b7bbd275b73ad17e8cba61e13f5e2956a3be346b1a9416
|
||||
size 2324004
|
3
terragrunt-0.38.9.tar.gz
Normal file
3
terragrunt-0.38.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81c7c9f6cc5b4ef1910901a2c8cfd6d3198c4db93123f0ecd59c48017dfbfb41
|
||||
size 2325599
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 07 11:06:00 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.38.9:
|
||||
* Improve partial parsing HCL strings by adding cache (#2204)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 07 11:04:41 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.38.8:
|
||||
* #2245: Add option to skip state bucket public access blocking (#2246)
|
||||
* fix(docs): use correct link (#2250)
|
||||
* Update render json tests to use different directories and avoid parallel execution errors (#2248)
|
||||
* fix(docs): correct spelling (#2238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 07 10:57:44 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.38.7:
|
||||
* Fix bug where terragrunt run-all render-json overwrites all files (#2230)
|
||||
* Remove commercial-support page and references (#2197)
|
||||
* Fix typo (#2213)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 17:39:05 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.38.6
|
||||
Version: 0.38.9
|
||||
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:d4c8c7b52ed6feb040783c0b24d6aa30da48ad2474a8a561e8bb5a2ec3eb9ad3
|
||||
size 8939305
|
||||
oid sha256:4e6b34a4559b8966a2da2d0da00a16c782ffdd7e17b7e003efdac4079222f46a
|
||||
size 8939394
|
||||
|
Loading…
Reference in New Issue
Block a user