Accepting request 1035807 from home:ojkastl_buildservice:Branch_terraform
update to 0.40.2 OBS-URL: https://build.opensuse.org/request/show/1035807 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=40
This commit is contained in:
parent
e0b3315b28
commit
cfc80c2c51
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.39.2</param>
|
||||
<param name="revision">v0.40.2</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.39.2.tar.gz</param>
|
||||
<param name="archive">terragrunt-0.40.2.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">331dcc17f5b4947b4edad4e6f296699ac36ca0f8</param></service></servicedata>
|
||||
<param name="changesrevision">a6e194810c9a678895188cd6bbd8629cb328f637</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f6ac30b6ee32e307c6d9c88b39539bb710a189d7e20f2b2bb72480a30f90bfd
|
||||
size 2326834
|
3
terragrunt-0.40.2.tar.gz
Normal file
3
terragrunt-0.40.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3b1dcef084ea8746fd7b66ed0202a1890d5e86186c4e47eaded413303b2801f
|
||||
size 2328503
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 09:53:01 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.40.2:
|
||||
* Bump `golang.org/x/text` and `golang.org/x/net` (#2341)
|
||||
* #2331 - fix(docs): Fixes azs in the quick start example (#2340)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 09:49:04 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.40.1:
|
||||
* fix: protect sops cache from multiple parallel writes (#2352)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 09:44:02 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.40.0:
|
||||
* Add support for Terraform 1.3 (#2308)
|
||||
* Fix installation of goimports (#2339)
|
||||
* fix: modified single quotes to back quotes. (#2310)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 05:10:42 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.39.2
|
||||
Version: 0.40.2
|
||||
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:84ac19757336f4ddccf83a18a12745be4d49820a8252e37e20642a692600cb97
|
||||
size 8939593
|
||||
oid sha256:6dd3dfddeb8a1adaf1b8a770a6016410705723b92b733485641d33e5a1e8e968
|
||||
size 9074605
|
||||
|
Loading…
Reference in New Issue
Block a user