Skip to content

Commit 5bfd79f

Browse files
committed
Release: ansible-oracle v3.2.0
1 parent e21f18e commit 5bfd79f

File tree

7 files changed

+23
-11
lines changed

7 files changed

+23
-11
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ opitzconsulting.ansible_oracle Release Notes
55
.. contents:: Topics
66

77

8+
v3.2.0
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- oracle_sqldba module: Use byte streams for sqlplus process communication.
15+
- oradb-manage-db: Make the deployment of ocenv configurable (#285)
16+
- oraswdb_install: Make it possible to install Oracle 19.3 on RedHat 8 (#284)
17+
818
v3.1.0
919
======
1020

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ plugins:
1414
shell: {}
1515
strategy: {}
1616
vars: {}
17-
version: 3.1.0
17+
version: 3.2.0

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,14 @@ releases:
160160
- 282-sles_hugepages.yml
161161
- 282-sles_packages.yml
162162
release_date: '2022-10-03'
163+
3.2.0:
164+
changes:
165+
bugfixes:
166+
- 'oracle_sqldba module: Use byte streams for sqlplus process communication.'
167+
- 'oradb-manage-db: Make the deployment of ocenv configurable (#285)'
168+
- 'oraswdb_install: Make it possible to install Oracle 19.3 on RedHat 8 (#284)'
169+
fragments:
170+
- 284-ol8-fix.yml
171+
- 285-ocenv-deploy-fix.yml
172+
- sqlplus-pipe-byte-streams-fix.yml
173+
release_date: '2022-10-30'

changelogs/fragments/284-ol8-fix.yml

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

changelogs/fragments/285-ocenv-deploy-fix.yml

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

changelogs/fragments/sqlplus-pipe-byte-streams-fix.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 Branch oc on https://github.com/opitzconsulting/ansible-oracle"
5-
version: 3.1.0
5+
version: 3.2.0
66
repository: https://github.com/opitzconsulting/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)