Skip to content

Commit

Permalink
Add porting guide for 9.7.0. (ansible#1609) (ansible#1611)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a8816e)

Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
patchback[bot] and felixfontein authored Jun 18, 2024
1 parent 5f156fb commit 71c4c99
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/docsite/rst/porting_guides/porting_guide_9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,40 @@ Porting custom scripts
Networking
==========

Porting Guide for v9.7.0
========================

Known Issues
------------

community.general
~~~~~~~~~~~~~~~~~

- homectl - the module does not work under Python 3.13 or newer, since it relies on the removed ``crypt`` standard library module (https://github.com/ansible-collections/community.general/issues/4691, https://github.com/ansible-collections/community.general/pull/8497).
- udm_user - the module does not work under Python 3.13 or newer, since it relies on the removed ``crypt`` standard library module (https://github.com/ansible-collections/community.general/issues/4690, https://github.com/ansible-collections/community.general/pull/8497).

Major Changes
-------------

containers.podman
~~~~~~~~~~~~~~~~~

- Add mount and unmount for volumes
- Add multiple subnets for networks
- Add new options for podman_container
- Add new options to pod module
- Add podman search
- Improve idempotency for networking in podman_container
- Redesign idempotency for Podman Pod module

Removed Features
----------------

community.grafana
~~~~~~~~~~~~~~~~~

- removed deprecated `message` argument in `grafana_dashboard`

Porting Guide for v9.6.0
========================

Expand Down

0 comments on commit 71c4c99

Please sign in to comment.