Skip to content

Commit 5a06cd9

Browse files
authored
prepare release 5.3.0 (#591)
1 parent 6099fe5 commit 5a06cd9

File tree

6 files changed

+25
-12
lines changed

6 files changed

+25
-12
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Ansible Netcommon Collection Release Notes
55
.. contents:: Topics
66

77

8+
v5.3.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add new module cli_backup that exclusively handles configuration backup.
15+
16+
Bugfixes
17+
--------
18+
19+
- Fix attribute types from string to str in filter plugins.
20+
821
v5.2.0
922
======
1023

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,3 +707,15 @@ releases:
707707
name: default
708708
namespace: null
709709
release_date: "2023-09-07"
710+
5.3.0:
711+
changes:
712+
bugfixes:
713+
- Fix attribute types from string to str in filter plugins.
714+
minor_changes:
715+
- Add new module cli_backup that exclusively handles configuration backup.
716+
fragments:
717+
- cli_backup.yaml
718+
- fix_attribute_type.yaml
719+
- sanity_ignores.yaml
720+
- trivial_lint.yaml
721+
release_date: "2023-10-17"

changelogs/fragments/cli_backup.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_attribute_type.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/sanity_ignores.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/trivial_lint.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)