Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

v1.8.0

Compare
Choose a tag to compare
@nalsaber nalsaber released this 01 May 18:34
· 36 commits to master since this release
accd6e4

New release v1.8.0 of OCI Ansible Modules

This release adds new modules to handle the following Oracle Cloud Infrastructure features:

Please refer to the CHANGELOG for more information and the module documentation for information on the new modules and the new features.

To upgrade your existing installation of OCI Ansible modules, download the release and run the included install.py script.

This release requires a minimum OCI Python SDK of 2.1.7. To upgrade your OCI python SDK, run

$ pip install --upgrade oci

Detailed Changelog

Added

Changed

  • Minimum supported OCI Python SDK to 2.1.7

Fixed

  • Download an object from a bucket fails if file destination does not exists issue
  • OCI ansible module are not respecting LOG_PATH issue
  • Update version of Python SDK issue
  • 'oci_security_list' should handle int values for ports in playbook

Co-authored-by: Manoj Meda [email protected]
Co-authored-by: Nabeel Al-Saber [email protected]
Co-authored-by: Mike Ross [email protected]