|
1 | | -============================================ |
2 | | -opitzconsulting.ansible_oracle Release Notes |
3 | | -============================================ |
| 1 | +============================================= |
| 2 | +opitzconsulting.ansible\_oracle Release Notes |
| 3 | +============================================= |
4 | 4 |
|
5 | 5 | .. contents:: Topics |
6 | 6 |
|
| 7 | +v4.10.0 |
| 8 | +======= |
| 9 | + |
| 10 | +Release Summary |
| 11 | +--------------- |
| 12 | + |
| 13 | +`ansible-oracle` 4.10.0 supports OL9/RHEL9 without the need to install the software |
| 14 | +from a golden image. The exmples for beginner_patching and RAC have been fixed to |
| 15 | +use the new pre-patching support in `oraswdb_install`. |
| 16 | + |
| 17 | +Minor Changes |
| 18 | +------------- |
| 19 | + |
| 20 | +- added missing collection dependencies (oravirt#469) |
| 21 | +- ansible-builder: moved to new base image (oravirt#470) |
| 22 | +- ansible-lint: Update ansible-lint to 24.7.0 (oravirt#471) |
| 23 | +- ansible-lint: fqcn[action-core] for ansible.builtin.yum due to OL7 compatibility (oravirt#471) |
| 24 | +- antsibull-changelog: Upgrade version 0.29.0 (oravirt#472) |
| 25 | +- beginner_patching: updated example to ansible-oracle 4.x (oravirt#469) |
| 26 | +- molecule: changes to dbfs for new dbfs-ol9 szenario (oravirt#469) |
| 27 | +- molecule: dbfs-ol9 for RDBMS prepatch testing (oravirt#469) |
| 28 | +- ocenv: version 2024-08-23 of ocenv environment script (oravirt#468) |
| 29 | +- oraswdb_install: Added support for prepatching in runInstaller for 19c (oravirt#469) |
| 30 | +- oraswdb_manage_patches: added parameter oraswdb_manage_patches_force_opatch_upgrade for applyRU in runInstaller (oravirt#469) |
| 31 | +- tools: changed requirements_dev.txt for venv (oravirt#470) |
| 32 | + |
| 33 | +Deprecated Features |
| 34 | +------------------- |
| 35 | + |
| 36 | +- End of Life for Oracle Linux 7 and RHEL7 (oravirt#466) |
| 37 | + |
| 38 | +Bugfixes |
| 39 | +-------- |
| 40 | + |
| 41 | +- orahost_meta: Added default for oracle_install_option_gi to limit dependency to other roles (oravirt#467) |
7 | 42 |
|
8 | 43 | v4.9.0 |
9 | 44 | ====== |
@@ -325,7 +360,6 @@ Please make sure, that furture Pull-Requests have updated README.md included, wh |
325 | 360 | A new github Action will check for it. |
326 | 361 | Some variable defaults have been changed. |
327 | 362 |
|
328 | | - |
329 | 363 | Minor Changes |
330 | 364 | ------------- |
331 | 365 |
|
@@ -511,7 +545,6 @@ This is ansible-oracle 3.8.0. |
511 | 545 | The target database server must have Python3 installaed which is automatically done with role `orahost`. |
512 | 546 | It is mandatory for the module `oracle_db` which is used in `oradb_manage_db`. |
513 | 547 |
|
514 | | - |
515 | 548 | Minor Changes |
516 | 549 | ------------- |
517 | 550 |
|
@@ -732,7 +765,6 @@ Release Summary |
732 | 765 | ansible-oracle has been converted into a collection. |
733 | 766 | This release starts using antsibull-changelog for managing the CHANGELOG.rst. |
734 | 767 |
|
735 | | - |
736 | 768 | Major Changes |
737 | 769 | ------------- |
738 | 770 |
|
|
0 commit comments