mirror of
https://github.com/ansible/tower-cli.git
synced 2026-02-06 00:48:50 +01:00
Updates Versioning for 3.2.1 Release
This commit is contained in:
18
HISTORY.rst
18
HISTORY.rst
@@ -1,14 +1,20 @@
|
||||
Release History
|
||||
===============
|
||||
|
||||
3.2.1 (2017-xx-xx)
|
||||
3.2.1 (2017-12-19)
|
||||
------------------
|
||||
|
||||
- Install new CLI entry point, awx-cli
|
||||
- Allow setup and testing to proceed without root privileges
|
||||
- Add project and inventory update resources to enable more functionality
|
||||
- Fix bug when copying resources that use the variables field type
|
||||
- Fix bug that caused debug messages to hang with long line lengths
|
||||
- Added support for using settings from environment vars in normal CLI use
|
||||
- Made many-to-many relations easier to manage with a new field type
|
||||
- Installed new CLI entry point, awx-cli
|
||||
- Allowed setup and testing to proceed without root privileges
|
||||
- Added project and inventory update resources to enable more functionality
|
||||
- Fixed bug when copying resources that use the variables field type
|
||||
- Fixed bug that caused debug messages to hang with long line lengths
|
||||
- Fixed bug with side-by-side install of v1 and v2
|
||||
- Fixed bug where --all-pages was ignored for roles
|
||||
- Allowed use of --format=id with multiple results
|
||||
- Added cleaner handling of Unicode
|
||||
|
||||
3.2.0 (2017-10-04)
|
||||
------------------
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
Release History
|
||||
===============
|
||||
|
||||
3.2.1 (2017-12-19)
|
||||
------------------
|
||||
|
||||
- Added support for using settings from environment vars in normal CLI use
|
||||
- Made many-to-many relations easier to manage with a new field type
|
||||
- Installed new CLI entry point, awx-cli
|
||||
- Allowed setup and testing to proceed without root privileges
|
||||
- Added project and inventory update resources to enable more functionality
|
||||
- Fixed bug when copying resources that use the variables field type
|
||||
- Fixed bug that caused debug messages to hang with long line lengths
|
||||
- Fixed bug with side-by-side install of v1 and v2
|
||||
- Fixed bug where --all-pages was ignored for roles
|
||||
- Allowed use of --format=id with multiple results
|
||||
- Added cleaner handling of Unicode
|
||||
|
||||
|
||||
|
||||
3.2.0 (2017-10-04)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global srcname tower-cli
|
||||
|
||||
Name: ansible-%{srcname}
|
||||
Version: 3.2.0
|
||||
Version: 3.2.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Commandline interface for Ansible Tower
|
||||
Group: Development/Tools
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
|
||||
VERSION = '3.2.0'
|
||||
VERSION = '3.2.1'
|
||||
CUR_API_VERSION = 'v2'
|
||||
|
||||
LAUNCH_TYPE_CHOICES = [
|
||||
|
||||
Reference in New Issue
Block a user