Accepting request 1236788 from systemsmanagement:opentofu
OBS-URL: https://build.opensuse.org/request/show/1236788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentofu?expand=0&rev=28
This commit is contained in:
commit
9faeabfd1b
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<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="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v1.8.8</param>
|
<param name="revision">v1.9.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="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -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">79ca3090fc0c35359bb11486a49905b2ed860c9c</param></service></servicedata>
|
<param name="changesrevision">0d57aa4f35998bf2847ac3acb343f9e16b5c2995</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1db5e3ceb60985f6b886ab50d947b917e36ea4e2429301c487d11358c6b0679f
|
|
||||||
size 19358733
|
|
3
opentofu-1.9.0.obscpio
Normal file
3
opentofu-1.9.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5c4b5f04dc9a140632502120c6667368ccdbb99a6eed4a499ec045bea01daed
|
||||||
|
size 19901965
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 05:54:48 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 1.9.0:
|
||||||
|
We're proud to announce that OpenTofu 1.9.0 is now officially
|
||||||
|
out! This release includes a lot of major and minor new features,
|
||||||
|
as well as a ton of community contributions!
|
||||||
|
The highlights are:
|
||||||
|
* for_each in provider configuration blocks: An alternate (aka
|
||||||
|
"aliased") provider configuration can now have multiple
|
||||||
|
dynamically-chosen instances using the for_each argument:
|
||||||
|
|
||||||
|
provider "aws" {
|
||||||
|
alias = "by_region"
|
||||||
|
for_each = var.aws_regions
|
||||||
|
|
||||||
|
region = each.key
|
||||||
|
}
|
||||||
|
|
||||||
|
Each instance of a resource can also potentially select a
|
||||||
|
different instance of the associated provider configuration,
|
||||||
|
making it easier to declare infrastructure that ought to be
|
||||||
|
duplicated for each region.
|
||||||
|
* -exclude planning option: similar to -target, this allows
|
||||||
|
operators to tell OpenTofu to work on only a subset of the
|
||||||
|
objects declared in the configuration or tracked in the state.
|
||||||
|
|
||||||
|
tofu plan -exclude=kubernetes_manifest.crds
|
||||||
|
|
||||||
|
While -target specifies the objects to include and skips
|
||||||
|
everything not needed for the selected objects, -exclude
|
||||||
|
instead specifies objects to skip. OpenTofu will exclude the
|
||||||
|
selected objects and everything that depends on them.
|
||||||
|
|
||||||
|
Please take the above for a spin and let us know your feedback!
|
||||||
|
For all the features, see the detailed changelog.
|
||||||
|
https://github.com/opentofu/opentofu/blob/v1.9.0/CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 27 12:21:43 UTC 2024 - opensuse_buildservice@ojkastl.de
|
Fri Dec 27 12:21:43 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: opentofu
|
name: opentofu
|
||||||
version: 1.8.8
|
version: 1.9.0
|
||||||
mtime: 1735223486
|
mtime: 1736436419
|
||||||
commit: 79ca3090fc0c35359bb11486a49905b2ed860c9c
|
commit: 0d57aa4f35998bf2847ac3acb343f9e16b5c2995
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opentofu
|
# spec file for package opentofu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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.8.8
|
Version: 1.9.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:bd14f067d1011b2b52e82974d62eb3297a1e7e2573db4066df8898a2fd6ad5bc
|
oid sha256:9d8e394481daf77825c9cda75288766a2772e4e17ce1ac634eebc69822b611be
|
||||||
size 16097476
|
size 15634446
|
||||||
|
Loading…
x
Reference in New Issue
Block a user