-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
# Change Log | ||
|
||
## [v1.0.0](https://github.com/Mooash/csf-ansible-role/tree/v1.0.0) (2016-02-27) | ||
## [v1.1.0](https://github.com/jloh/csf-ansible-role/tree/v1.1.0) (2016-11-02 | ||
|
||
[Full Changelog](https://github.com/jloh/csf-ansible-role/compare/v1.0.0...v1.1.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Added new global variable: csf\_allow\_ip [\#7](https://github.com/jloh/csf-ansible-role/pull/7) ([marek-knappe](https://github.com/marek-knappe)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fix DEPRECATION WARNING errors due to bare variables: csf\\_allow\\_ip [\#7](https://github.com/jloh/csf-ansible-role/pull/7) ([marek-knappe](https://github.com/marek-knappe)) | ||
|
||
## [v1.0.0](https://github.com/jloh/csf-ansible-role/tree/v1.0.0) (2016-02-27) | ||
**Implemented enhancements:** | ||
|
||
- Added CentOS 7 support. Added optional ipset and gd support [\#2](https://github.com/Mooash/csf-ansible-role/pull/2) ([bvansomeren](https://github.com/bvansomeren)) | ||
- Added CentOS 7 support. Added optional ipset and gd support [\#2](https://github.com/jloh/csf-ansible-role/pull/2) ([bvansomeren](https://github.com/bvansomeren)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Only fail disable firewalld when it's actually installed. [\#5](https://github.com/Mooash/csf-ansible-role/pull/5) ([ju5t](https://github.com/ju5t)) | ||
- Minor addition to avoid changed result on csf installation check [\#3](https://github.com/Mooash/csf-ansible-role/pull/3) ([dledanseur](https://github.com/dledanseur)) | ||
- Only fail disable firewalld when it's actually installed. [\#5](https://github.com/jloh/csf-ansible-role/pull/5) ([ju5t](https://github.com/ju5t)) | ||
- Minor addition to avoid changed result on csf installation check [\#3](https://github.com/jloh/csf-ansible-role/pull/3) ([dledanseur](https://github.com/dledanseur)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add a Gitter chat badge to README.md [\#1](https://github.com/Mooash/csf-ansible-role/pull/1) ([gitter-badger](https://github.com/gitter-badger)) | ||
- Add a Gitter chat badge to README.md [\#1](https://github.com/jloh/csf-ansible-role/pull/1) ([gitter-badger](https://github.com/gitter-badger)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.0.0 | ||
v1.1.0 |