Skip to content

Commit

Permalink
Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Jul 16, 2023
1 parent 9c97a99 commit 596abea
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 15 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v3.9.0
======

Release Summary
---------------

This release adds support for db_domain in init.ora for nonCDB and CDB. Read (oravirt#356) for requirements and notes.

Minor Changes
-------------

- Added support for db_domain in init.ora (oravirt#356)
- oradb_facts: Backported role from dev release (oravirt#356)
- oraswdb_install: fixed wrong creates in curl.yml (oravirt#354)

Bugfixes
--------

- oraswdb_install: enable CV_ASSUME_DISTID=OL7 for Golden-Image on OL/RHEL8 (oravirt#355)

v3.8.1
======

Expand Down
5 changes: 3 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
objects: {}
objects:
role: {}
plugins:
become: {}
cache: {}
Expand All @@ -18,4 +19,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.8.1
version: 3.9.0
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,21 @@ releases:
fragments:
- oraimage.yml
release_date: '2023-07-10'
3.9.0:
changes:
bugfixes:
- 'oraswdb_install: enable CV_ASSUME_DISTID=OL7 for Golden-Image on OL/RHEL8
(oravirt#355)'
minor_changes:
- Added support for db_domain in init.ora (oravirt#356)
- 'oradb_facts: Backported role from dev release (oravirt#356)'
- 'oraswdb_install: fixed wrong creates in curl.yml (oravirt#354)'
release_summary: This release adds support for db_domain in init.ora for nonCDB
and CDB. Read (oravirt#356) for requirements and notes.
fragments:
- assume_os.yml
- curl.yml
- db_domain.yml
- oradb_facts.yml
- release390.yml
release_date: '2023-07-16'
3 changes: 0 additions & 3 deletions changelogs/fragments/assume_os.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/curl.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/db_domain.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/oradb_facts.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: opitzconsulting
name: ansible_oracle
description: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
version: 3.8.1
version: 3.9.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down

0 comments on commit 596abea

Please sign in to comment.