Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
2962047b
Commit
2962047b
authored
Jul 07, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ported 1.9.2 changelog into devel
parent
aa095df1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
CHANGELOG.md
+28
-0
No files found.
CHANGELOG.md
View file @
2962047b
...
...
@@ -126,6 +126,34 @@ New Inventory scripts:
Other Notable Changes:
## 1.9.2 "Dancing In the Street" - Jun 26, 2015
*
Security fixes to check that hostnames match certificates with https urls (CVE-2015-3908)
-
get_url and uri modules
-
url and etcd lookup plugins
*
Security fixes to the zone (Solaris containers), jail (bsd containers),
and chroot connection plugins. These plugins can be used to connect to
their respective container types in leiu of the standard ssh connection.
Prior to this fix being applied these connection plugins didn't properly
handle symlinks within the containers which could lead to files intended to
be written to or read from the container being written to or read from the
host system instead. (CVE pending)
*
Fixed a bug in the service module where init scripts were being incorrectly used instead of upstart/systemd.
*
Fixed a bug where sudo/su settings were not inherited from ansible.cfg correctly.
*
Fixed a bug in the rds module where a traceback may occur due to an unbound variable.
*
Fixed a bug where certain remote file systems where the SELinux context was not being properly set.
*
Re-enabled several windows modules which had been partially merged (via action plugins):
-
win_copy.ps1
-
win_copy.py
-
win_file.ps1
-
win_file.py
-
win_template.py
*
Fix bug using with_sequence and a count that is zero. Also allows counting backwards isntead of forwards
*
Fix get_url module bug preventing use of custom ports with https urls
*
Fix bug disabling repositories in the yum module.
*
Fix giving yum module a url to install a package from on RHEL/CENTOS5
*
Fix bug in dnf module preventing it from working when yum-utils was not already installed
## 1.9.1 "Dancing In the Street" - Apr 27, 2015
*
Fixed a bug related to Kerberos auth when using winrm with a domain account.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment