Releases: ionos-cloud/module-ansible
Releases · ionos-cloud/module-ansible
v7.5.0
Features
- Added check_mode and diff to the user module
- Added ignored_properties to the user module
Changes
- use filters when retrieving user to speed up the request
Fixes
- mark RegEx pattern as a raw string (fix by @jaudriga)
Docs
- Added declarative modules page to summary
What's Changed
- New release by @rmocanu-ionos in #209
- feat: return diff for present and update, return object state after u… by @rmocanu-ionos in #210
Full Changelog: v7.4.1...v7.5.0
v7.5.0-beta.1
Features
- Added check_mode and diff to the user module
- Added ignored_properties to the user module
Changes
- use filters when retrieving user to speed up the request
Fixes
- mark RegEx pattern as a raw string (fix by @jaudriga)
Docs
- Added declarative modules page to summary
What's Changed
- New release by @rmocanu-ionos in #209
Full Changelog: v7.4.1...v7.5.0-beta.1
v7.4.1
Fixes
- disk_type on cube_server now defaults to DAS, other arguments would have caused the call to fail
Docs
- Added tutorials to docs, these show how this Ansible module can be used to provision many of our more commonly-used Compute resources and Managed Services in combinations that are at least representative of 'real-world' deployments.
- Updated the examples in the files to use the steps from our test playbooks to ensure they are working. This should fix numerous bugs within the examples.
What's Changed
- changed disk_type default value to DAS for cube_server by @rmocanu-ionos in #198
- Docs/generated examples by @rmocanu-ionos in #194
Full Changelog: v7.4.0...v7.4.1
v7.4.0
Features
- Added MariaDB modules
- new modules: mariadb_cluster, mariadb_cluster_info, mariadb_backup_info
What's Changed
- Feat/mariadb by @rmocanu-ionos in #196
Full Changelog: v7.3.0...v7.4.0
v7.3.0
- Refactor to use module_utile to remove duplicate code.
Changes
- Using ansible-galaxy when installing from github
- Modules called with the whole path(ionoscloudsdk.ionoscloud.<module_name>)
- allow_replace and depth have been removed from modules that do not support replace, they can still be sent so past playbooks that use it do not fail
What's Changed
- added cleanup workflow by @rmocanu-ionos in #191
- docs: add Basic Auth deprecation notice by @mimihalescu in #192
- refactor: created separate file with common module parts by @rmocanu-ionos in #188
Full Changelog: v7.2.0...v7.3.0
v7.2.0
Features
- Added Container Registry Vulnerability Scanning feature
- new modules: registry_artifact_info, registry_repository, registry_repository_info, registry_vulnerability_info
- new argument for registry: features
- Added Private Kubernetes feature
- new arguments for k8s_cluster: public, location, nat_gateway_ip and node_subnet
Fixes
- Fixed argument lan not available in state present for module nic
- Fixed some wrong examples
Known Issues
- When a registry is to be replaced while retaining the same name it would cause an error because the API does not allow two resources with the same name. Please change the name as well if you want to replace a registry for now
What's Changed
- feat: implement private k8s cluster by @mimihalescu in #117
- docs: added lan param to nic state present, regenerated docs by @rmocanu-ionos in #187
- [no ci] docs: fix typo by @rmocanu-ionos in #190
- Feat/container registry new features by @rmocanu-ionos in #189
Full Changelog: v7.1.0...v7.2.0
v7.1.0
Features
- Added Logging modules: pipeline and pipeline_info
- Added VM Autoscaling modules: vm_autoscaling_group, vm_autoscaling_action_info, vm_autoscaling_group_info and vm_autoscaling_server_info
What's Changed
- Feat/vm autoscaling by @rmocanu-ionos in #186
- Feat/logging by @rmocanu-ionos in #184
Full Changelog: v7.0.0...v7.1.0
v7.0.0
Features
- Added DNS modules: dns_zone, dns_record, dns_secondary_zone and corresponding info modules
- Changed info modules to have the same format
- Generating summary to include all modules, and split in them in subcategories
- Changed Private Cross Connect references in docs to Cross Connect
v7.0.0-beta.1
Features
- Reworked all modules to be declarative, for more details https://github.com/ionos-cloud/module-ansible/blob/master/docs/usage/declarative_changes.md
- changed info modules to have the same format
- added ipv6 support
- updated docs, added return examples and updated option descriptions
What's Changed
- Feat/declarative tasks by @rmocanu-ionos in #123
- Fix mongo template by @rmocanu-ionos in #177
- feat: ipv6 declarative by @rmocanu-ionos in #171
Full Changelog: v6.5.3...v7.0.0-beta.1