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

terraform-provider-openstack-1.43.0-2.9 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: terraform-provider-openstack Distribution: openSUSE:Factory:zSystems
Version: 1.43.0 Vendor: openSUSE
Release: 2.9 Build date: Thu Jul 20 15:34:58 2023
Group: System/Management Build host: s390zp21
Size: 39982284 Source RPM: terraform-provider-openstack-1.43.0-2.9.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/terraform-provider-openstack/terraform-provider-openstack
Summary: Terraform OpenStack provider
This is a terraform provider that lets you provision servers on an OpenStack platform via Terraform.

Provides

Requires

License

MPL-2.0

Changelog

* Wed Mar 30 2022 Dirk Müller <dmueller@suse.com>
  - exclude build for 32bit targets
* Mon Aug 02 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 1.43.0:
    FEATURES
    * __New Resource__: `dns_transfer_request_v2` (#1268)
    * __New Resource__: `dns_transfer_accept_v2` (#1268)
    IMPROVEMENTS
    * Added `SCTP`, `PROXYV2` protocols for `lb_pool_v2` resource (#1251)
    * Added `project_id` argument for `dns_recordset_v2` resource (#1254)
    * Added support for `shelved_offloaded` power state of `compute_instance_v2` resource (#1259)
    * Added `cidr` argument input check for `networking_subnet_v2` resource (#1267)
    * Removed Octavia microversions and added explanation about minor version usage (#1249)
    * Fixed `endpoints` argument for `vpnaas_endpoint_group_v2` resource in that way so endpoints
      order is not relevant anymore (#1247)
    * Added `addresses` argument for `db_instance_v1` resource (#1260)
    * Better formatted documentation for some resources and data sources (#1252)
    * Updated issues links so they point to the right repo (#1272)
    BUG FIXES
    * Fixed `nil` panic in `compute_instance_v2` resource that could be caught while trying to
      unassign a server group from an instance (#1248)
  - For changes from 1.32.0 through 1.42.0, see CHANGELOG.md shipped with the package
  - Enable vendoring in _service file
  - Switch tarball compression to gzip as the vendoring service currently
    does not support the xz compression format
  - Update url field in _service file
  - Update URL field and project name in spec file
* Wed Nov 11 2020 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add symbolic link to comply with new filesystem layout for local provider copies
  - Define and use common Go spec file variables
* Tue Oct 20 2020 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 1.31.0:
    * Update CHANGELOG.md
    * Update Terraform SDK to v1.15.0, use Go 1.14.7 (#1051)
    * Update CHANGELOG.md
    * docs: update Rackspace compatibility notes (#1049)
    * Update CHANGELOG.md
    * feat: add floating_ip_enabled in containerinfra (#1043)
    * Update CHANGELOG.md
    * Keymanager V1: fix ACL set for the "certificate" container type (#1046)
    * Swift: run tempurl acceptance tests with slashes in object name (#1031)
    * Update CHANGELOG.md
    * Identity V3: reduce keystone requests amount (#1044)
    * Update CHANGELOG.md
    * [openstack_containerinfra_cluster_v1] Fix merge_labels (#1039)
    * Update CHANGELOG.md
    * Add identity_ec2_credential resource* allows creating EC2 credentials for S3-compatible S3/RadowGW endpoints (#1033)
    * Cleanup after v1.30.0 release
  - from version 1.30.0
    * Update CHANGELOG.md
    * Add "allowed_cidrs" option for Octavia listeners (#1034)
    * Update CHANGELOG.md
    * feat: add openstack_identity_group_v3 resource (#1028)
    * Update CHANGELOG.md
    * Update CHANGELOG.md
    * data source openstack_images_image_ids_v2 (#139)
    * Update CHANGELOG.md
    * [openstack_containerinfra_cluster_v1] Add missing options (#1024)
    * fix typo (#1023)
    * Cleanup after v1.29.0 release
  - from version 1.29.0
    * Set Go version to 1.14.4 (#1022)
    * Update CHANGELOG.md
    * Upgrage Terraform SDK to v0.14.0 (#1021)
    * Upgrage Gophercloud to v0.12.0 (#1020)
    * Bump gophercloud version (#1018)
    * Update CHANGELOG.md
    * Compute V2: Allow to filter flavors by visibility in data source (#1017)
    * Update CHANGELOG.md
    * Docs: cleanup Networking Port V2 docs (#1009)
    * Update CHANGELOG.md
    * Add vip_network_id for octavia (#948)
    * Update CHANGELOG.md
    * Add compute_instance_v2 data source (#984)
    * Fix "composite literal uses unkeyed fields" go vet (#1006)
    * Cleanup after v1.28.0 release
* Tue Jun 23 2020 Dirk Mueller <dmueller@suse.com>
  - fix requirement mismatch
* Tue May 19 2020 dmueller@suse.com
  - Update to version 1.28.0:
    * v1.28.0
    * Upgrade Terraform SDK to v1.11.0 (#1002)
    * Set Go version to 1.14.2 (#1001)
    * Add containerinfra_cluster kubeconfig attribute (#937)
    * Add blockstorage scheduler hints (#983)
    * Networking V2: cleanup subnet route resource (#999)
    * Networking: cleanup subnet V2 (#900)
    * Networking V2: cleanup secgroup resource (#1000)
    * Internal: Networking V2 Router cleanup (#712)
    * Fixed names and added volume example (#892)
    * Add Project Tags (#978)
    * Enable delayed_auth and allow_reauth options by default (#996)
    * Add SOURCE_IP_PORT load balancing method (#993)
    * Compute v2: Introduce an availability_zone_hints parameter (#985)
    * Object Storage Container V1: Add reading fields and import (#998)
    * Implemented Security Group Rule Mutex  (#994)
    * Bump gophercloud (#995)
    * Cleanup after v1.27.0 release
    * v1.27.0
    * LBaaS v2: Add batch members update resource (#898)
    * Add ACL examples (#987)
    * Update object verisoning documentation URL (#986)
    * Add support for barbican order resources (#992)
    * Image create using import web-download (#888)
    * Match type on master_addresses and node_addresses on containerinfra_cluster (#981)
    * Detach ports before deleting instance (#866)
    * Cleanup after v1.26.0 release
* Wed Mar 04 2020 Robert Schweikert <rjschwei@suse.com>
  - Spec clean up
  - Create required symlink
* Wed Mar 04 2020 dmueller@suse.com
  - Update to version 1.26.0:
    * v1.26.0
    * Upgrade terraform-plugin-sdk to 1.7.0 (#970)
    * implement support for volume_type in block_device of openstack_compute_instance_v2 (#963)
    * Add "insert_headers" argument for lb_listener_v2 (#959)
    * Remove mitaka test job which use ubuntu-trusty (#964)
    * LBaaS: Typo fixed in lbaas l7 policy documentation (#957)
    * Key Manager V1: Introduce ACL resources for secrets and containers (#956)
* Fri Jan 03 2020 fbergmann@suse.com
  - Update to version 1.25.0:
    * v1.25.0
    * Update CHANGELOG.md
    * SDK: update to terraform-plugin-sdk v1.4.1 (#936)
    * Update CHANGELOG.md
    * Add max_retries_down to lb_monitor_v2 resource (#945)
    * Update CHANGELOG.md
    * Data source for openstack_blockstorage_volume_v3 (#947)
    * Update CHANGELOG.md
    * Add resource openstack_orchestration_stack_v1 (#944)
    * Update CHANGELOG.md
    * Added support for shelved compute instance to become active (#942)
    * Update CHANGELOG.md
    * Identivy V3: add access rules support for application credentials (#920)
    * Update CHANGELOG.md
    * Update clouds.yaml doc reference to openstacksdk (#943)
    * Update CHANGELOG.md
    * Data source for openstack_blockstorage_volume_v2 (#928)
    * Docs: update COE V1 cluster fixed net and subnet (#934)
    * Internal: Decouple Authentication (#930)
    * Update CHANGELOG.md
    * Magnum - add fixed_network/fixed_subnet support (#933)
    * Update CHANGELOG.md
    * Missing character (#923)
    * Update CHANGELOG.md
    * Networking V2: Omit empty ExternalFixedIP IPAddress for the router (#628)
    * Auth: AllowReauth option should be exported (#921)
    * Update CHANGELOG.md
    * Auth: add "allow_reauth" configuration option (#918)
    * Cleanup after v1.24.0 release
    * v1.24.0
    * Update CHANGELOG.md
    * Networking V2: rename "Quotas" resource to "Quota" (#915)
    * Compute V2: add Quotaset resource (#914)
    * Update CHANGELOG.md
    * Auth: reuse existing token, when scope parameters are not defined (#913)
    * Update CHANGELOG.md
    * Core: add external client for the JSON debug (#911)
    * Update CHANGELOG.md
    * Update CHANGELOG.md
    * SDK: update to terraform-plugin-sdk v1.1.1 (#909)
    * Update CHANGELOG.md
    * Update lb_pool_v2.html.markdown (#908)
    * Update CHANGELOG.md
    * Networking V2: add Quotas resource (#907)
    * Update CHANGELOG.md
    * Fixed openstack_lb_loadbalancer_v2 flavor selection. (#904)
    * Shared filesystem V2: cleanup share access (#902)
    * Update CHANGELOG.md
    * LBaaSv2: Add UDP protocol support (#896)
    * Shared filesystem V2: cleanup securityservice (#901)
    * Update CHANGELOG.md
    * Compute V2: add "tags", "all_tags" arguments (#899)
    * Update CHANGELOG.md
    * Lbaas v2: Properly handle 404 error on status checks (#883)
    * Compute V2: Handle empty scheduler_hints lists (#885)
    * LBaaSv2: Properly handle update TLS references (#891)
    * Update CHANGELOG.md
    * Update CHANGELOG.md
    * Migrate to the new separated SDK (#880)
    * Update CHANGELOG.md
    * Check for the client error (#878)
    * Cleanup after v1.23.0 release
    * v1.23.0
    * Update CHANGELOG.md
    * LoadBalancer listener V2: fix Read method (#877)
    * Update CHANGELOG.md
    * Glance v2: Add image share resource (#872)
    * Update CHANGELOG.md
    * Identity V3: Add description support to the user and group data sources (#874)
    * Update CHANGELOG.md
    * Identity: authenticate against identity only, when it is needed (#861)
    * Update CHANGELOG.md
    * LoadBalancer V2: add timeout options for listener (#876)
    * Update CHANGELOG.md
    * Identity V3: Show domain scope info (#871)
    * Update CHANGELOG.md
    * Refactor formatting headers (#865)
    * Update CHANGELOG.md
    * Update CHANGELOG.md
    * Add ability to control caching (#849)
    * remove use of config pkg update to terraform v0.12.8
    * Update CHANGELOG.md
    * Compute V2: Read flavor's ephemeral option (#855)
    * Identity V3: Fix not found logic detection for the role assignments (#857)
    * Update CHANGELOG.md
    * Compute V2: Fix not found logic for the flavor access (#856)
    * Identity V3: Fix panic within the domain scope (#851)
    * Cleanup after v1.22.0 release
    * v1.22.0
    * Update CHANGELOG.md
    * Key manager V1: Add containers data source (#846)
    * Update CHANGELOG.md
    * Fixes #716 "Managing projects requires admin role" by using the users.ListProjects API entry point if not admin permission (#833)
    * Identity V3: fix role assignment list (#845)
    * Update CHANGELOG.md
    * LBaaS V2: Add OpenContrail monitor workaround (#840)
    * Networking V2: Mark dns attributes as computed (#837)
    * Don't fallback to 'DELETE' status, when statuses are not available (#839)
    * Update CHANGELOG.md
    * Update compute_instance_v2.html.markdown (#834)
    * Cleanup after v1.21.1 release
* Tue Sep 03 2019 tbechtold@suse.com
  - Update to version 1.21.1:
    * Vendor: update Gophercloud for time format fix (#831)
    * Blockstorage V3: add quotaset resource (#828)
    * Proper handling of the empty "binding:profile" (#759)
    * Fix typo in security_groups argument (#826)
    * Identity V3: Add identity endpoint resource (#823)
    * BlockStorage V2: add Quotaset resource (#806)
    * Identity V3: Add service data source (#819)
    * Identity V3: Fix endpoint data source (#817)
    * Networking v2: Add neutron rbac policies resource (#811)
    * Key manager v1: add secret data source (#815)
    * LBaaS V2: Add flatten func for the lb pool (#725)
    * Manila V2: Allow modification of the share metadata (#825)
    * Identity V3: Add identity service resource (#821)
    * Keymanager V1: container resource (#808)
    * Keymanager V1: secrets resource (#807)
    * Check type assertion for the dns_nameservers in subnet (#726)
    * Enable import instance (#768)
    * openstack_compute_volume_attach_v3 doesn't exist (#800)
    * vpnaas_site_connection: Switch admin_state_up default to true (#799)
    * Formalize incline HCL codes to canonical format (#797)
    * Networking V2: rename QoS DSCP marking ds file (#792)
    * Networking V2: add QoS min bw datasource (#793)
    * Networking V2: add QoS min bw rule resource (#790)
    * Networking V2: add QoS dscp marking datasource (#789)
    * Networking V2: add QoS bw limit rule datasource (#788)
    * Networking V2: set QoS bw limit default direction (#791)
    * Networking V2: add QoS DSCP marking rule resource (#784)
    * Networking V2: add QoS BW limit rule resource (#783)
    * Networking V2: add QoS policy field for Port (#781)
    * Networking V2: group QoS policy imports (#782)
    * Networking V2: add QoS policy field for Network (#780)
    * Networking V2: add QoS Policy datasource (#779)
    * Networking V2: add QoS Policy resource (#774)
    * Compute v2: Fix scheduler hints query (#771)
    * Compute V2: Don't fail when disassociating floating IP from the
      instance when it is already not associated. (#761)
  - terraform >= 0.12.0 is now required

Files

/usr/bin/terraform-provider-openstack
/usr/bin/terraform-provider-openstack_v1.43.0
/usr/share/doc/packages/terraform-provider-openstack
/usr/share/doc/packages/terraform-provider-openstack/README.md
/usr/share/licenses/terraform-provider-openstack
/usr/share/licenses/terraform-provider-openstack/LICENSE
/usr/share/terraform
/usr/share/terraform/providers
/usr/share/terraform/providers/registry.terraform.io
/usr/share/terraform/providers/registry.terraform.io/hashicorp
/usr/share/terraform/providers/registry.terraform.io/hashicorp/openstack
/usr/share/terraform/providers/registry.terraform.io/hashicorp/openstack/1.43.0
/usr/share/terraform/providers/registry.terraform.io/hashicorp/openstack/1.43.0/linux_s390x
/usr/share/terraform/providers/registry.terraform.io/hashicorp/openstack/1.43.0/linux_s390x/terraform-provider-openstack_v1.43.0


Generated by rpm2html 1.8.1

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