Skip to content

Latest commit

 

History

History
176 lines (114 loc) · 4.02 KB

CHANGELOG.rst

File metadata and controls

176 lines (114 loc) · 4.02 KB

Ansible Collection cloudscale.ch Release Notes

  • Validate API tokens before passing them to Ansible, to ensure that a badly formed one (i.e., one with newlines) is not accidentally logged.
  • Update source_format of custom images with actually available choices.
  • Add missing modules to the "cloudscale_ch.cloud.cloudscale" action group.
  • Remove outdated Ansible version requirement from the README.
  • Bump minimum required Ansible version to 2.13.0
  • load_balancer - Manages load balancers on the cloudscale.ch IaaS service
  • load_balancer_health_monitor - Manages load balancers on the cloudscale.ch IaaS service
  • load_balancer_listener - Manages load balancer listeners on the cloudscale.ch IaaS service
  • load_balancer_pool - Manages load balancer pools on the cloudscale.ch IaaS service
  • load_balancer_pool_member - Manages load balancer pool members on the cloudscale.ch IaaS service
  • Add UEFI firmware type option for custom images.
  • Fixed a typo in region code.
  • Fixed various documentation typos.
  • Streamlined the flavors to the new format flex-y-x across the related modules and tests.
  • Fixed inventory documentation.
  • Updated documentation: ssh_keys is a YAML list, not a string.
  • Add custom_image module
  • Increase api_timeout to 45
  • Read CLOUDSCALE_API_TIMEOUT environment variable
  • custom_image - Manage custom images on the cloudscale.ch IaaS service
  • Add interface parameter to server module (#54).
  • Rename server_uuids parameter to servers in volume module (#54).
  • The aliases server_uuids and server_uuid of the servers parameter in the volume module will be removed in version 3.0.0.
  • floating_ip - name is required for assigning a new floating IP.
  • Implemented identical naming support of the same resource type per zone (#46).
  • Fix inventory plugin failing to launch (#49).
  • floating_ip - Added an optional name parameter to gain idempotency. The parameter will be required for assigning a new floating IP with release of version 2.0.0 (#43).
  • floating_ip - Allow to reserve an IP without assignment to a server (#31).
  • subnet - Manages subnets on the cloudscale.ch IaaS service
  • server_group - The module has been refactored and the code simplifed (#23).
  • volume - The module has been refactored and the code simplifed (#24).
  • network - Manages networks on the cloudscale.ch IaaS service
  • floating_ip - added tags support (#16)
  • objects_user - Manages objects users on the cloudscale.ch IaaS service