Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.6.0 - 8th Beta Release of ansible-oracle #419

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

Rendanic
Copy link
Collaborator

@Rendanic Rendanic commented Mar 8, 2024

v4.6.0

Release Summary

This is the 1st Release of ansible-oracle 4.x with RAC support in expeimental stete.
The fixes from (#416) are very important for setups with more then 1 database on a host.
Please remove oracle_db_mem_totalmb from oracle_databases and set sga_target in initparams as a replacement.

Minor Changes

Breaking Changes / Porting Guide

Bugfixes

  • global: removed redundant flatten(levels=1) filter on oracle_database/oracle_pdbs (fix loops #416)
  • global: replaced match filter fith equalto to prevent partial matches where not wanted (fix loops #416)
  • oradb_facts: Loop gathered facts only for first database from oracle_databases (fix loops #416)
  • oradb_facts: Prevent re-using results from previous loop run when ignore_errors set to true (fix loops #416)
  • oradb_manage_redo: Loop processed only first database from oracle_databases (fix loops #416)
  • oradb_manage_statspack: Loops processed only first database/pdb from oracle_databases/oracle_pdbs (fix loops #416)
  • oradb_rman: Loops processed only first database from oracle_databases (fix loops #416)
  • orasw_meta_internal: replaced all odb[0]/opdb[0] with _odb_loop_helper/_opdb_loop_helper (fix loops #416)

@Rendanic Rendanic added this to the 4.6 milestone Mar 8, 2024
@Rendanic Rendanic self-assigned this Mar 8, 2024
@Rendanic Rendanic merged commit 39c3162 into oravirt:master Mar 8, 2024
6 checks passed
@Rendanic Rendanic deleted the pr/4.6.0 branch March 8, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant