Update Terraform openstack to v1.53.0
Created by: renovate[bot]
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| openstack (source) | required_provider | minor |
1.43.0 -> 1.53.0
|
Release Notes
terraform-provider-openstack/terraform-provider-openstack (openstack)
v1.53.0
NOTES
- Marked various resources as deprecated and added a deprecation warning for the user (#1591)
IMPROVEMENTS
- Added
project_idargument to theopenstack_fw_rule_v2data source (#1594) - Added
project_idargument to theopenstack_fw_rule_v2resource (#1594) - Added
project_idargument to theopenstack_fw_policy_v2data source (#1594) - Added
project_idargument to theopenstack_fw_policy_v2resource (#1594) - Updated
openstack_compute_instance_v2to use Glance client instead of deprecated Nova client for images (#1615)
BUG FIXES
- Fixed
segmentation_idonopenstack_networking_network_v2to allow neutron to dynamically set it (#1600) - Fixed an issue to allow
cluster_template_idonopenstack_containerinfra_cluster_v1to be updated without triggering a new cluster creation (#1598)
v1.52.1
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
NOTES
- Documentation has been updated with sub-categories for easier browsing (#1540)
-
[]stripping for IPv6 addresses was removed fromopenstack_dns_recordset_v2resource (#1581)
IMPROVEMENTS
- Added a new
openstack_fw_rule_v2resource and data source (#1577) - Added a new
openstack_fw_policy_v2resource and data source (#1584) - Added a new
openstack_fw_group_v2resource and data source (#1588 #1589) - Added a new
openstack_identity_inherit_role_assignment_v3resource (#1567) - Added validators to the
openstack_vpnaas_ipsec_policy_v2resource (#1558) - Added
user_idargument to theopenstack_compute_keypair_v2data source (#1554) - Added
project_idargument to theopenstack_identity_project_v3data source (#1559) - The
private_keyattribute in theopenstack_compute_keypair_v2resource is now marked as sensitive (#1548) - The
openstack_dns_recordset_v2resource now refreshes record values and ignores record order for individual record values within the same resource (#1581) - The
openstack_sharedfilesystem_share_access_v2resource now prefers to use the GET method for share access rules retriving (#1583) - Added
multiattachargument to theopenstack_compute_instance_v2resource (#1542) - Added
xzdecompression support to theopenstack_images_image_v2resource (#1579)
BUG FIXES
- Force new
openstack_containerinfra_nodegroup_v1resource whencluster_idchanges (#1551) - Fixed
openstack_objectstorage_container_v1resource to not fail when container/objest doesn't exist (#1535) - Fixed a bug in the
openstack_images_image_v2resource where simultaneous image downloads could cause a broken resulting image in the cache (#1579)
v1.51.1
NOTES
- Added more details about the Swift requirements for a new
openstack_objectstorage_container_v1versioningargument in the documentation (#1526)
BUG FIXES
- Fixed incorrect microversion setting and response handling for the Nova server groups API in the
openstack_compute_servergroup_v2resource (#1524) - Fixed unexpected resource recreation of
openstack_images_image_v2for existing resources after upgrading the terraform provider version (#1525)
v1.51.0
NOTES
- The
openstack_compute_instance_v2resource 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
segmentsargument to theopenstack_networking_network_v2resource (#1508) - Added the
segmentsattribute to theopenstack_networking_network_v2data source (#1508) - Added the
force_destroyargument to theopenstack_networking_router_interface_v2resource (#1512) - Added the
set_token_idargument andtoken_idattribute to theopenstack_identity_auth_scope_v3data source (#1515) - Added the
rulesargument to theopenstack_compute_servergroup_v2resource (#1382) - Added the
tagsargument to theopenstack_lb_listener_v2resource (#1438)
BUG FIXES
- Fixed a template type assertion panic in the
openstack_orchestration_stack_v1resource (#1509) - Fixed a bug in the
openstack_keymanager_secret_v1resource and data source that prevented binary data from being retrieved (#1505) - Fixed the
segmentsargument import in theopenstack_networking_network_v2resource (#1508)
v1.50.0
NOTES
-
objectstorage_container_v1resource has been updated to support the new versioning. Theversioningargument is nowBooleanwhile the legacy versioning can be enabled viaversioning_legacywhich follows the old schema and is deprecated. State will be updated automatically but users need to update their resource definition (#1498)
FEATURES
- Updated Go to
1.20(#1488) - Updated Golangci-lint to
v1.51.2(#1488) - Updated Terraform SDK to
v2.25.0(#1490)
IMPROVEMENTS
- Added
PROMETHEUSprotocol toopenstack_lb_listener_v2resource (#1494) - Added
decompressargument toimages_image_v2resource (#1482) - Added
name_regexargument toopenstack_images_image_v2data source (#1469) - Added ability to provide a list of tags into
openstack_images_image_v2,openstack_images_image_ids_v2data sources (#1462), (#1468) - Added
name_regexattribute toopenstack_images_image_v2data source (#1469) - Added
hiddenattribute tocontainerinfra_clustertemplate_v1data source (#1472)
BUG FIXES
- Fixed
containerinfra_clustertemplate_v1labels update (#1455)
v1.49.0
FEATURES
- Updated
Gophercloudto1.0.0(#1441)
IMPROVEMENTS
- Added
service_typesargument tonetworking_subnet_v2resource (#1445) - Added
service_typesargument tonetworking_subnet_v2data source (#1445) - Added
descriptionargument tocompute_flavor_v2resource (#1441) - Added
createdandupdatedattribute to compute_instance_v2 resource (#1423) - Added
createdandupdatedattribute to compute_instance_v2 data source (#1423) - Update docs for
containerinfra_nodegroup_v1(#1426 and #1436)
BUG FIXES
- Fixed setting
docker_volume_sizeoncontainerinfra_nodegroup_v1(#1437) - Fixed update for
node_countoncontainerinfra_cluster_v1(#1431) - Fixed
min_node_countandmax_node_countoncontainerinfra_nodegroup_v1(#1431) - Fixed
merge_labelsoncontainerinfra_cluster_v1(#1435) - Fixed
configuration/valuetype mismatch ondb_configuration_v1(#1440)
v1.48.0
FEATURES
-
New Resource:
containerinfra_nodegroup_v1(#1364) -
New Data Source:
containerinfra_nodegroup_v1(#1364) -
New Data Source:
openstack_compute_limits_v2(#1418)
IMPROVEMENTS
- Added
user_idargument tocompute_keypair_v2resource (#1349) - Added rebuild support for
compute_instance_v2resource soimage_id,image_nameandpersonalitywon't create a new resource anymore (#1368) - Added
monitor_portandmonitor_addresstolb_members_v2(#1363) - Added
monitor_portandmonitor_addresstolb_member_v2(#1390) - Added ability to import
openstack_networking_port_secgroup_associate_v2(#1415) - Added
storage_policytoobjectstorage_container_v1(#1416)
BUG FIXES
- Fixed panic on ignored error from
net.ParseCIDR(cidr)(#1377) - Fixed required
regionattribute onnetworking_quota_v2datasource (#1374) - Fixed not setting
propertiesonimages_image_v2datasource (#1370) - Fixed handling of missing flavors in
openstack_compute_instance_v2(#1362)
v1.47.0
IMPROVEMENTS
- Added
hostattribute toblockstorage_volume_v3datasource (#1291) - Added possibility to update
protected,min_disk_gb,min_ram_mbarguments ofimage_v2resource (#1341) - Added
enable_loggingflag into provider configuration that sets the same behaviour asOS_DEBUGenv variable (#1246) - Added
dpdexamples and tests tovpnaas_site_connection_v2resource (#1344)
BUG FIXES
- Fixed
lb_members_v2documentation (#1340) - Added missing environent variables from documentation (#1348)
- Fixed
PROXYV2protocol validation inlb_pool_v2resource (#1346) - Fixed provider panics on
containerinfra_cluster_v1resource (#1308)
v1.46.0
FEATURES
-
New Resource:
blockstorage_qos_v3(#1325) -
New Resource:
blockstorage_qos_association_v3(#1331) -
New Data Source:
blockstorage_quotaset_v3(#1319) -
New Data Source:
networking_quota_v2(#1318)
IMPROVEMENTS
- Added
regionargument tocompute_aggregate_v2resource (#1276) - Fixed default
0value in skipped arguments ofnetworking_quota_v2resource (#1316) - Added
tagstolb_loadbalancer_v2resource (#1301) - Use Otavia API for
lb_loadbalancer_v2resource by default (#1326) - Updated
images_image_v2resource to not recreate imageon min_disk_gb,min_ram_mb,protectedattributes changes (#1299) - Updated
gophercloudtov0.23.0(#1315) - Updated
terraform-plugin-sdktov2.10.0(#1333)
v1.45.0
FEATURES
-
New Data Source:
openstack_compute_quotaset_v2(#1302)
IMPROVEMENTS
- Added retries reading
dns_zone_v2andcompute_instance_v2state after creation in case of 502, 504 HTTP errors (#1303)
BUG FIXES
- Improved removal of
networking_router_interface_v2resource so it will delete only needed port on a router (#1297) - Flagged
urlattribute ofobjectstorage_tempurl_v1resource as sensitive (#1305) - Fixed not specified quota values are being set to 0 in
compute_quotaset_v2resource (#1304)
v1.44.0
NOTES
- This release updates major version of
terraform-plugin-sdkfromv1tov2and 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
v1.43.1
BUG FIXES
- Fixed panics when a token doesn't have a project scope (#1282)
Configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.