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
404b082d
Commit
404b082d
authored
Jun 10, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump and assorted things to start new development version.
parent
f67c13f8
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
14 deletions
+22
-14
CHANGELOG.md
+4
-0
RELEASES.txt
+11
-10
VERSION
+1
-1
lib/ansible/__init__.py
+2
-2
packaging/rpm/ansible.spec
+4
-1
No files found.
CHANGELOG.md
View file @
404b082d
Ansible Changes By Release
==========================
1.
3 "Top of the World" - Release pending!
*
This is the active development release, right now!
1.
2 "Right Now" -- June 10, 2013
Core Features:
...
...
RELEASES.txt
View file @
404b082d
Ansible Releases at a Glance
============================
1.2 "Right Now" ------- pending
1.1 "Mean Street" ----- 04-02-2013
1.0 "Eruption" -------- 02-01-2013
0.9 "Dreams" ---------- 11-30-2012
0.8 "Cathedral" ------- 10-19-2012
0.7 "Panama" ---------- 09-06-2012
0.6 "Cabo" ------------ 08-06-2012
0.5 "Amsterdam" ------- 07-04-2012
0.4 "Unchained" ------- 05-23-2012
0.3 "Baluchitherium" -- 04-23-2012
1.3 "Top of the World" -- pending
1.2 "Right Now" --------- 06-10-2013
1.1 "Mean Street" ------- 04-02-2013
1.0 "Eruption" ---------- 02-01-2013
0.9 "Dreams" ------------ 11-30-2012
0.8 "Cathedral" --------- 10-19-2012
0.7 "Panama" ------------ 09-06-2012
0.6 "Cabo" -------------- 08-06-2012
0.5 "Amsterdam" --------- 07-04-2012
0.4 "Unchained" --------- 05-23-2012
0.3 "Baluchitherium" ---- 04-23-2012
0.0.2 Untitled
0.0.1 Untitled
...
...
VERSION
View file @
404b082d
1.
2
1.
3
lib/ansible/__init__.py
View file @
404b082d
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
# (c) 2012
-2013
, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
...
...
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'1.
2
'
__version__
=
'1.
3
'
__author__
=
'Michael DeHaan'
packaging/rpm/ansible.spec
View file @
404b082d
...
...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and orchestration engine
Version: 1.
2
Version: 1.
3
Group: Development/Libraries
License: GPLv3
...
...
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.3-0
* (release pending)
* Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0
* Release 1.2
...
...
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