update to 0.70.4
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=379
This commit is contained in:
parent
706b796c93
commit
bee2103be4
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.69.13</param>
|
||||
<param name="revision">v0.70.4</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">38ceae28c17dd78e83181a6e3655032744730c56</param></service></servicedata>
|
||||
<param name="changesrevision">825ba30165a6f01287bbd40e48a2c719e103a97c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46fb575394f418093c3248916f7bcc71116fd01f22bb2392548070e33f7cd4bd
|
||||
size 8391693
|
3
terragrunt-0.70.4.obscpio
Normal file
3
terragrunt-0.70.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c907919d432fea8e7ad268fc786ae92782c4de082c3d40d6b5683a64afac4bc2
|
||||
size 8458253
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 07:49:40 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.70.4:
|
||||
* fix: Fixing configurable `root` include (#3683)
|
||||
* fix: Fixing `root-file-name` default (#3682)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 07:35:41 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.70.3:
|
||||
* build(deps): bump
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
|
||||
(#3666)
|
||||
* build(deps): bump
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric (#3664)
|
||||
* build(deps): bump
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
|
||||
(#3663)
|
||||
* build(deps): bump go.opentelemetry.io/otel from 1.32.0 to
|
||||
1.33.0 (#3662)
|
||||
* build(deps): bump filippo.io/age from 1.2.0 to 1.2.1 (#3680)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 07:33:19 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.70.2:
|
||||
* fix: Adding `tf-command-args` support (#3679)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 07:27:13 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.70.1:
|
||||
* fix: Adding GitHub Enterprise support for catalog (#3678)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 07:24:33 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.70.0:
|
||||
* fix: Reintroduce symlink work behind experiment flag (#3672)
|
||||
* feat: Deprecating `terragrunt.hcl` as root (#3588)
|
||||
* fix: Adding redirect entries for all the pages that were
|
||||
renamed (#3676)
|
||||
* Lint fixes (#3670)
|
||||
* Updated json formatting (#3668)
|
||||
* chore: Reorganizing the features section of the docs (#3640)
|
||||
* build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1
|
||||
(#3638)
|
||||
* build(deps): bump ruby/setup-ruby from 1.202.0 to 1.204.0
|
||||
(#3660)
|
||||
* build(deps): bump github.com/stretchr/testify from 1.9.0 to
|
||||
1.10.0 (#3634)
|
||||
* build(deps): bump github.com/charmbracelet/lipgloss from 0.13.0
|
||||
to 1.0.0 (#3635)
|
||||
* build(deps): bump github.com/zclconf/go-cty from 1.14.2 to
|
||||
1.15.1 (#3636)
|
||||
* build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
|
||||
(#3637)
|
||||
* fix: `ProviderCacheWithProviderCacheDir` test (#3656)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 21:14:42 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.69.13
|
||||
mtime: 1734107093
|
||||
commit: 38ceae28c17dd78e83181a6e3655032744730c56
|
||||
version: 0.70.4
|
||||
mtime: 1734567926
|
||||
commit: 825ba30165a6f01287bbd40e48a2c719e103a97c
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.69.13
|
||||
Version: 0.70.4
|
||||
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:d253e5cfad0b0652a7f914f2481ceda9ddaec754d553547ee2dfbfc61a6ff4c7
|
||||
size 19807066
|
||||
oid sha256:f4bb5f2d12fa626397093abdbccb8b2ff18796bcc3471f228feff5c76dfe18c2
|
||||
size 19789109
|
||||
|
Loading…
Reference in New Issue
Block a user