Changelogs

On this page:

adapter-ansible_manager

adapter-ansible_manager Change Logs

2018.3.20 Maintenance Release [2020-04-07]

Overview

  • 0 Total Tickets

2018.3.19 Maintenance Release [2020-03-03]

Overview

  • 0 Total Tickets

2018.3.18 Maintenance Release [2020-02-04]

Overview

  • 0 Total Tickets

2018.3.17 Maintenance Release [2019-12-03]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • adapter-ansible_manager:1.1.5-2018.3.10 [11-14-2019] - Added environment variable for CI project name to populate project name back to Jira.

2018.3.16 Maintenance Release [2019-11-05]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • adapter-ansible_manager:1.1.5-2018.3.9 [10-11-2019] - Resolved issue with large module payloads. Error message provided if unable to run a command on a device.
  • adapter-ansible_manager:1.1.5-2018.3.9 [10-01-2019] - Added a description property for each task in the pronghorn.json file.

2018.3.15 Maintenance Release [2019-10-01]

Overview

  • 0 Total Tickets

2018.3.14 Maintenance Release [2019-09-03]

Overview

  • 4 Bug Fixes
  • 4 Total Tickets

Bug Fixes

  • adapter-ansible_manager:1.1.5-2018.3.8 [09-03-2019] - Corrected an issue with the packaging of the adapter.
  • adapter-ansible_manager:1.1.5-2018.3.7 [08-30-2019] - Corrected issue with publishing the module.
  • adapter-ansible_manager:1.1.5-2018.3.7 [08-30-2019] - Adapter now finds required modules without legacy bundling.
  • adapter-ansible_manager:1.1.5-2018.3.5 [08-02-2019] - Updated .npmignore to exclude nonessential JS files and directories from package.

2018.3.13 Maintenance Release [2019-08-06]

Overview

  • 1 Improvements
  • 1 Total Tickets

Improvements

  • adapter-ansible_manager:1.1.5-2018.3.4 [07-24-2019] - Migrated from itential-ci to argo.

2018.3.12 Maintenance Release [2019-07-02]

Overview

  • 0 Total Tickets

2018.3.11 Maintenance Release [2019-06-04]

Overview

  • 0 Total Tickets

2018.3.10 Maintenance Release [2019-05-09]

Overview

  • 0 Total Tickets

2018.3.9 Maintenance Release [2019-04-01]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • adapter-ansible_manager:1.1.5-2018.3.3 [03-28-2019] - Port information is now returned for an Ansible device.
  • adapter-ansible_manager:1.1.5-2018.3.2 [03-18-2019] - Added the adapter methods to make them available in workflow.

2018.3.8 Maintenance Release [2019-03-04]

Overview

  • 0 Total Tickets

2018.3.7 Maintenance Release [2019-02-11]

Overview

  • 0 Total Tickets

2018.3.6 Maintenance Release [2019-01-25]

Overview

  • 0 Total Tickets

2018.3.5 Maintenance Release [2019-01-11]

Overview

  • 0 Total Tickets

2018.3.4 Maintenance Release [2019-01-04]

Overview

  • 0 Total Tickets

2018.3.3 Maintenance Release [2018-12-21]

Overview

  • 0 Total Tickets

2018.3.2 Maintenance Release [2018-12-14]

Overview

  • 0 Total Tickets

2018.3.1 Maintenance Release [2018-12-07]

Overview

  • 0 Total Tickets

2018.3 Feature Release [2018-12-05]

Overview

  • 6 New Features
  • 7 Improvements
  • 4 Bug Fixes
  • 17 Total Tickets

New Features

  • adapter-ansible_manager:1.1.5 [11-28-2018] - The run methods now accept either a string host or an array of hosts.
  • adapter-ansible_manager:1.1.0 [06-11-2018] - Created adapter-telegraph repo.
  • adapter-ansible_manager:1.0.0 [06-08-2018] - Created telegraph manager.
  • adapter-ansible_manager:0.4.0 [07-02-2018] - Added new integration tests to the Telegraph adapter.
  • adapter-ansible_manager:0.3.0 [07-03-2018] - This version of the Telegraph adapter provides an API for Pronghorn applications to interact with the latest version of the Telegraph Standalone Ansible Server.
  • adapter-ansible_manager:0.2.0 [06-22-2018] - The Telegraph Adapter adds support for interacting via REST with the Telegraph Standalone System. This gives Pronghorn (Itential) the capability to manage the Ansible inventory of devices, view details about Ansible modules, and run Ansiible modules across multiple devices.

Improvements

  • adapter-ansible_manager:1.1.1 [11-12-2018] - Add the icode to the error object to determine if failover is possible.
  • adapter-ansible_manager:1.1.0 [11-09-2018] - Added fields to provide information required for the new configuration manager. Also returns an icode as part of the error object to determine if failover is possible. Added the createApp method so that Ansible Applications are created when the adapter is stated.
  • adapter-ansible_manager:1.0.0 [11-02-2018] - Added utils scripts to the adapter so that it can be extended easier. Added new calls that were used to demo Ansible Manager.
  • adapter-ansible_manager:0.6.0 [09-06-2018] - Switched to using the latest libraries which have more functionality and include the ability to encrypt and decrypt password property, a generic protocol independent call, cleaned up and removed some of redundant data in the action file.
  • adapter-ansible_manager:0.5.1 [07-13-2018] - Updated CHANGELOG format to improve readability of Release Notes.
  • adapter-ansible_manager:0.5.0 [07-23-2018] - Added the ability to have intermittent health checks defined by properties so that customers can configure when health checks are run.
  • adapter-ansible_manager:0.2.1 [06-27-2018] - Set peerDependency for pronghorn_core 6 within package.json.

Bug Fixes

  • adapter-ansible_manager:1.1.4 [11-26-2018] - Added the missing executePlaybooks action to the playbook entity.
  • adapter-ansible_manager:1.1.3 [11-26-2018] - Fixed minor issue with package bundling.
  • adapter-ansible_manager:1.1.1 [11-16-2018] - Changed the $id on the propertiesSchema so it is unique to remove any conflicts with other adapters.
  • adapter-ansible_manager:0.5.4 [08-29-2018] - This update addresses the problem where the Telegraph adapter was not attempting to connect at startup time when the healthcheck type in adapter properties was set to "intermittent".