File tree Expand file tree Collapse file tree 10 files changed +46
-20
lines changed Expand file tree Collapse file tree 10 files changed +46
-20
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ opitzconsulting.ansible_oracle Release Notes
55.. contents :: Topics
66
77
8+ v4.3.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+
16+ Minor Changes
17+ -------------
18+
19+ - ansible-lint v6.22.1 (oravirt#392)
20+ - molecule: add tnsname configuration to shared inventory (oravirt#388)
21+ - oradb_facts: Skip oracledb_facts when db not reachable (oravirt#387)
22+
23+ Bugfixes
24+ --------
25+
26+ - common: install lsof for all RHEL/OL distributions (oravirt#391)
27+ - oradb_manage_db: Bugfix for undefined variable listener_home_config (oravirt#386)
28+ - orahost: Fix warning conditional statements should not include jinja2 templating (oravirt#391)
29+
830v4.2.0
931======
1032
Original file line number Diff line number Diff line change @@ -159,4 +159,4 @@ plugins:
159159 strategy : {}
160160 test : {}
161161 vars : {}
162- version : 4.2 .0
162+ version : 4.3 .0
Original file line number Diff line number Diff line change @@ -620,3 +620,25 @@ releases:
620620 - oraswdb_manage_patches.yml
621621 - patch_download.yml
622622 release_date : ' 2023-11-19'
623+ 4.3.0 :
624+ changes :
625+ bugfixes :
626+ - ' common: install lsof for all RHEL/OL distributions (oravirt#391)'
627+ - ' oradb_manage_db: Bugfix for undefined variable listener_home_config (oravirt#386)'
628+ - ' orahost: Fix warning conditional statements should not include jinja2 templating
629+ (oravirt#391)'
630+ minor_changes :
631+ - ansible-lint v6.22.1 (oravirt#392)
632+ - ' molecule: add tnsname configuration to shared inventory (oravirt#388)'
633+ - ' oradb_facts: Skip oracledb_facts when db not reachable (oravirt#387)'
634+ release_summary : This is a BETA Release of ansible-oracle. Do not use it in
635+ production environments!
636+ fragments :
637+ - ansible-lint.yml
638+ - assert.yml
639+ - dbfacts.yml
640+ - listener_home_config.yml
641+ - lsof.yml
642+ - molecule.yml
643+ - release.yml
644+ release_date : ' 2023-12-08'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
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 : " Impoartant! This is a beta release! This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5- version : 4.2 .0
5+ version : 4.3 .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