Skip to content

Commit 0ab778e

Browse files
committed
Release 3.10.0
1 parent c096e04 commit 0ab778e

File tree

8 files changed

+41
-18
lines changed

8 files changed

+41
-18
lines changed

CHANGELOG.rst

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

77

8+
v3.10.0
9+
=======
10+
11+
Minor Changes
12+
-------------
13+
14+
- oracle_sqldba: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#361)
15+
- oradb_manage_db: create _DGMGRL SID in listener.ora for EE only (oravirt#359)
16+
17+
Bugfixes
18+
--------
19+
20+
- Bugfix for missing Listener autostart and readonly Homes in systemd (oravirt#358)
21+
- oracle_sqldba: Bugfix for Python3 (oravirt#361)
22+
- oraswdb_install: shellchecker for manage_oracle_rdbms_procs.sh (oravirt#358)
23+
- pre-commit: Bugfix for known issue from ansible-oracle 3.8.0 (oravirt#383)
24+
825
v3.9.0
926
======
1027

changelogs/.plugin-cache.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ plugins:
1515
name: oracle_db
1616
namespace: ''
1717
version_added: 2.4.0
18+
oracle_sqldba:
19+
description: Execute sql (scripts) using sqlplus (BEQ) or catcon.pl
20+
name: oracle_sqldba
21+
namespace: ''
22+
version_added: null
1823
netconf: {}
1924
shell: {}
2025
strategy: {}
2126
vars: {}
22-
version: 3.9.0
27+
version: 3.10.0

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,23 @@ releases:
160160
- 282-sles_hugepages.yml
161161
- 282-sles_packages.yml
162162
release_date: '2022-10-03'
163+
3.10.0:
164+
changes:
165+
bugfixes:
166+
- Bugfix for missing Listener autostart and readonly Homes in systemd (oravirt#358)
167+
- 'oracle_sqldba: Bugfix for Python3 (oravirt#361)'
168+
- 'oraswdb_install: shellchecker for manage_oracle_rdbms_procs.sh (oravirt#358)'
169+
- 'pre-commit: Bugfix for known issue from ansible-oracle 3.8.0 (oravirt#383)'
170+
minor_changes:
171+
- 'oracle_sqldba: refactoring code, make it usable for ansible-doc, Python3
172+
usable only (oravirt#361)'
173+
- 'oradb_manage_db: create _DGMGRL SID in listener.ora for EE only (oravirt#359)'
174+
fragments:
175+
- listener_dgmgrl.yml
176+
- manage_oracle_rdbms_procs.yml
177+
- oracle_sqldba.yml
178+
- pre-commit.yml
179+
release_date: '2023-07-26'
163180
3.2.0:
164181
changes:
165182
bugfixes:

changelogs/fragments/listener_dgmgrl.yml

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

changelogs/fragments/manage_oracle_rdbms_procs.yml

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

changelogs/fragments/oracle_sqldba.yml

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

changelogs/fragments/pre-commit.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.9.0
5+
version: 3.10.0
66
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)