Accepting request 1124802 from systemsmanagement:opentofu

OBS-URL: https://build.opensuse.org/request/show/1124802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentofu?expand=0&rev=3
This commit is contained in:
Ana Guerrero 2023-11-10 11:33:29 +00:00 committed by Git OBS Bridge
commit 041fbbc47b
8 changed files with 77 additions and 14 deletions

View File

@ -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.6.0-alpha3</param>
<param name="revision">v1.6.0-alpha4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)-(.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opentofu/opentofu/</param>
<param name="changesrevision">52c9897b76ba18d559da87312451fc41cd104e55</param></service></servicedata>
<param name="changesrevision">e2d5a17e564ea4f8ddd220d949d2361c625cc243</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9be26db518778e1ec9529d34e4819a6ddcb5b7032bf876927f85afa3d643ccd3
size 17482765

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5e485d86bb62397e1b3fe3f997720e9b6653aef076eea1d9c62a4ad652a7021
size 17608717

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Fri Nov 10 08:06:42 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- properly report the version (otherwise this would report
1.6.0-dev)
- rename the executable to 'tofu', to match upstream naming
-------------------------------------------------------------------
Fri Nov 10 07:19:13 UTC 2023 - kastl@b1-systems.de
- Update to version 1.6.0~alpha4:
* Address s3 compatible remote state issues + logging (#840)
* Bump version file. (#845)
* Update go-tfe to 1.36.0 (#844)
* Add changelog that was missed in PR #830 (#843)
* Fix crash during destroy planning due to validation (#830)
* Revert PRs that introduced propogating contexts (#835)
* Weekly update for the 2023-11-07. (#831)
* Add Technical Steering Committee Summary for 2023-11-02 (#823)
* Backend/S3: Update the `Put` method (#795)
* Backend/S3: Add support for `skip_requesting_account_id` (#788)
* Weekly update for the 2023-11-02 (#809)
* Update user-agent from go-tfe to opentofu where go-tfe is used
(#807)
* Backend/S3: Custom Service Endpoint Configuration (#794)
* Stop reading providers from the HashiCorp registry based on the
statefile if not specified in code. (#773)
* Backend/S3: Add support for `use_path_style` (#787)
* Add DEBUGGING.md (#711)
* Pass context to all statemgr.Locker operations (#789)
* Pass context to all remote.Client operations (#786)
* Make backend.Workspaces accept a context (#784)
* Backend/S3: Add HTTP parameters for parity with AWS Provider
(#770)
* Make backend.DeleteWorkspace accept a context (#782)
* Backend/S3: Allow specifying retry mode for AWS API requests
(#769)
* Backend/S3: Add support for overriding EC2 Metadata Service
endpoint (#767)
* Weekly update for the 2023-10-24 (#781)
* Backend/S3: Allow use of an alternative region for STS
operations (#768)
* Backend/s3: Add support for `assume_role_with_web_identity`
block (#759)
* Make backend.StateMgr accept a context (#780)
* Make backend.Configure accept a context (#779)
* Backend/S3: Add support for custom CA bundle (#762)
* backend/s3: skip account verification when no constraints given
(#772)
* Make backend.PrepareConfig accept a context (#777)
* Make backend.ConfigSchema accept a context (#776)
* Improve logging of global provider schema cache hits. (#766)
* S3 backend add account ID whitelisting arguments (#760)
* Backend/S3: Extract `assume_role` as a separate block (#754)
* Added Security disclousure policy (#749)
* Add comparison to Terraform link (#737)
* Provide git for module installation (#751)
* Upgrade AWS SDK (#701)
* Update core team email. (#752)
-------------------------------------------------------------------
Thu Oct 19 06:52:00 UTC 2023 - kastl@b1-systems.de

View File

@ -1,4 +1,4 @@
name: opentofu
version: 1.6.0~alpha3
mtime: 1697628957
commit: 52c9897b76ba18d559da87312451fc41cd104e55
version: 1.6.0~alpha4
mtime: 1699547780
commit: e2d5a17e564ea4f8ddd220d949d2361c625cc243

View File

@ -16,8 +16,10 @@
#
%define executable_name tofu
Name: opentofu
Version: 1.6.0~alpha3
Version: 1.6.0~alpha4
Release: 0
Summary: Declaratively manage your cloud infrastructure
License: MPL-2.0
@ -49,15 +51,16 @@ The key features of OpenTofu are:
go build \
-mod=vendor \
-buildmode=pie \
-o bin/%{name} ./cmd/tofu
-ldflags "-w -s -X github.com/opentofu/opentofu/version.dev=no -X github.com/opentofu/opentofu/version.Version=%{version}" \
-o bin/%{executable_name} ./cmd/tofu
%install
# Install the binary.
install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
install -D -m 0755 bin/%{executable_name} "%{buildroot}/%{_bindir}/%{executable_name}"
%files
%license LICENSE
%doc CHANGELOG.md README.md
%{_bindir}/%{name}
%{_bindir}/%{executable_name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcf9cecb2091d3c45b05d585be3ae3123b828e395315ccefaf9d50239ac010ff
size 13966379
oid sha256:d706b62450fe86b3e095235b1db950a2528393a2234237fa8659f2f425b1e2b7
size 14940072