Releases: oravirt/ansible-oracle
Releases · oravirt/ansible-oracle
ansible-oracle v3.11.0
ansible-oracle v3.10.1
ansible-oracle v3.10.0
ansible-oracle v3.9.0
v3.9.0
Release Summary
This release adds support for db_domain in init.ora for nonCDB and CDB. Read (#356) for requirements and notes.
Minor Changes
- Added support for db_domain in init.ora (#356)
- oradb_facts: Backported role from dev release (#356)
- oraswdb_install: fixed wrong creates in curl.yml (#354)
Bugfixes
- oraswdb_install: enable CV_ASSUME_DISTID=OL7 for Golden-Image on OL/RHEL8 (#355)
ansible-oracle v3.8.1
ansible-oracle v3.8.0
v3.8.0
Release Summary
This is ansible-oracle 3.8.0.
The target database server must have Python3 installaed which is automatically done with role orahost.
It is mandatory for the module oracle_db which is used in oradb_manage_db.
Minor Changes
- Add restart possibility after scope=spfile init parameters change (#342)
- Add state=restarted to oracle_db (#342)
- Remove deprecation warnings for community.general 7.x (#339)
- black: adding black to pre-commit (#343)
- flake8: adding flake8 to pre-commit (#343)
- github Actions: adding Action for black and flake8 (#343)
- ocenv: version 2023-06-06 of ocenv environment script (#347)
- oracle_db: Refactoring code for flake8 (#342)
Breaking Changes / Porting Guide
- cx_Oracle: requires Python3 installed on target system (#342)
- cx_oracle: Added installation of cx_Oracle for Python3 (#346)
- oradb_manage_db: requires Python3 installed on target system (#342)
Deprecated Features
- modules: all modules will loose support for Python2 in ansible-oracle 4.0.0 (#346)
Bugfixes
- common: removed assert for python due to #346 (#350)
- orasw_download_patches: added missing assert for oracle_sw_source_local (#340)
- oraswdb_install: changed oracle_databases to db_homes_installed for installation source of ORACLE_HOMEs (#348)
- oraswdb_manage_patches: Bugfix for missing opatch or opatchauto in db_homs_config dict (#349)
- pre-commit: added antsibull-changelog-lint (#345)
- pre-commit: moved ansible-lint to end of pre-commit hooks (#344)
Known Issues
- pre-commit: Ignore [WARNING] The 'rev' field of repo 'https://github.com/ansible-community/antsibull-changelog.git'. This will be fixed with next antsibull-changelog release.
ansible-oracle v3.7.0
ansible-oracle v3.6.0
ansible-oracle v3.5.1
ansible-oracle v3.5.0
v3.5.0
Release Summary
This is a small monthly release of ansible-oracle.
Minor Changes
- add configuration variables for pam_limits to orahost (#317)
Deprecated Features
- Removal of deprecated directory /inventory from repository with next release.