Merge pull request #1070 from sdodsley/release_1_45_1
Release 1.45.1
chore(main): release 7.1.0 (#874)
🤖 I have created a release *beep* *boop*
---
##
[7.1.0](7.0.1...7.1.0)
(2026-09-17)
### Features
* add hcloud_network_member_info module
([#871](#871))
([57aa11f](57aa11f))
### Bug Fixes
* **certificate:** fail when trying to change an existing uploaded
certificate
([#876](#876))
([2849de4](2849de4))
* **firewall:** allow updating using id without name
([#877](#877))
([bca62eb](bca62eb))
* **load_balancer_service:** idempotency with http or health_check
arguments
([#870](#870))
([760071d](760071d))
* **load_balancer_service:** mark port and protocol as required in
health_check argument
([#873](#873))
([46607f1](46607f1))
* **volume:** misleading error when given server does not exists
([#875](#875))
([971b3b8](971b3b8))
---
This PR was generated with [Release
Please](github.com/googleapis/release-please). See
[documentation](github.com/googleapis/release-please#release-please).
Merge pull request #592 from sdodsley/release_1_28_0
Release 1.28.0
Merge pull request #1068 from sdodsley/release_1_45_0
Release 1.45.0
6.4.0 release
Deprecated Features
-------------------
- plugins.module_utils.vmware - The function ``find_host_by_cluster_datacenter`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware - The function ``vmware_argument_spec`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware - The method ``PyVmomi.get_all_hosts_by_cluster`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware - The method ``PyVmomi.get_folder_path`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware - The method ``PyVmomi.vcenter_version_at_least`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_cluster_by_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_datacenter_by_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_datastore_by_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_host_by_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_library_item_by_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_library_item_from_content_library_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_resource_pool_by_name`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.get_tags_for_cluster`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
- plugins.module_utils.vmware_rest_client - The method ``VMwareRestClient.vmware_client_argument_spec`` is deprecated and will be removed in community.vmware 8.0.0 (#2599).
chore(main): release 7.0.1 (#867)
🤖 I have created a release *beep* *boop*
---
##
[7.0.1](7.0.0...7.0.1)
(2026-09-11)
### Bug Fixes
* update dependencies
([1d48fa5](1d48fa5))
---
This PR was generated with [Release
Please](github.com/googleapis/release-please). See
[documentation](github.com/googleapis/release-please#release-please).
ci: call release_galaxy.yaml directly, bypassing AH entirely (#284)
The ah_publish input in the release.yaml wrapper is not forwarded to
release_ah.yaml so passing ah_publish: false has no effect. Call
release_galaxy.yaml directly to skip Automation Hub completely.