Skip to content

chore(deps): update terraform openstack to v1.44.0

Renovate Bot requested to merge renovate/openstack-1.x into main

This MR contains the following updates:

Package Type Update Change
openstack (source) required_provider minor ~> 1.35.0 -> ~> 1.44.0
openstack (source) required_provider minor 1.43.0 -> 1.44.0
openstack (source) required_provider minor ~> 1.39.0 -> ~> 1.44.0

Release Notes

terraform-provider-openstack/terraform-provider-openstack

v1.44.0

Compare Source

NOTES

  • This release updates major version of terraform-plugin-sdk from v1 to v2 and that caused lots of changes in the code. If you experiencing new bugs after updating the provider please create an issue with a description of how to reproduce them.

FEATURES

  • Updated terraform-plugin-sdk to v2.7.1 (#​1244)
  • Updated Go to 1.17 (#​1295)

v1.43.1

Compare Source

BUG FIXES

  • Fixed panics when a token doesn't have a project scope (#​1282)

v1.43.0

Compare Source

FEATURES

  • New Resource: dns_transfer_request_v2 (#​1268)
  • New Resource: dns_transfer_accept_v2 (#​1268)

IMMROVEMENTS

  • Added SCTP, MROXYV2 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), (#​1255), (#​1256)
  • 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)

v1.42.0

Compare Source

IMMROVEMENTS

  • Added SCTP protocol support for lb_listener_v2 resource, note that will work only in Octavia (#​1236)
  • Added support for HEALTHY status of db_instance_v1 resource (#​1241)
  • Added address_group as object_type for networking_rbac_policy_v2 resource (#​1243)
    • Updated terraform-plugin-sdk to v1.17.2 (#​1244)

v1.41.0

Compare Source

FEATURES

  • New Resource: blockstorage_volume_type_access_v3 (#​1223)

IMMROVEMENTS

  • Added disable_status_check argument for dns_recordset_v2 resource (#​1221)
  • Added availability_zone argument for lb_loadbalancer_v2 resource (#​1225)
  • Added backup argument for lb_members_v2 resource (#​1227)

v1.40.0

Compare Source

FEATURES

  • New Resource: networking_portforwarding_v2 (#​940)
  • New Resource: blockstorage_volume_type_v3 (#​1204)

IMMROVEMENTS

  • Go version is updated to 1.16 and we're providing darwin/arm64 binaries starting from this release (#​1206)

BUG FIXES

  • Fixed Bad request API error while updating images_image_v2 resource because old OpenStack released don't have hidden argument (#​1209)
  • Fixed Bad request API error while updating blockstorage_quotaset_v2, blockstorage_quotaset_v3 (#​1200)

v1.39.0

Compare Source

IMMROVEMENTS

  • Added ability to manage blockstorage_quotaset_v2 for the same project across several regions with a single resource (#​1182)
  • Added ability to manage blockstorage_quotaset_v3 for the same project across several regions with a single resource (#​1183)
  • Added ability to manage openstack_compute_quotaset_v2 for the same project across several regions with a single resource (#​1181)
  • Added volume_type_quota argument for blockstorage_quotaset_v2 resource (#​1187)
  • Added volume_type_quota argument for blockstorage_quotaset_v3 resource (#​1185)
  • Added hidden argument for openstack_images_image_v2 resource and datasource (#​1186)

BUG FIXES

  • Fixed error updating networking_quota_v2 when it was created with the version older than 1.38.0 (#​1180)

v1.38.0

Compare Source

FEATURES

  • New Resource: openstack_lb_quota_v2 (#​1169)

IMMROVEMENTS

  • Updated gophercloud/utils, which now recognizes clouds.yml in addition to clouds.yaml and correctly applies per-region value overrides (#​1172)
  • Added vip_port_id for lb_loadbalancer_v2 resource. It can be used only with Octavia (#​1164)
  • Added service_catalog attribute for identity_auth_scope_v3 data source (#​1167)
  • Set 2.15 microversion for any type of server_group_v2 policy except affinity and anti-affinity since they don't need any microversion (#​1141)
  • Add a note about using names in security_groups in compute_instance_v2 resource in docs (#​1178)
  • Added ability to manage networking_quota_v2 for the same project across several regions with a single resource (#​1177)

v1.37.0

Compare Source

IMMROVEMENTS

  • Added image_source_username, image_source_password arguments to images_image_v2 resource (#​1157)
  • Updated networking_floatingip_v2 resource to retry subnets on floating IP creation, when a subnet is exhausted (#​1163)
  • Updated security notices for sensitive arguments and attributes in documentation (#​1161)

BUG FIXES

  • Fixed multiple networking_router_v2 resource creation while using external_subnet_ids argument (#​1163)

v1.36.0

Compare Source

NOTES

  • The dhcp_disabled argument in networking_subnet_v2 data source is deprecated. Use the dhcp_enabled = false argument value instead. (#​1153)
  • The max_retries provider parameter now honors the 429 code and uses the Retry-After header to extend the retry function (#​1159)

FEATURES

  • New Resource: openstack_identity_user_membership_v3 (#​1149)
  • New Data Source: openstack_networking_subnet_ids_v2 (#​1153)

IMMROVEMENTS

  • Updated zone argument to be Optional instead of Required in compute_aggregate_v2 resource (#​1133)
  • Updated local provider block in docs (#​1135)
  • Updated Go version to 1.15 (#​1137)
  • Updated networking_router_v2 resource to retry external subnets on router creation, when a subnet is exhausted (#​1151)
  • Added subnets attribute to networking_network_v2 data source (#​1152)
  • Extended max_retries provider parameter to use the Retry-After header (#​1159)

BUG FIXES

  • Fixed copying sync.Locker by updating gophercloud/utils with the fix (#​1144)
  • Fixed recreation of lb_loadbalancer_v2 resource if flavor_id haven't been specified (#​1147)
  • Fixed networking_port_v2 resource update if binding.profile is not set (#​1154)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports