Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

terraform-provider-libvirt-0.7.1-1.4 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: terraform-provider-libvirt Distribution: openSUSE:Factory:zSystems
Version: 0.7.1 Vendor: openSUSE
Release: 1.4 Build date: Thu Jun 15 05:23:18 2023
Group: System/Management Build host: s390zp26
Size: 26251063 Source RPM: terraform-provider-libvirt-0.7.1-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/dmacvicar/terraform-provider-libvirt/
Summary: Terraform provider for kvm hypervisors via libvirt
This is a terraform provider that lets you provision servers on a libvirt host
via Terraform.

Provides

Requires

License

MPL-2.0

Changelog

* Mon Jan 02 2023 dmueller@suse.com
  - Update to version 0.7.1
    * tls: fix typo, use clientCertSearchPath for clientcert.pem (#940)
    * Fix IPv6 subnet size regression (#983)
* Fri Nov 04 2022 ralf@h4kamp.de
  - Update to version 0.7.0+git.1665231569.07cb1ec:
    * fix golangci-lint setup
    * remove go-version option from golangci-lint
    * use go 1.18
    * fix gorelease error
    * port to v2 sdk (#969)
    * SCSI use the `sd*` prefix and not the `vd*` prefix (#964)
    * update go-getter
    * update golangci-lint action
    * Update reference to Kubitect project (#966)
    * Rework NetworkUpdate workaround (#950)
    * fix(error_msg): typo in destroy network error msg (#955)
    * Fix `networkRange` race condition and global state corruption (#945)
* Wed Jun 29 2022 ralf@h4kamp.de
  - Update to version 0.6.14+git.1643667786.ed8e2bbb:
    * use a fork of golang-crypto with RFC8308 patches (#925)
    * update github.com/digitalocean/go-libvirt
    * update go to 1.17
    * update golang.org/x/crypto
    * qemu-guest-agent network interface query (re)implemented
    * fix dead links XSLT (#912)
    * add generated binary under PHONY section for recurring builds to actually happen (#903)
    * add gomnd linter
    * cleanup Makfile
    * Force removal of domains with snapshots or checkpoints (#899)
    * Support specifying "open" forward mode (#900)
    * Copy images using a decently-sized buffer (#902)
    * fetch previous commit
    * add golangci-lint
    * remove fmt.Printf calls from tests
    * ST1005: error strings should not be capitalized (stylecheck)
    * use short if where possible
    * missing error check
    * fix capitalized error lines
    * SA9003: empty branch (staticcheck)
    * use const for timeout
    * stylecheck: ST1016: methods on the same type should have the same receiver name
    * stylecheck: ST1016: methods on the same type should have the same receiver name
    * update xz lib
    * stylecheck: ST1016: methods on the same type should have the same receiver name
    * Add support for passwords using the SSH URI's (#887)
    * Support specifying websocket port for VNC
    * fix: force new domain if graphics changed
    * S1025: byte slice should use a simple conversion
    * fix %w usage only supported for functions backed by fmt.Errorf
    * S1034: assigning the result of this type assertion to a variable
    * S1021: should merge variable declaration with assignment on next line
    * ineffectual assignment to err
    * log.Printf call has error-wrapping directive %w, which is only supported for functions backed by fmt.Errorf
    * Error return value is not checked
    * S1021: should merge variable declaration with assignment on next line
    * Error return value is not checked
    * unused import
    * S1021: should merge variable declaration with assignment on next line
    * S1021: should merge variable declaration with assignment on next line
    * Error return value is not checked
    * S1021: should merge variable declaration with assignment on next line
    * S1021: should merge variable declaration with assignment on next line
    * simplify
    * S1021: should merge variable declaration with assignment on next line
    * Error return value is not checked
    * Error return value of  is not checked
    * connect is unused (deadcode)
    * S1021: should merge variable declaration with assignment on next line
    * SA4009: argument NVRAMPath is overwritten before first use
    * Support TPM devices
* Wed Mar 30 2022 Dirk Müller <dmueller@suse.com>
  - exclude build for 32bit targets
* Sat Oct 16 2021 Jan Engelhardt <jengelh@inai.de>
  - Drop redundant %setup calls
* Fri Oct 08 2021 waldt@b1-systems.de
  - use GOFLAGS="-mod=vendor" and vendor.tar.xz to build
  - Update to version 0.6.11+git.1631460851.7074fe3c:
    * fix InternalValidate error on cpu.mode block
    * Allow ignoring known_hosts verification
    * Use login name instead of display name as default
    * Add support for SSH agent authentication
    * go.mod: update go-libvirt to latest version
    * Port PR#824 to go-libvirt
    * Before pool import pool type is not set
    * Add acceptance test for demonstrate fail case during import of pool typed dir
    * README: fix headline level and typo
    * go fmt
    * Fix network update parameter order
    * Fix error condition
    * Fix network update parameter order
    * Do not try to update bridge section (not supported)
    * Add link to registry documentation
    * README: remove TOC
    * examples: Fix network card name
    * Revamp README
    * goreleaser: use go 1.16
    * Use a Github Actions badge
    * Release as draft
    * Update README
    * Add goreleaser in order to publish to registry
    * Add releaser in order to publish to registry
    * Workaround for bug in NetworkUpdate reversed parameters
    * Check for chmod error
    * Revert creating tmp file in private tmp dir
    * Use t.TempDir()
    * Start server so that URI is not empty
    * Windows is slower than I thought
    * Include Windows artifact
    * go vet
    * Fix image URL handling on Windows
    * Fix Windows tests by using simple paths
    * Make sure we build a valid OS path
    * Fix tests on Windows
    * Simplify test file server with httptest
    * Remove unused import
    * Fix URL handling on Windows
    * Fix temporary directory on Windows
    * Fix URL handling on Windows
    * Improve skipping acceptance tests
    * Setup xsltproc for different OS
    * Setup terraform before terraform fmt
    * Build on all platforms
    * Install xsltproc before running testsuite
    * Add github workflow
    * Support for libvirt connection URIs
    * Remove libvirt bindings
    * Revert "No need to return terraform.ResourceProvider"
    * Remove acceptance tests not using the resource test framework.
    * Basic support for libvirt URIs
    * No need to return terraform.ResourceProvider
    * port - update mock parameters to upstream type
    * Fix tests crashing due to client setup
    * port - some missing libvirtc uses
    * port - fix template test - missing nvram undefine flag
    * port - NetworkUpdate params are now swapped
    * port - fix network lookup uuid usage
    * port - fix most network acceptance tests - active handling
    * port - missed removing old if now test back
    * port - fix domain acceptance tests - uuid handling
    * port - missed removing old if
    * port - reinstate error checks with new upstream error code
    * Use new exported error from digital ocean library
    * Fix helper
    * port - download via buffer - review/revise
    * port - pipe in goroutine so can close - TBC pipe required
    * port - close our new second connection too
    * port - record/capture io close error
    * port - use previous libvirt connect behaviour for tests (blind URI)
    * port - default network test requires network exists
    * port - network tests require accept testing enabled
    * port - use struct field directly
    * port - restore error var & use struct field directly
    * port - volume.go
    * port - missed some
    * port - tests bulk pass - compiles but fails tests
    * port - start network tests
    * port - pool partial
    * port - network def partial
    * port - volumes
    * port - more volume copying
    * port - partial cloudinit
    * port - volume copier - remove var decl
    * port - volume copier - missing close, just defer it
    * port - volume copier
    * port - remove subpackages disk & volume
    * port - partial volume create
    * port - wait for network active
    * remove test file used to validate push rights
    * test push rights to pr branch
    * port to go-libvirt
    * Rename libvirt to libvirtc
    * Fix Intro table of contents link
    * Including the domain ID in the error output
    * created XSL file for adding a new channel
    * Trivial typo fix
    * Remove mention of CentOS from README.md
    * Network config in examples for openSUSE should be 1, not 2
    * Minor cleanup of migration-13 doc
    * added more info which filesystem entry failed
    * Support dnsmasq options
    * Set firmware attribute to efi for aarch64
    * Added reference to terraform-libvirt-kubespray project
    * Remove mod=vendor from .travis.yml
    * Remove vendor/ references from the documentation
    * Remove vendor/ directory from git
    * update vendor files
    * Example - flatcar-linux - Correct NIC matching typo
    * Replace mitchell/packer with google/uuid
* Sat Feb 13 2021 Anthony Rabbito <hello@anthonyrabbito.com>
  - Added if condition in spec if on a SUSE version use mkisofs, instead of genisoimage
* Wed Jan 06 2021 Dirk Müller <dmueller@suse.com>
  - spec-cleaner run
* Tue Nov 10 2020 dmacvicar@suse.de
  - Install also in /usr/share/terraform to comply with v0.13
    provider installation path.
    https://www.terraform.io/docs/commands/cli-config.html#provider-installation
* Tue Nov 10 2020 dmacvicar@suse.de
  - Update to version 0.6.3+git.1604843676.67f4f2aa:
    * Revert adding of forward device parameter for networks
    * Add .terraform to .gitignore
    * Tubleweed -> Tumbleweed
    * Example: Use the OpenStack image as it supports cloud-init
    * Tubleweed -> Tumbleweed
    * Fix channel type for qemu-guest-agent
    * Improve terraform v0.13 migration doc
    * CONTRIBUTING.md: process for schema changes
    * CONTRIBUTING.md: mention testcases reproducing an issue
    * Remove unused script
    * Delete setup-host script not longer needed
    * Remove unnecessary mknod /dev/kvm already present in Focal
    * Assume this is not longer an issue
    * Upgrade go to 1.13.x
    * Comment which network attributes require ForceNew
    * Do not run tests twice
    * Upgrade Travis environment
    * Restrict the network mutex to network definition
    * go fmt
    * Force creation of network when we can't update
    * Do not allow defining networks in parallel
    * Test case to reproduce issue #703
    * Revert "Merge pull request #740 from vmorris/master"
    * Fix pty console integration tests
    * Add missing link to libvirt_pool documentation
    * add more info to migration doc
    * adapt toc
    * Add documentation for v13
    * Init example for TF13
    * network: Trim the bridge name to 15 characters
    * Fix gofmt errors
    * Implement network detection for static IPs
    * Remove unused function and variables
    * Even an isolated network has dhcp
    * Make static IP addresses permanent across reboots
    * Update README.md
    * Listen only to localhost
    * Adjust generated dhcp to match libvirt limitation of max 65535 addresses
    * Add tubleweed example
* Thu Jun 18 2020 dmacvicar@suse.de
  - Update to version 0.6.2+git.1590253051.d1cf93cd:
    * remove broken network if the creation failed
    * Fix error msg
    * Update to the latest testify
    * Handle correctly destruction of inactive networks
    * blacklist graphics for aarch64 as well.
    * remove logging eyecatcher
    * #703 - permit multiple libvirt networks
    * Update .travis.yml to satisfy build config validation

Files

/usr/bin/terraform-provider-libvirt
/usr/share/doc/packages/terraform-provider-libvirt
/usr/share/doc/packages/terraform-provider-libvirt/README.md
/usr/share/licenses/terraform-provider-libvirt
/usr/share/licenses/terraform-provider-libvirt/LICENSE
/usr/share/terraform
/usr/share/terraform/plugins
/usr/share/terraform/plugins/registry.terraform.io
/usr/share/terraform/plugins/registry.terraform.io/dmacvicar
/usr/share/terraform/plugins/registry.terraform.io/dmacvicar/libvirt
/usr/share/terraform/plugins/registry.terraform.io/dmacvicar/libvirt/0.7.1
/usr/share/terraform/plugins/registry.terraform.io/dmacvicar/libvirt/0.7.1/linux_s390x
/usr/share/terraform/plugins/registry.terraform.io/dmacvicar/libvirt/0.7.1/linux_s390x/terraform-provider-libvirt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024