Releases: opentelekomcloud/ansible-collection-cloud
Releases · opentelekomcloud/ansible-collection-cloud
0.13.0: Enable sdk log gathering (#125)
Enable sdk log gathering Reviewed-by: OpenTelekomCloud Bot
0.12.5
Changelog
- [Move functests definition to the project] by @gtema in #239
- [Group integration tests] by @gtema in #238
- [Rework sanity ignore list] by @gtema in #237
- [CBR vault fixes] by @Polina-Gubina in #235
- [Cap ansible-lint lower then 6.8.6] by @gtema in #231
- [Modules examples v2] by @YustinaKvr in #223
- [Usecases examples] by @YustinaKvr in #222
- [CSS cluster create backup strategy fix] by @vladimirvshivkov in #218
- [kms info module] by @anton-sidelnikov in #217
- [Fix rds_flavor_info module] by @YustinaKvr in #212
- [CBR vault module ] by @Polina-Gubina in #204
- [CBR backup module ] by @Polina-Gubina in #201
- [Modules examples] by @YustinaKvr in #198
- [Fix recordset not uniqueness check] by @gtema in #197
- [Volume backup integration tests] by @YustinaKvr in #196
- [Volume snapshot info fixes] by @YustinaKvr in #195
- [Volume backup fix id error] @YustinaKvr in #193
- [Enable sdk log gathering] by @gtema in #125
Full Changelog: 0.12.4...0.12.5
0.12.4
Changelog
- Nameserver info module by @anton-sidelnikov in #192
- Fix snapshot section to create snapshot in case of initial backup @YustinaKvr in #191
Full Changelog: 0.12.3...0.12.4
0.12.3
Changelog
- freeze ansible-lint version by @vladimirvshivkov in #189
- [CSS] cluster tags fixes by @vladimirvshivkov in #187
- fix check-mode option by @YustinaKvr in #186
- version 0.12.3 by @vladimirvshivkov in #190
Full Changelog: 0.12.2...0.12.3
0.12.2: Fix RDS region
What's Changed
Now you can use RDS modules to deploy your RDS cluster in all our regions.
Full Changelog: 0.12.1...0.12.2
0.12.1: Subnet description update fix
0.12.0: Update collection version (#179)
What's Changed
- Support passing vpc by name to
subnetby @outcatcher in #167 - vpc info module by @Polina-Gubina in #168
- Subnet info module by @Polina-Gubina in #169
- Change image-name in nat test by @lego963 in #171
- Add new doc pages by @YustinaKvr in #170
- add and fix pages by @YustinaKvr in #172
- Examples for new docs portal by @YustinaKvr in #174
- Add override router by @gtema in #175
- vpc and dns_zone fixes by @enrrou in #177
- Update collection version to 0.12.0 by @enrrou in #179
Full Changelog: 0.11.0...0.12.0
0.11.0: CSS snapshot, VPC subnet and VPC fixes
What's Changed
- CSS snapshot module by @enrrou in #145
- Add
subnetmodule by @outcatcher in #159 - Fix doc for
vpcmodule by @Polina-Gubina in #161
Full Changelog: 0.10.0...0.11.0
0.10.0 CSS, DDS and VPC modules
What's Changed
- antsibull-changelog - config&directories by @SebastianGode in #124
- Dds datastore info by @YustinaKvr in #126
- AS Group refactoring by @irina-pereiaslavskaia in #127
- DDS flavor info module by @YustinaKvr in #129
- New AS Instance module by @irina-pereiaslavskaia in #130
- DDS Instance info module by @YustinaKvr in #131
- DDS instance module by @YustinaKvr in #132
- Dns recordset info module by @YustinaKvr in #112
- fixed wait:false is still waiting by @enrrou in #141
- CSS cluster info by @YustinaKvr in #140
- changed linter to ansible-linter by @enrrou in #150
- Fix remaining orphans after deletion in
as_instanceby @lego963 in #152 - added css_snapshot_info module by @enrrou in #144
- CSS cluster info fix by @YustinaKvr in #153
- rework deh_host to use proper bool instead "on/off" value by @enrrou in #154
- security_group module rework by @enrrou in #156
- Vpc module by @Polina-Gubina in #157
- css cluster module by @enrrou in #147
New Contributors
- @YustinaKvr made their first contribution in #126
- @enrrou made their first contribution in #135
Full Changelog: 0.9.0...0.10.0
0.9.0: Tox Script + Sphinx for ansible documentation (#116)
Tox Script + Sphinx for ansible documentation Introduce documentation building: introduce doc/source/... with the initial skeleton content tox -e docs can be used locally to see how documentation will look like general ansible-collection-docs job is doing the real rendering return galaxy.yml from from being template to allow using antsibull (this is anyway required to allow installation from git directly) Depends-on: opentelekomcloud-infra/otc-zuul-jobs#68 Reviewed-by: None <None> Reviewed-by: None <None> Reviewed-by: Artem Goncharov <[email protected]>