Skip to content

Commit defbb29

Browse files
committed
Release 3.11.0
1 parent 4a52eec commit defbb29

File tree

7 files changed

+29
-11
lines changed

7 files changed

+29
-11
lines changed

CHANGELOG.rst

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

77

8+
v3.11.0
9+
=======
10+
11+
Minor Changes
12+
-------------
13+
14+
- new vagrantbox example beginner_patching (oravirt#370)
15+
- oradb_rman: added option state for cronjobs, disabled is optional now (oravirt#369)
16+
17+
Bugfixes
18+
--------
19+
20+
- oradb_manage_db: bugfix for wrong IFILE path in tnsnames.ora and sqlnet.ora when readonly ORACLE_HOME is used (oravirt#371)
21+
822
v3.10.1
923
=======
1024

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ plugins:
2424
shell: {}
2525
strategy: {}
2626
vars: {}
27-
version: 3.10.1
27+
version: 3.11.0

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,19 @@ releases:
186186
- db_facts.yml
187187
- grant.yml
188188
release_date: '2023-07-28'
189+
3.11.0:
190+
changes:
191+
bugfixes:
192+
- 'oradb_manage_db: bugfix for wrong IFILE path in tnsnames.ora and sqlnet.ora
193+
when readonly ORACLE_HOME is used (oravirt#371)'
194+
minor_changes:
195+
- new vagrantbox example beginner_patching (oravirt#370)
196+
- 'oradb_rman: added option state for cronjobs, disabled is optional now (oravirt#369)'
197+
fragments:
198+
- beginner_patching.yml
199+
- ifile.yml
200+
- rman_cron.yml
201+
release_date: '2023-08-14'
189202
3.2.0:
190203
changes:
191204
bugfixes:

changelogs/fragments/beginner_patching.yml

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

changelogs/fragments/ifile.yml

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

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

0 commit comments

Comments
 (0)