Skip to content

Commit a7ad09e

Browse files
authored
[citest skip] Add CHANGELOG.md (#90)
- Each changelog has 3 sections, "### New Features", "### Bug Fixes", and "Other Changes". - If there is no items in a section, let it have "- none".
1 parent 4125be2 commit a7ad09e

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed

CHANGELOG.md

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
Changelog
2+
=========
3+
4+
[1.2.2] - 2022-06-02
5+
--------------------
6+
7+
### New Features
8+
9+
- none
10+
11+
### Bug fixes
12+
13+
- fix: state not required for masquerade and ICMP block inversion
14+
- Fix deprecated syntax in Readme
15+
16+
### Other Changes
17+
18+
- tests\_ansible: replaced immediate options with runtime options
19+
20+
[1.2.1] - 2022-05-10
21+
--------------------
22+
23+
### New Features
24+
25+
- none
26+
27+
### Bug Fixes
28+
29+
- none
30+
31+
### Other Changes
32+
33+
- remove customzone zone in cleanup
34+
- bump tox-lsr version to 2.11.0; remove py37; add py310
35+
36+
[1.2.0] - 2022-05-02
37+
--------------------
38+
39+
### New features
40+
41+
- Added ability to restore Firewalld defaults
42+
43+
### Bug Fixes
44+
45+
- none
46+
47+
### Other Changes
48+
49+
- none
50+
51+
[1.1.1] - 2022-04-13
52+
--------------------
53+
54+
### New features
55+
56+
- support gather\_facts: false; support setup-snapshot.yml
57+
58+
### Bug Fixes
59+
60+
- none
61+
62+
### Other Changes
63+
64+
- none
65+
66+
[1.1.0] - 2022-02-22
67+
--------------------
68+
69+
### New features
70+
71+
- ensure that changes to target take effect immediately
72+
- Add ability to set the default zone
73+
74+
### Bug Fixes
75+
76+
- none
77+
78+
### Other Changes
79+
80+
- bump tox-lsr version to 2.10.1
81+
82+
[1.0.3] - 2022-01-20
83+
--------------------
84+
85+
### New features
86+
87+
- Added implicit firewalld reload for when a custom zone is added or removed
88+
89+
### Bug Fixes
90+
91+
- none
92+
93+
### Other Changes
94+
95+
- Reformatted tests\_zone to use yaml format
96+
97+
[1.0.2] - 2022-01-10
98+
--------------------
99+
100+
### New Features
101+
102+
- none
103+
104+
### Bug Fixes
105+
106+
- none
107+
108+
### Other Changes
109+
110+
- bump tox-lsr version to 2.8.3
111+
- change recursive role symlink to individual role dir symlinks
112+
- Added examples of options in Readme
113+
- Added an issue template for the Firewalld System Role
114+
115+
[1.0.1] - 2021-11-11
116+
--------------------
117+
118+
### New features
119+
120+
- Added support for RHEL 7
121+
- Added runtime and permanent flags to documentation.
122+
123+
### Bug Fixes
124+
125+
- none
126+
127+
### Other Changes
128+
129+
- none
130+
131+
[1.0.0] - 2021-11-08
132+
--------------------
133+
134+
### Initial Release

0 commit comments

Comments
 (0)