1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/docs/CHANGELOG.md
Matthew Jones 1a4a6273a4 Merge branch 'rampart_groups_setup_playbook' into devel
* rampart_groups_setup_playbook:
  Updating changelog for Instance Groups
  Fix an incorrect reference on instance group jobs list
  Purge remaining references to rampart groups
  Simplify can_access for instance groups on job templates
  Adding Instance Group permissions and tests
  Increase test coverage for task scheduler inventory updates
  Exit logic fixes for instance group tools
  View Fixes for instance groups
  new view to allow associations but no creations
  Updating acceptance documentation and system docs
  Updating unit tests for task manager refactoring
  Update views and serializers to support instance group (ramparts)
  Implementing models for instance groups, updating task manager
  Updating the setup playbook to support instance group installation
  Add nginx to server start and switch back to first tmux win
  Fix an issue where the local queue wouldn't use the rabbitmq name
2017-05-12 13:40:30 -04:00

2.2 KiB

3.2.0

  • added a new API endpoint - /api/v1/settings/logging/test/ - for testing external log aggregrator connectivity [#5164]
  • allow passing -e create_preload_data=False to skip creating default organization/project/inventory/credential/job_template during Tower installation [#5746]
  • removed links from group to inventory_source including the field and related links, removed start and schedule capabilities from group serializer and added user_capabilities to inventory source serializer, allow user creation and naming of inventory sources [#5741]
  • support sourcing inventory from a file inside of a project's source tree [#2477]
  • added support for custom cloud and network credential types, which give the customer the ability to modify environment variables, extra vars, and generate file-based credentials (such as file-based certificates or .ini files) at ansible-playbook runtime [#5876]
  • added support for assigning multiple cloud and network credential types on JobTemplates. JobTemplates can prompt for "extra credentials" at launch time in the same manner as promptable machine credentials [#5807] [#2913]
  • custom inventory sources can now specify a Credential; you can store third-party credentials encrypted within Tower and use their values from within your custom inventory script (by - for example - reading an environment variable or a file's contents) [#5879]
  • Added support for configuring groups of instance nodes to run tower jobs [#5898]
  • Fixed an issue installing Tower on multiple nodes where cluster internal node references are used [#6231]