Accepting request 1129954 from systemsmanagement:opentofu
OBS-URL: https://build.opensuse.org/request/show/1129954 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentofu?expand=0&rev=5
This commit is contained in:
commit
23b6e26f3c
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<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-alpha5</param>
|
<param name="revision">v1.6.0-beta1</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="versionrewrite-replacement">\1~\2</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">b8e2fad8e24cdd98c5a81d5c08bc8fe417cfdfc5</param></service></servicedata>
|
<param name="changesrevision">aabe1c95be5ac3fd31d33a36a6b241dc85c51f7e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ccd9bdf9494255c37da93b8eca029f66955aa659884655ba4c6c996e48fef8a
|
|
||||||
size 17615885
|
|
3
opentofu-1.6.0~beta1.obscpio
Normal file
3
opentofu-1.6.0~beta1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ee37c2a1b9e9ff1dea157bddc043e32a901f44b092b664f4665b731b7798504
|
||||||
|
size 17653261
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 09:09:15 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 1.6.0~beta1:
|
||||||
|
* Bump version to first beta. (#943)
|
||||||
|
* docs: fix: quote URLs; add security & behaviorial opts (fixes
|
||||||
|
#936) (#935)
|
||||||
|
* Fixing broken docs page symlink (#934)
|
||||||
|
* Add dependencies for integration tests with Kubernetes as
|
||||||
|
backend (#933)
|
||||||
|
* website: submodule/enable live editing (#890)
|
||||||
|
* Add dependencies for integration tests with Consul as backend
|
||||||
|
(#932)
|
||||||
|
* Add Azure integration test runbook. (#924)
|
||||||
|
* Change references to opentofu.org (#902)
|
||||||
|
* Fixes #913: Incorrect installation instructions for RPM (#917)
|
||||||
|
* Add definition of integration tests with Postgres backend
|
||||||
|
(#920)
|
||||||
|
* Add MAINTAINER and update CODEOWNERS (#919)
|
||||||
|
* Align the module fetching logic with the OpenTofu registry v1
|
||||||
|
protocol (#901)
|
||||||
|
* Fixes #859: Removing apt and yum installation instructions
|
||||||
|
(moved to intro section) (#903)
|
||||||
|
* Weekly update for the 2023-11-21. (#905)
|
||||||
|
* Fixes #539: Setting both "Type" and "NestedType" removes other
|
||||||
|
validation error messages (#897)
|
||||||
|
* Add `no_proxy` and `https_proxy` attributes to s3 backend
|
||||||
|
schema (#896)
|
||||||
|
* Add `tofu test` command definition (#886)
|
||||||
|
* website: Split installation instructions (#887)
|
||||||
|
* Fix workspaces configuration using environment varariable
|
||||||
|
TF_WORKSPACE (#867)
|
||||||
|
* Use correct location for LICENSE file during installation
|
||||||
|
(opentofu instead of nfpm) (#889)
|
||||||
|
* Weekly update 2023-11-15. (#883)
|
||||||
|
* Fix S3 Remote State Backend Validation (#876)
|
||||||
|
* Update s3 remote state tests (#865)
|
||||||
|
* Add missing argument to PackageCloud install instructions
|
||||||
|
(#873)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 16 14:54:59 UTC 2023 - kastl@b1-systems.de
|
Thu Nov 16 14:54:59 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: opentofu
|
name: opentofu
|
||||||
version: 1.6.0~alpha5
|
version: 1.6.0~beta1
|
||||||
mtime: 1699972367
|
mtime: 1701274679
|
||||||
commit: b8e2fad8e24cdd98c5a81d5c08bc8fe417cfdfc5
|
commit: aabe1c95be5ac3fd31d33a36a6b241dc85c51f7e
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define executable_name tofu
|
%define executable_name tofu
|
||||||
|
|
||||||
Name: opentofu
|
Name: opentofu
|
||||||
Version: 1.6.0~alpha5
|
Version: 1.6.0~beta1
|
||||||
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:b4f94ebb7ede48bf2ee8f088c76fa397979e1dc37f95d19b2b5b0c162575a8ec
|
oid sha256:6e60cfee7a57cbc0a8bd06f9bf9da920669fdab2096a1e11c7e64c7a759b2f7a
|
||||||
size 14940527
|
size 15353673
|
||||||
|
Loading…
Reference in New Issue
Block a user