Accepting request 1150100 from systemsmanagement:terraform
OBS-URL: https://build.opensuse.org/request/show/1150100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terragrunt?expand=0&rev=102
This commit is contained in:
commit
db09cb7d2b
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.55.4</param>
|
||||
<param name="revision">v0.55.9</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
|
||||
<param name="changesrevision">9f8d90508a56e3e31b280f30c577becf883375c0</param></service></servicedata>
|
||||
<param name="changesrevision">450304f93da17b20d7a5d52c829b747cc1a147a4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81e7dfe24eb71f3133922e0aa040cf074fa96b5c03a1d274a83c7d376d5140cc
|
||||
size 7222285
|
3
terragrunt-0.55.9.obscpio
Normal file
3
terragrunt-0.55.9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b4738e96c4f1ef19adba1dd24b1e4fb84384fde34de726f106551c9ad50d206
|
||||
size 7275021
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 09:09:56 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.55.9:
|
||||
* Fix data race accessing shared slice from goroutines in
|
||||
dependency computation. (#2942)
|
||||
* Recommending pre-release as a way to mitigate the risk of
|
||||
failed releases (#2964)
|
||||
* Test for tracking that no errors are printed in HCL files
|
||||
parsing (#2947)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 09:00:58 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.55.8:
|
||||
* Fixing typo in the log message when using catalog (#2960)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 08:57:41 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.55.7:
|
||||
* Update go version to 1.21.7 to fix CVEs (#2951)
|
||||
- BuildRequire go1.21.7 or higher
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 08:54:54 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.55.6:
|
||||
* Fix nested dependency parsing (#2957)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 08:52:59 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.55.5:
|
||||
* Add support for OpenTelemetry (#2921)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 20:50:49 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: terragrunt
|
||||
version: 0.55.4
|
||||
mtime: 1708433145
|
||||
commit: 9f8d90508a56e3e31b280f30c577becf883375c0
|
||||
version: 0.55.9
|
||||
mtime: 1708720019
|
||||
commit: 450304f93da17b20d7a5d52c829b747cc1a147a4
|
||||
|
@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: terragrunt
|
||||
Version: 0.55.4
|
||||
Version: 0.55.9
|
||||
Release: 0
|
||||
Summary: Thin wrapper for Terraform for working with multiple Terraform modules
|
||||
License: MIT
|
||||
URL: https://github.com/gruntwork-io/terragrunt
|
||||
Source: terragrunt-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.20
|
||||
BuildRequires: go1.21 >= 1.21.7
|
||||
|
||||
%description
|
||||
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd0582d5d4c6d056de1b5c5c3b283d634fbef4cb35aa5e6b988efaac8736aa03
|
||||
size 13890970
|
||||
oid sha256:a6cac070272250fb61787ddb5c25e08c5a4f1603f526c4a044c42e97908660b8
|
||||
size 14371924
|
||||
|
Loading…
Reference in New Issue
Block a user