Accepting request 1190288 from systemsmanagement:opentofu
OBS-URL: https://build.opensuse.org/request/show/1190288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentofu?expand=0&rev=19
This commit is contained in:
commit
366eb9bfd0
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/opentofu/opentofu/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.7.3</param>
|
||||
<param name="revision">v1.8.0</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/opentofu/opentofu/</param>
|
||||
<param name="changesrevision">b5e7400cb9774a7c86c9116a1fcceb8b66a3487f</param></service></servicedata>
|
||||
<param name="changesrevision">b1834a291027c5d4f14ca6e6acd4152bb42b6c65</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad78c5099da9c8f6b1fdc80757e674c922b1a2a0c308b252a41f23d8d4994e13
|
||||
size 18857485
|
3
opentofu-1.8.0.obscpio
Normal file
3
opentofu-1.8.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53de133bb14efcf6aca9dd7b22613af5a3756d29e0c3fb3cfee95f3bb5fd57cc
|
||||
size 19302413
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 14:38:36 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.8.0:
|
||||
* What's New?
|
||||
- Early variable/locals evaluation
|
||||
- Provider mocking in tofu test
|
||||
- Resource overrides in tofu test
|
||||
- Override files for OpenTofu: keeping compatibility
|
||||
- Deprecation: use_legacy_workflow has been removed from the S3
|
||||
backend-backend
|
||||
See the launch post on our blog:
|
||||
https://opentofu.org/blog/opentofu-1-8-0/
|
||||
For all the features, see the detailed changelog:
|
||||
https://github.com/opentofu/opentofu/blob/v1.8.0/CHANGELOG.md
|
||||
You can find the full diff here:
|
||||
https://github.com/opentofu/opentofu/compare/v1.7..v1.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 08:12:23 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: opentofu
|
||||
version: 1.7.3
|
||||
mtime: 1720530339
|
||||
commit: b5e7400cb9774a7c86c9116a1fcceb8b66a3487f
|
||||
version: 1.8.0
|
||||
mtime: 1722253660
|
||||
commit: b1834a291027c5d4f14ca6e6acd4152bb42b6c65
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define executable_name tofu
|
||||
|
||||
Name: opentofu
|
||||
Version: 1.7.3
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Declaratively manage your cloud infrastructure
|
||||
License: MPL-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a50ebfaee4273fe5c97f1ef7005b5ce8af39f86efbcc137f472c3e89d5d61566
|
||||
size 15544689
|
||||
oid sha256:035cc7215416c4b7eca3a4d52e9745d6c6a7974b5f5b98995eb165745efec8d7
|
||||
size 15578412
|
||||
|
Loading…
Reference in New Issue
Block a user