@@ -5,6 +5,101 @@ opitzconsulting.ansible_oracle Release Notes
55.. contents :: Topics
66
77
8+ v4.0.0
9+ ======
10+
11+ Release Summary
12+ ---------------
13+
14+ This is a BETA Release of ansible-oracle. Do not use it in production environments!
15+ The release introduce https://github.com/thegeeklab/ansible-doctor[ansible-doctor] for documentation with annotations.
16+ Please make sure, that furture Pull-Requests have updated README.md included, when changes in annotations are included.
17+ A new github Action will check for it.
18+ Some variable defaults have been changed.
19+
20+
21+ Minor Changes
22+ -------------
23+
24+ - Added molecule to improve testing in development (oravirt#318)
25+ - Renamed all playbooks for collection compatibility and added symbolic links (oravirt#318)
26+ - ansible-lint 6.17.0 (oravirt#318)
27+ - antsibull-changelog: Update to 0.23.0 in development tools (oravirt#318)
28+ - common: ansible-doctor (oravirt#318)
29+ - cxoracle: ansible-doctor (oravirt#318)
30+ - cxoracle: removed pip installation for Python2 (oravirt#318)
31+ - github Action ansible-doctor (oravirt#318)
32+ - github Action changelog filecheck only during pull requests (oravirt#318)
33+ - molecule: helper for easier development in ansible-oracle (oravirt#318)
34+ - oradb_facts: new role for oracle_fact.py module (oravirt#318)
35+ - oradb_manage_db: sys and system passwords could be different in database creation (oravirt#318)
36+ - oradb_manage_profiles: added missing option mode for normal/sysdba connections (oravirt#318)
37+ - oradb_manage_statspack: major code refactoring (oravirt#318)
38+ - oradb_manage_tablespace: added missing option mode for normal/sysdba connections (oravirt#318)
39+ - orahost: 1st test of ansible-doctor (oravirt#318)
40+ - orahost: refactoring role (oravirt#318)
41+ - orahost_cron: ansible-doctor (oravirt#318)
42+ - orahost_logrotate: ansible-doctor (oravirt#318)
43+ - orahost_meta: ansible-doctor (oravirt#318)
44+ - orahost_meta: moved some variables from orahost into orahost_meta (oravirt#318)
45+ - oraswdb_install: optimize installations with oracle_sw_copy (oravirt#318)
46+ - oraswgi_instal: replace .profile_grid with ocenv (oravirt#318)
47+ - oraswgi_meta: added asserts for inventory variables ()
48+ - pre-commit: added ShellCheck Hook (oravirt#318)
49+ - python-venv: helper for easier development in ansible-oracle (oravirt#318)
50+ - replaced ansible_hostname with oracle_hostname in oracle manage roles (oravirt#318)
51+ - rman_backup.sh: make scripte shellcheck happy (oravirt#318)
52+
53+ Breaking Changes / Porting Guide
54+ --------------------------------
55+
56+ - INCOMPATIBLE CHANGE: Please replace configure_cluster with oracle_install_option_gi (oravirt#318)
57+ - change configure_cluster to _oraswgi_meta_configure_cluster (oravirt#318)
58+ - changed variable defaults for (oravirt#318)
59+ - dbhome-conversion tool removed (oravirt#318)
60+ - oracle_acfs: Rename module to disable it due to broken code (oravirt#318)
61+ - oracle_asmdg: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
62+ - oracle_asmvol: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
63+ - oracle_awr: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
64+ - oracle_datapatch: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
65+ - oracle_directory: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
66+ - oracle_facts: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
67+ - oracle_gi_facts: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
68+ - oracle_grants: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
69+ - oracle_jobclass: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
70+ - oracle_jobs: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
71+ - oracle_jobschedule: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
72+ - oracle_jobwindow: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
73+ - oracle_ldapuser: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
74+ - oracle_parameter: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
75+ - oracle_pdb: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
76+ - oracle_privs: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
77+ - oracle_profile: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
78+ - oracle_redo: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
79+ - oracle_role: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
80+ - oracle_rsrc_consgroup: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
81+ - oracle_services: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
82+ - oracle_sql: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
83+ - oracle_sqldba: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
84+ - oracle_stat_prefs: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
85+ - oracle_tablespace: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
86+ - oracle_user: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#318)
87+ - orahost: removed default values for host_fs_layout (oravirt#318)
88+
89+ Removed Features (previously deprecated)
90+ ----------------------------------------
91+
92+ - Remove old desupported playbooks from playbooks/desupported (oravirt#318)
93+ - Removed duplicate role oraswgi_opatch. Use oraswgi_manage_patches (oravirt#318)
94+ - Removed inventory folder, comes back in example at later time (oravirt#318)
95+ - removed role oraemagent_install (oravirt#318)
96+
97+ Known Issues
98+ ------------
99+
100+ - Oracle Restart is not fully tested at the moment (oravirt#318)
101+ - RAC support not availible in this release (oravirt#318)
102+
8103v3.12.0
9104=======
10105
0 commit comments