Update change log for v2.7.1
This commit is contained in:
parent
02bb823e8c
commit
ff25ce2ebc
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ This file contains al notable changes to the bertvv.samba Ansible role.
|
|||||||
|
|
||||||
This file adheres to the guidelines of [http://keepachangelog.com/](http://keepachangelog.com/). Versioning follows [Semantic Versioning](http://semver.org/). "GH-X" refers to the X'th issue or pull request on the Github project.
|
This file adheres to the guidelines of [http://keepachangelog.com/](http://keepachangelog.com/). Versioning follows [Semantic Versioning](http://semver.org/). "GH-X" refers to the X'th issue or pull request on the Github project.
|
||||||
|
|
||||||
|
## 2.7.1 - 2019-06-22
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- (GH-39) Have include_options use absolute paths (credit: [Bengt Giger](https://github.com/BenGig))
|
||||||
|
- (GH-41) Change default of "map to guest" to "never"
|
||||||
|
- (GH-42) Only apply mitigation of vulnerability CVE-2017-7494 to vulnerable Samba versions
|
||||||
|
- Fix deprecation warnings for Ansible 2.8.x
|
||||||
|
- Removed with_items loop from package tasks
|
||||||
|
|
||||||
## 2.7.0 - 2018-10-04
|
## 2.7.0 - 2018-10-04
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
@ -235,6 +235,7 @@ Issues, feature requests, ideas, suggestions, etc. can be posted in the Issues s
|
|||||||
Pull requests are also very welcome. Please create a topic branch for your proposed changes. If you don't, this will create conflicts in your fork after the merge. Don't hesitate to add yourself to the contributor list below in your PR!
|
Pull requests are also very welcome. Please create a topic branch for your proposed changes. If you don't, this will create conflicts in your fork after the merge. Don't hesitate to add yourself to the contributor list below in your PR!
|
||||||
|
|
||||||
[Ben Tomasik](https://github.com/tomislacker),
|
[Ben Tomasik](https://github.com/tomislacker),
|
||||||
|
[Bengt Giger](https://github.com/BenGig),
|
||||||
[Bert Van Vreckem](https://github.com/bertvv/) (maintainer),
|
[Bert Van Vreckem](https://github.com/bertvv/) (maintainer),
|
||||||
[Birgit Croux](https://github.com/birgitcroux),
|
[Birgit Croux](https://github.com/birgitcroux),
|
||||||
[DarkStar1973](https://github.com/DarkStar1973),
|
[DarkStar1973](https://github.com/DarkStar1973),
|
||||||
|
Loading…
Reference in New Issue
Block a user