Accepting request 1200957 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1200957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=154
This commit is contained in:
commit
170f93a512
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.66.9</param>
|
<param name="revision">v0.67.4</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">5867027e6146f5f328581240d43b43c0b71704e6</param></service></servicedata>
|
<param name="changesrevision">caa489057fadc4b67616350b5cbc09c0cab234b7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8e7e05872f885ea56f0b197e4dd7f0359bb089f2b95b4add5ef5478af1f43bc
|
|
||||||
size 7841805
|
|
3
terragrunt-0.67.4.obscpio
Normal file
3
terragrunt-0.67.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ba86ea0f6849fa4565836bd352dd236ab9b743e50c9866f46e1adbd72992bbb
|
||||||
|
size 7891469
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 18:50:23 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.4:
|
||||||
|
* Added handling of TERRAGRUNT_TEMP_QUOTE_NULL (#3395)
|
||||||
|
* Updated download test to fetch changes from main (#3386)
|
||||||
|
* TG-251 Test fixtures organisation (#3380)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 18:46:36 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.3:
|
||||||
|
* fix: Reverting changes in #3383 (#3385)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 18:40:06 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.2:
|
||||||
|
* 3364 - Update Remote State Encryption When Configurations Are
|
||||||
|
Updated (#3383)
|
||||||
|
* Migration from master to main (#3379)
|
||||||
|
* build(deps-dev): bump rexml from 3.3.3 to 3.3.6 in /docs (#3359)
|
||||||
|
* Tests simplification (#3365)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 18:32:31 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.1:
|
||||||
|
* Dependencies upgrade (#3374)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 18:25:14 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.67.0:
|
||||||
|
* Log improvements (#3338)
|
||||||
|
* Locals doc: Fix/improve 'Reading from other HCL files' (#3361)
|
||||||
|
* feat: Adding `thelpher` and `wastedassign` lints (#3352)
|
||||||
|
* feat: Split out unessential jobs (#3357)
|
||||||
|
* feat: Adding strict lint (#3348)
|
||||||
|
* Engine documentation update (#3355)
|
||||||
|
* feat: Adding `wsl` lint (#3351)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 20 16:40:34 UTC 2024 - opensuse_buildservice@ojkastl.de
|
Tue Aug 20 16:40:34 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: terragrunt
|
name: terragrunt
|
||||||
version: 0.66.9
|
version: 0.67.4
|
||||||
mtime: 1724169304
|
mtime: 1725904850
|
||||||
commit: 5867027e6146f5f328581240d43b43c0b71704e6
|
commit: caa489057fadc4b67616350b5cbc09c0cab234b7
|
||||||
|
@ -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.66.9
|
Version: 0.67.4
|
||||||
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f19f6711970e7b19594278ee7569aba4206b6d00aea36f8af68857bbd59bd2fd
|
oid sha256:f639db55abfbdfaf07857a485111e17ff3a50435297806f413be2e069ef4ebb3
|
||||||
size 17414752
|
size 17494001
|
||||||
|
Loading…
Reference in New Issue
Block a user