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
08df93a8
Commit
08df93a8
authored
Oct 09, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog for dot releases back on development branch
parent
50ea8cd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
CHANGELOG.md
+18
-0
No files found.
CHANGELOG.md
View file @
08df93a8
...
@@ -34,6 +34,24 @@ Misc changes:
...
@@ -34,6 +34,24 @@ Misc changes:
*
Inventory hosts are used in the order they appear in the inventory.
*
Inventory hosts are used in the order they appear in the inventory.
*
in hosts: foo
[
2-5
]
type syntax, the iterators now are zero indexed and the last index is non-inclusive, to match Python standards.
*
in hosts: foo
[
2-5
]
type syntax, the iterators now are zero indexed and the last index is non-inclusive, to match Python standards.
1.
3.2 "Top of the World" (reprise) - September 19th, 2013
Multiple accelerate mode fixes:
Make packet reception less greedy, so multiple frames of data are not consumed by one call.
Adding two timeout values (one for connection and one for data reception timeout).
Added keepalive packets, so async mode is no longer required for long-running tasks.
Modified accelerate daemon to use the verbose logging level of the ansible command that started it.
Fixed bug where accelerate would not work in check-mode.
1.
3.2 "Top of the World" (reprise) - September 19th, 2013
The ControlPath variable for ssh connections is now configurable in the ansible.cfg (and via the environment variable ANSIBLE_SSH_CONTROL_PATH).
Added a -vvvv level, which will show SSH client debugging information in the event of a failure.
Fixed bug in apt_repository module where the repository cache was not being updated.
Fixed bug where "too many open files" errors would be encountered due to pseudo TTY's not being closed properly.
1.
3.1 "Top of the World" (reprise) - September 16th, 2013
Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings.
1.
3 "Top of the World" - September 13th, 2013
1.
3 "Top of the World" - September 13th, 2013
Highlighted new features:
Highlighted new features:
...
...
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