Skip to content

Commit 37f66ac

Browse files
Add the Ansible community 13.0.0a5 porting guide (#3191)
Co-authored-by: Felix Fontein <5781356+felixfontein@users.noreply.github.com>
1 parent ea5f6bd commit 37f66ac

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_13.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,61 @@ Networking
196196

197197
No notable changes
198198

199+
Porting Guide for v13.0.0a5
200+
===========================
201+
202+
Breaking Changes
203+
----------------
204+
205+
community.docker
206+
^^^^^^^^^^^^^^^^
207+
208+
- All doc fragments, module utils, and plugin utils are from now on private. They can change at any time, and have breaking changes even in bugfix releases (https://github.com/ansible-collections/community.docker/pull/1144).
209+
210+
Major Changes
211+
-------------
212+
213+
fortinet.fortios
214+
^^^^^^^^^^^^^^^^
215+
216+
- Supported default_group feature for the all of the modules.
217+
218+
grafana.grafana
219+
^^^^^^^^^^^^^^^
220+
221+
- Restore default listen address and port in Mimir by @56quarters in https://github.com/grafana/grafana-ansible-collection/pull/456
222+
- fix broken Grafana apt repository addition by @kleini in https://github.com/grafana/grafana-ansible-collection/pull/454
223+
224+
ieisystem.inmanage
225+
^^^^^^^^^^^^^^^^^^
226+
227+
- The edit_m6_log_setting.py module has added the 'server_status' attribute; The edit_network_bond.py module modifies the attribute descriptions; The edit_snmp.py and edit_snmp_trap.py module modifies the allowable value ranges for the auth_protocol and priv_protocol attributes. (https://github.com/ieisystem/ieisystem.inmanage/pull/30).
228+
229+
ngine_io.cloudstack
230+
^^^^^^^^^^^^^^^^^^^
231+
232+
- Ensuring backwards compatibility and integration tests with CloudStack 4.17 and 4.18.
233+
- General overhaul (black code style) and renaming of all modules (dropping ``cs_`` prefix) (https://github.com/ngine-io/ansible-collection-cloudstack/pull/141).
234+
- Update cs dependency to >=3.4.0.
235+
236+
Removed Features
237+
----------------
238+
239+
community.docker
240+
^^^^^^^^^^^^^^^^
241+
242+
- Remove support for Docker SDK for Python version 1.x.y, also known as ``docker-py``. Modules and plugins that use Docker SDK for Python require version 2.0.0+ (https://github.com/ansible-collections/community.docker/pull/1171).
243+
- The collection no longer supports Python 3.6 and before. Note that this coincides with the Python requirements of ansible-core 2.17+ (https://github.com/ansible-collections/community.docker/pull/1123).
244+
- The collection no longer supports ansible-core 2.15 and 2.16. You need ansible-core 2.17.0 or newer to use community.docker 5.x.y (https://github.com/ansible-collections/community.docker/pull/1123).
245+
246+
Deprecated Features
247+
-------------------
248+
249+
community.hrobot
250+
^^^^^^^^^^^^^^^^
251+
252+
- storagebox_subaccount - ``password_mode=set-to-random`` is deprecated and will be removed from community.hrobot 3.0.0. Hetzner's new API does not support this anyway, it can only be used with the legacy API (https://github.com/ansible-collections/community.hrobot/pull/183).
253+
199254
Porting Guide for v13.0.0a3
200255
===========================
201256

0 commit comments

Comments
 (0)