Skip to content

Commit 596abea

Browse files
committed
Release 3.9.0
1 parent 9c97a99 commit 596abea

File tree

8 files changed

+42
-15
lines changed

8 files changed

+42
-15
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
828
v3.8.1
929
======
1030

changelogs/.plugin-cache.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
objects: {}
1+
objects:
2+
role: {}
23
plugins:
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

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

changelogs/fragments/assume_os.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/curl.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/db_domain.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/oradb_facts.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: opitzconsulting
33
name: ansible_oracle
44
description: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5-
version: 3.8.1
5+
version: 3.9.0
66
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)