Skip to content

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

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.48.0 -> ~> 1.54.0
openstack (source) required_provider minor 1.48.0 -> 1.54.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

terraform-provider-openstack/terraform-provider-openstack (openstack)

v1.54.1

Compare Source

NOTES

  • Clarify provider deprecation message for option use_octavia. Add info on how various users will be affected (#​1665).

v1.54.0

Compare Source

NOTES

  • Support for neutron-lbaas will be removed on next major release. Only octavia will be supported. Related resources and data-sources marked with a deprecation notice(#​1640).
  • Added deprecation notice for multiattach on openstack_blockstorage_volume_v3 (#​1629). Support for it will be removed on next major release.
  • Added deprecation notice for various nova resources. Support for them will not be removed, but users are notified to use the new resources instead (#​1639).

IMPROVEMENTS

  • Updated Terraform SDK to v2.30.0 (#​1631)
  • Updated Gophercloud to v1.8.0 (#​1631)
  • Updated docs of openstack_networking_port_v2 to note ip allocation depedency with subnet (#​1622)
  • Updated docs of openstack_networking_secgroup_rule_v2 for port-range exception (#​1632)
  • Added extra validations on openstack_lb_pool_v2 (#​1628)
  • Added attachment information on data_source_blockstorage_volume_v3 (#​1624)
  • Added backup_id to openstack_blockstorage_volume_v3 (#​1641)

BUG FIXES

v1.53.0

Compare Source

NOTES

  • Marked various resources as deprecated and added a deprecation warning for the user (#​1591)

IMPROVEMENTS

  • Added project_id argument to the openstack_fw_rule_v2 data source (#​1594)
  • Added project_id argument to the openstack_fw_rule_v2 resource (#​1594)
  • Added project_id argument to the openstack_fw_policy_v2 data source (#​1594)
  • Added project_id argument to the openstack_fw_policy_v2 resource (#​1594)
  • Updated openstack_compute_instance_v2 to use Glance client instead of deprecated Nova client for images (#​1615)

BUG FIXES

  • Fixed segmentation_id on openstack_networking_network_v2 to allow neutron to dynamically set it (#​1600)
  • Fixed an issue to allow cluster_template_id on openstack_containerinfra_cluster_v1 to be updated without triggering a new cluster creation (#​1598)

v1.52.1

Compare Source

NOTES

  • Moved the documentation of various ressources to the deprecation subcategory (#​1590)
  • Updated docs location (#​1590)
  • Added subcategories for VPNaaS and FWaaS documentation (#​1590)

v1.52.0

Compare Source

NOTES

  • Documentation has been updated with sub-categories for easier browsing (#​1540)
  • [] stripping for IPv6 addresses was removed from openstack_dns_recordset_v2 resource (#​1581)

IMPROVEMENTS

  • Added a new openstack_fw_rule_v2 resource and data source (#​1577)
  • Added a new openstack_fw_policy_v2 resource and data source (#​1584)
  • Added a new openstack_fw_group_v2 resource and data source (#​1588 #​1589)
  • Added a new openstack_identity_inherit_role_assignment_v3 resource (#​1567)
  • Added validators to the openstack_vpnaas_ipsec_policy_v2 resource (#​1558)
  • Added user_id argument to the openstack_compute_keypair_v2 data source (#​1554)
  • Added project_id argument to the openstack_identity_project_v3 data source (#​1559)
  • The private_key attribute in the openstack_compute_keypair_v2 resource is now marked as sensitive (#​1548)
  • The openstack_dns_recordset_v2 resource now refreshes record values and ignores record order for individual record values within the same resource (#​1581)
  • The openstack_sharedfilesystem_share_access_v2 resource now prefers to use the GET method for share access rules retriving (#​1583)
  • Added multiattach argument to the openstack_compute_instance_v2 resource (#​1542)
  • Added xz decompression support to the openstack_images_image_v2 resource (#​1579)

BUG FIXES

  • Force new openstack_containerinfra_nodegroup_v1 resource when cluster_id changes (#​1551)
  • Fixed openstack_objectstorage_container_v1 resource to not fail when container/objest doesn't exist (#​1535)
  • Fixed a bug in the openstack_images_image_v2 resource where simultaneous image downloads could cause a broken resulting image in the cache (#​1579)

v1.51.1

Compare Source

NOTES

  • Added more details about the Swift requirements for a new openstack_objectstorage_container_v1 versioning argument in the documentation (#​1526)

BUG FIXES

  • Fixed incorrect microversion setting and response handling for the Nova server groups API in the openstack_compute_servergroup_v2 resource (#​1524)
  • Fixed unexpected resource recreation of openstack_images_image_v2 for existing resources after upgrading the terraform provider version (#​1525)

v1.51.0

Compare Source

NOTES

  • The openstack_compute_instance_v2 resource has been updated to use the Cinder V3 API by default instead of the V2 API in resource import logic (#​1514)

IMPROVEMENTS

  • Added support for updating the segments argument to the openstack_networking_network_v2 resource (#​1508)
  • Added the segments attribute to the openstack_networking_network_v2 data source (#​1508)
  • Added the force_destroy argument to the openstack_networking_router_interface_v2 resource (#​1512)
  • Added the set_token_id argument and token_id attribute to the openstack_identity_auth_scope_v3 data source (#​1515)
  • Added the rules argument to the openstack_compute_servergroup_v2 resource (#​1382)
  • Added the tags argument to the openstack_lb_listener_v2 resource (#​1438)

BUG FIXES

  • Fixed a template type assertion panic in the openstack_orchestration_stack_v1 resource (#​1509)
  • Fixed a bug in the openstack_keymanager_secret_v1 resource and data source that prevented binary data from being retrieved (#​1505)
  • Fixed the segments argument import in the openstack_networking_network_v2 resource (#​1508)

v1.50.0

Compare Source

NOTES

  • objectstorage_container_v1 resource has been updated to support the new versioning. The versioning argument is now Boolean while the legacy versioning can be enabled via versioning_legacy which follows the old schema and is deprecated. State will be updated automatically but users need to update their resource definition (#​1498)

FEATURES

IMPROVEMENTS

  • Added PROMETHEUS protocol to openstack_lb_listener_v2 resource (#​1494)
  • Added decompress argument to images_image_v2 resource (#​1482)
  • Added name_regex argument to openstack_images_image_v2 data source (#​1469)
  • Added ability to provide a list of tags into openstack_images_image_v2, openstack_images_image_ids_v2 data sources (#​1462), (#​1468)
  • Added name_regex attribute to openstack_images_image_v2 data source (#​1469)
  • Added hidden attribute to containerinfra_clustertemplate_v1 data source (#​1472)

BUG FIXES

  • Fixed containerinfra_clustertemplate_v1 labels update (#​1455)

v1.49.0

Compare Source

FEATURES

  • Updated Gophercloud to 1.0.0 (#​1441)

IMPROVEMENTS

  • Added service_types argument to networking_subnet_v2 resource (#​1445)
  • Added service_types argument to networking_subnet_v2 data source (#​1445)
  • Added description argument to compute_flavor_v2 resource (#​1441)
  • Added created and updated attribute to compute_instance_v2 resource (#​1423)
  • Added created and updated attribute to compute_instance_v2 data source (#​1423)
  • Update docs for containerinfra_nodegroup_v1 (#​1426 and #​1436)

BUG FIXES

  • Fixed setting docker_volume_size on containerinfra_nodegroup_v1 (#​1437)
  • Fixed update for node_count on containerinfra_cluster_v1 (#​1431)
  • Fixed min_node_count and max_node_count on containerinfra_nodegroup_v1 (#​1431)
  • Fixed merge_labels on containerinfra_cluster_v1 (#​1435)
  • Fixed configuration/value type mismatch on db_configuration_v1 (#​1440)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

Edited by Renovate Bot

Merge request reports