1
0
Files
Dirk Mueller 30dc997e3e Accepting request 909755 from home:glaubitz:branches:systemsmanagement:terraform
- 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

OBS-URL: https://build.opensuse.org/request/show/909755
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terraform-provider-openstack?expand=0&rev=21
2021-10-16 09:12:30 +00:00

24 lines
948 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/terraform-provider-openstack/terraform-provider-openstack.git</param>
<param name="scm">git</param>
<param name="filename">terraform-provider-openstack</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.43.0</param>
<param name="exclude">.git</param>
<param name="exclude">.gitignore</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
</service>
<service name="go_modules" mode="disabled">
<param name="archive">terraform-provider-openstack-1.43.0.tar.gz</param>
</service>
</services>