File tree Expand file tree Collapse file tree 7 files changed +47
-18
lines changed
Expand file tree Collapse file tree 7 files changed +47
-18
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ opitzconsulting.ansible_oracle Release Notes
55.. contents :: Topics
66
77
8+ v3.12.0
9+ =======
10+
11+ Minor Changes
12+ -------------
13+
14+ - oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)
15+
16+ Security Fixes
17+ --------------
18+
19+ - oracle_awr: added no_log attribute to password fields (oravirt#375)
20+ - oracle_facts: added no_log attribute to password fields (oravirt#375)
21+ - oracle_job: added no_log attribute to password fields (oravirt#375)
22+ - oracle_jobclass: added no_log attribute to password fields (oravirt#375)
23+ - oracle_jobschedule: added no_log attribute to password fields (oravirt#375)
24+ - oracle_jobwindow: added no_log attribute to password fields (oravirt#375)
25+ - oracle_ldapuser: added no_log attribute to password fields (oravirt#375)
26+ - oracle_rsrc_consgroup: added no_log attribute to password fields (oravirt#375)
27+
28+ Bugfixes
29+ --------
30+
31+ - oradb_rman: better handle rman_jobs with state: absent (oravirt#374)
32+
833v3.11.0
934=======
1035
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ plugins:
2424 shell : {}
2525 strategy : {}
2626 vars : {}
27- version : 3.11 .0
27+ version : 3.12 .0
Original file line number Diff line number Diff line change @@ -199,6 +199,26 @@ releases:
199199 - ifile.yml
200200 - rman_cron.yml
201201 release_date : ' 2023-08-14'
202+ 3.12.0 :
203+ changes :
204+ bugfixes :
205+ - ' oradb_rman: better handle rman_jobs with state: absent (oravirt#374)'
206+ minor_changes :
207+ - ' oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)'
208+ security_fixes :
209+ - ' oracle_awr: added no_log attribute to password fields (oravirt#375)'
210+ - ' oracle_facts: added no_log attribute to password fields (oravirt#375)'
211+ - ' oracle_job: added no_log attribute to password fields (oravirt#375)'
212+ - ' oracle_jobclass: added no_log attribute to password fields (oravirt#375)'
213+ - ' oracle_jobschedule: added no_log attribute to password fields (oravirt#375)'
214+ - ' oracle_jobwindow: added no_log attribute to password fields (oravirt#375)'
215+ - ' oracle_ldapuser: added no_log attribute to password fields (oravirt#375)'
216+ - ' oracle_rsrc_consgroup: added no_log attribute to password fields (oravirt#375)'
217+ fragments :
218+ - 273_oradb_rman_absent_fix.yml
219+ - 375_nolog_modules.yml
220+ - 375_oradb_facts_attributes.yml
221+ release_date : ' 2023-09-02'
202222 3.2.0 :
203223 changes :
204224 bugfixes :
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22namespace : opitzconsulting
33name : ansible_oracle
44description : " This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5- version : 3.11 .0
5+ version : 3.12 .0
66repository : https://github.com/oravirt/ansible-oracle.git
77readme : README.md
88authors :
You can’t perform that action at this time.
0 commit comments