Accepting request 1223533 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1223533 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=164
This commit is contained in:
commit
a500561107
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.68.7</param>
|
<param name="revision">v0.68.10</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">326c3251e74f7ea5156ace251fdcc1d49f1084c3</param></service></servicedata>
|
<param name="changesrevision">a4e26e25778156c21f2da160a11e6bd5425bf6a6</param></service></servicedata>
|
3
terragrunt-0.68.10.obscpio
Normal file
3
terragrunt-0.68.10.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5996e2ed70788daae1daa5a35f5036b24a8a97a2919657db085aaaa46c9f6de6
|
||||||
|
size 8075277
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dea0e4d5367c58d09f157eb1a19c470fd2b09fa4945517e659f42348f9ebbb47
|
|
||||||
size 8047117
|
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 07:17:03 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.68.10:
|
||||||
|
* Improved errors handling for HCL functions (#3544)
|
||||||
|
* Update config doc to fix terragrunt-diff typo (#3515)
|
||||||
|
* build(deps): bump
|
||||||
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
|
||||||
|
(#3501)
|
||||||
|
* build(deps): bump github.com/charmbracelet/glamour from 0.6.0
|
||||||
|
to 0.8.0 (#3493)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 06:48:29 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.68.9:
|
||||||
|
* Feature flags parsing (#3513)
|
||||||
|
* docs(cli-options): add a warning message about non-functionnal
|
||||||
|
glob curly braces expansion for TERRAGRUNT_INCLUDE_DIR and
|
||||||
|
TERRAGRUNT_EXCLUDE_DIR env variables (#3516)
|
||||||
|
* build(deps): bump
|
||||||
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
|
||||||
|
from 1.23.0 to 1.31.0 (#3503)
|
||||||
|
* build(deps-dev): bump rexml from 3.3.6 to 3.3.9 in /docs
|
||||||
|
(#3522)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 06:20:13 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.68.8:
|
||||||
|
* Implement terragrunt-dont-check-dependent-modules flag (#3534)
|
||||||
|
* build(deps): bump cloud.google.com/go/storage from 1.44.0 to
|
||||||
|
1.46.0 (#3530)
|
||||||
|
* build(deps): bump ruby/setup-ruby from 1.196.0 to 1.199.0
|
||||||
|
(#3531)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 01 16:15:59 UTC 2024 - opensuse_buildservice@ojkastl.de
|
Fri Nov 01 16:15:59 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: terragrunt
|
name: terragrunt
|
||||||
version: 0.68.7
|
version: 0.68.10
|
||||||
mtime: 1730473452
|
mtime: 1731344181
|
||||||
commit: 326c3251e74f7ea5156ace251fdcc1d49f1084c3
|
commit: a4e26e25778156c21f2da160a11e6bd5425bf6a6
|
||||||
|
@ -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.68.7
|
Version: 0.68.10
|
||||||
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:767e7f5ea08e36b60787934a14ea1c4b6a6c2943de1b33e9962a1f978d50953c
|
oid sha256:3e9400b19fce07f161d5e8781140c7fac0e6b4e8b489194d46dd789469d8d024
|
||||||
size 20219197
|
size 20327789
|
||||||
|
Loading…
Reference in New Issue
Block a user