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
297aaeac
Commit
297aaeac
authored
Oct 09, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backporting version release stuff from stable-1.9
parent
d660381f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
64 additions
and
0 deletions
+64
-0
CHANGELOG.md
+34
-0
RELEASES.txt
+3
-0
packaging/debian/changelog
+18
-0
packaging/rpm/ansible.spec
+9
-0
No files found.
CHANGELOG.md
View file @
297aaeac
...
...
@@ -290,6 +290,40 @@ you avoid ever writing sensitive plaintext to disk.
*
Many fixes and new options added to modules, too many to list here.
*
Now you can see task file and line number when using verbosity of 3 or above.
## 1.9.4 "Dancing In the Street" - Oct 9, 2015
*
Fixes a bug where yum state=latest would error if there were no updates to install.
*
Fixes a bug where yum state=latest did not work with wildcard package names.
*
Fixes a bug in lineinfile relating to escape sequences.
*
Fixes a bug where vars_prompt was not keeping passwords private by default.
*
Fix ansible-galaxy and the hipchat callback plugin to check that the host it
is contacting matches its TLS Certificate.
## 1.9.3 "Dancing In the Street" - Sep 3, 2015
*
Fixes a bug related to keyczar messing up encodings internally, resulting in decrypted
messages coming out as empty strings.
*
AES Keys generated for use in accelerated mode are now 256-bit by default instead of 128.
*
Fix url fetching for SNI with python-2.7.9 or greater. SNI does not work
with python < 2.7.9. The best workaround is probably to use the command
module with curl or wget.
*
Fix url fetching to allow tls-1.1 and tls-1.2 if the system's openssl library
supports those protocols
*
Fix ec2_ami_search module to check TLS Certificates
*
Fix the following extras modules to check TLS Certificates:
*
campfire
*
layman
*
librarto_annotate
*
twilio
*
typetalk
*
Fix docker module's parsing of docker-py version for dev checkouts
*
Fix docker module to work with docker server api 1.19
*
Change yum module's state=latest feature to update all packages specified in
a single transaction. This is the same type of fix as was made for yum's
state=installed in 1.9.2 and both solves the same problems and with the same caveats.
*
Fixed a bug where stdout from a module might be blank when there were were non-printable
ASCII characters contained within it
## 1.9.2 "Dancing In the Street" - Jun 26, 2015
*
Security fixes to check that hostnames match certificates with https urls (CVE-2015-3908)
...
...
RELEASES.txt
View file @
297aaeac
...
...
@@ -9,6 +9,9 @@ Active Development
Released
++++++++
1.9.4 "Dancing In the Streets" 10-09-2015
1.9.3 "Dancing In the Streets" 09-03-2015
1.9.2 "Dancing In the Streets" 06-24-2015
1.9.1 "Dancing In the Streets" 04-27-2015
1.9.0 "Dancing In the Streets" 03-25-2015
1.8.4 "You Really Got Me" ---- 02-19-2015
...
...
packaging/debian/changelog
View file @
297aaeac
...
...
@@ -4,6 +4,24 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
-- Ansible, Inc. <support@ansible.com> %DATE%
ansible (1.9.4) unstable; urgency=low
* 1.9.4
-- Ansible, Inc. <support@ansible.com> Fri, 09 Oct 2015 15:00:00 -0500
ansible (1.9.3) unstable; urgency=low
* 1.9.3
-- Ansible, Inc. <support@ansible.com> Thu, 03 Sep 2015 18:30:00 -0500
ansible (1.9.2) unstable; urgency=low
* 1.9.2
-- Ansible, Inc. <support@ansible.com> Wed, 24 Jun 2015 14:00:00 -0500
ansible (1.9.1) unstable; urgency=low
* 1.9.1
...
...
packaging/rpm/ansible.spec
View file @
297aaeac
...
...
@@ -125,6 +125,15 @@ rm -rf %{buildroot}
%changelog
* Fri Oct 09 2015 Ansible, Inc. <support@ansible.com> - 1.9.4
- Release 1.9.4
* Thu Sep 03 2015 Ansible, Inc. <support@ansible.com> - 1.9.3
- Release 1.9.3
* Wed Jun 24 2015 Ansible, Inc. <support@ansible.com> - 1.9.2
- Release 1.9.2
* Mon Apr 27 2015 Ansible, Inc. <support@ansible.com> - 1.9.1
- Release 1.9.1
...
...
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