Skip to content

Commit db68314

Browse files
Merge pull request #61 from rohitthakur2590/prepare_release_4_0_0
Prepare release 4.0.0
2 parents f641e06 + 9cbc93f commit db68314

5 files changed

Lines changed: 44 additions & 13 deletions

File tree

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Network Base Collection Release Notes
55
.. contents:: Topics
66

77

8+
v4.0.0
9+
======
10+
11+
Major Changes
12+
-------------
13+
14+
- Rename role variables to follow the role_name_var variable naming rule for roles.
15+
- Rename variable action as operation, on behalf of ansible-lint var-naming error for reserved Ansible keywords.
16+
17+
Minor Changes
18+
-------------
19+
20+
- Add support for parent_directory options.
21+
22+
Bugfixes
23+
--------
24+
25+
- confirm drift based on changed status rather than commands.
26+
27+
Documentation Changes
28+
---------------------
29+
30+
- Fix misspelled words in README, and fix examples.
31+
- Update tests for gather, persist, remediate and deploy.
32+
833
v3.0.0
934
======
1035

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,22 @@ releases:
6868
- update_conditions.yaml
6969
- update_readme.yaml
7070
release_date: '2023-05-11'
71+
4.0.0:
72+
changes:
73+
bugfixes:
74+
- confirm drift based on changed status rather than commands.
75+
doc_changes:
76+
- Fix misspelled words in README, and fix examples.
77+
- Update tests for gather, persist, remediate and deploy.
78+
major_changes:
79+
- Rename role variables to follow the role_name_var variable naming rule for
80+
roles.
81+
- Rename variable action as operation, on behalf of ansible-lint var-naming
82+
error for reserved Ansible keywords.
83+
minor_changes:
84+
- Add support for parent_directory options.
85+
fragments:
86+
- make_action_operation.yml
87+
- support_parent_directory.yaml
88+
- update_tests.yaml
89+
release_date: '2023-07-26'

changelogs/fragments/make_action_operation.yml

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

changelogs/fragments/support_parent_directory.yaml

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

changelogs/fragments/update_tests.yaml

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

0 commit comments

Comments
 (0)