Accepting request 1138054 from systemsmanagement:opentofu
update to stable 1.6.0 release OBS-URL: https://build.opensuse.org/request/show/1138054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentofu?expand=0&rev=11
This commit is contained in:
commit
395d4d4ed4
5
_service
5
_service
@ -2,10 +2,9 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/opentofu/opentofu/</param>
|
<param name="url">https://github.com/opentofu/opentofu/</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.6.0-rc1</param>
|
<param name="revision">v1.6.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)-(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1~\2</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/opentofu/opentofu/</param>
|
<param name="url">https://github.com/opentofu/opentofu/</param>
|
||||||
<param name="changesrevision">9902a7229950df51256fc3af51b6d06a8c808b5e</param></service></servicedata>
|
<param name="changesrevision">4ac1af3fbc818b458c71a17ad6b31025ad7cba3f</param></service></servicedata>
|
3
opentofu-1.6.0.obscpio
Normal file
3
opentofu-1.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4359b4c047ee59169ea3bcc6dd02c91dbf20bc04356ee477b31638dc1be676c
|
||||||
|
size 17681421
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df9d976ac5498051ac2a83168bd1f3f0562ba2c6be6ff9974fef801d1514c21a
|
|
||||||
size 17703949
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 10 19:15:04 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version v1.6.0:
|
||||||
|
Time for the big release! OpenTofu 1.6.0 is now stable!
|
||||||
|
Read more about this on
|
||||||
|
[our blog](https://opentofu.org/blog/opentofu-is-going-ga)!
|
||||||
|
This release is a drop-in replacement, and you can follow our
|
||||||
|
simple migration guide to start using it with your existing
|
||||||
|
infrastructure configurations.
|
||||||
|
If you'd like to read about all the changes introduced, check out
|
||||||
|
the detailed changelog.
|
||||||
|
https://github.com/opentofu/opentofu/blob/v1.6/CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 19 20:23:11 UTC 2023 - dmueller@suse.com
|
Tue Dec 19 20:23:11 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: opentofu
|
name: opentofu
|
||||||
version: 1.6.0~rc1
|
version: 1.6.0
|
||||||
mtime: 1702995854
|
mtime: 1704814621
|
||||||
commit: 9902a7229950df51256fc3af51b6d06a8c808b5e
|
commit: 4ac1af3fbc818b458c71a17ad6b31025ad7cba3f
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opentofu
|
# spec file for package opentofu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define executable_name tofu
|
%define executable_name tofu
|
||||||
|
|
||||||
Name: opentofu
|
Name: opentofu
|
||||||
Version: 1.6.0~rc1
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Declaratively manage your cloud infrastructure
|
Summary: Declaratively manage your cloud infrastructure
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ce0b78cdf7ded107388d57b7fc3fc19a42e268ffb0ce7734de235936a4d85862
|
oid sha256:6cce17938d9844b69520d883293d392eba51a29592f221062e932246b19e1b05
|
||||||
size 15166365
|
size 15166343
|
||||||
|
Loading…
Reference in New Issue
Block a user