File tree Expand file tree Collapse file tree 8 files changed +42
-15
lines changed
Expand file tree Collapse file tree 8 files changed +42
-15
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ opitzconsulting.ansible_oracle Release Notes
55.. contents :: Topics
66
77
8+ v3.9.0
9+ ======
10+
11+ Release Summary
12+ ---------------
13+
14+ This release adds support for db_domain in init.ora for nonCDB and CDB. Read (oravirt#356) for requirements and notes.
15+
16+ Minor Changes
17+ -------------
18+
19+ - Added support for db_domain in init.ora (oravirt#356)
20+ - oradb_facts: Backported role from dev release (oravirt#356)
21+ - oraswdb_install: fixed wrong creates in curl.yml (oravirt#354)
22+
23+ Bugfixes
24+ --------
25+
26+ - oraswdb_install: enable CV_ASSUME_DISTID=OL7 for Golden-Image on OL/RHEL8 (oravirt#355)
27+
828v3.8.1
929======
1030
Original file line number Diff line number Diff line change 1- objects : {}
1+ objects :
2+ role : {}
23plugins :
34 become : {}
45 cache : {}
@@ -18,4 +19,4 @@ plugins:
1819 shell : {}
1920 strategy : {}
2021 vars : {}
21- version : 3.8.1
22+ version : 3.9.0
Original file line number Diff line number Diff line change @@ -338,3 +338,21 @@ releases:
338338 fragments :
339339 - oraimage.yml
340340 release_date : ' 2023-07-10'
341+ 3.9.0 :
342+ changes :
343+ bugfixes :
344+ - ' oraswdb_install: enable CV_ASSUME_DISTID=OL7 for Golden-Image on OL/RHEL8
345+ (oravirt#355)'
346+ minor_changes :
347+ - Added support for db_domain in init.ora (oravirt#356)
348+ - ' oradb_facts: Backported role from dev release (oravirt#356)'
349+ - ' oraswdb_install: fixed wrong creates in curl.yml (oravirt#354)'
350+ release_summary : This release adds support for db_domain in init.ora for nonCDB
351+ and CDB. Read (oravirt#356) for requirements and notes.
352+ fragments :
353+ - assume_os.yml
354+ - curl.yml
355+ - db_domain.yml
356+ - oradb_facts.yml
357+ - release390.yml
358+ release_date : ' 2023-07-16'
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 : " This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5- version : 3.8.1
5+ version : 3.9.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