Skip to content

Commit 4e4b3e4

Browse files
committed
Release 3.12.0
1 parent 5ae60d1 commit 4e4b3e4

File tree

7 files changed

+47
-18
lines changed

7 files changed

+47
-18
lines changed

CHANGELOG.rst

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

77

8+
v3.12.0
9+
=======
10+
11+
Minor Changes
12+
-------------
13+
14+
- oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)
15+
16+
Security Fixes
17+
--------------
18+
19+
- oracle_awr: added no_log attribute to password fields (oravirt#375)
20+
- oracle_facts: added no_log attribute to password fields (oravirt#375)
21+
- oracle_job: added no_log attribute to password fields (oravirt#375)
22+
- oracle_jobclass: added no_log attribute to password fields (oravirt#375)
23+
- oracle_jobschedule: added no_log attribute to password fields (oravirt#375)
24+
- oracle_jobwindow: added no_log attribute to password fields (oravirt#375)
25+
- oracle_ldapuser: added no_log attribute to password fields (oravirt#375)
26+
- oracle_rsrc_consgroup: added no_log attribute to password fields (oravirt#375)
27+
28+
Bugfixes
29+
--------
30+
31+
- oradb_rman: better handle rman_jobs with state: absent (oravirt#374)
32+
833
v3.11.0
934
=======
1035

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.11.0
27+
version: 3.12.0

changelogs/changelog.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,26 @@ releases:
199199
- ifile.yml
200200
- rman_cron.yml
201201
release_date: '2023-08-14'
202+
3.12.0:
203+
changes:
204+
bugfixes:
205+
- 'oradb_rman: better handle rman_jobs with state: absent (oravirt#374)'
206+
minor_changes:
207+
- 'oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)'
208+
security_fixes:
209+
- 'oracle_awr: added no_log attribute to password fields (oravirt#375)'
210+
- 'oracle_facts: added no_log attribute to password fields (oravirt#375)'
211+
- 'oracle_job: added no_log attribute to password fields (oravirt#375)'
212+
- 'oracle_jobclass: added no_log attribute to password fields (oravirt#375)'
213+
- 'oracle_jobschedule: added no_log attribute to password fields (oravirt#375)'
214+
- 'oracle_jobwindow: added no_log attribute to password fields (oravirt#375)'
215+
- 'oracle_ldapuser: added no_log attribute to password fields (oravirt#375)'
216+
- 'oracle_rsrc_consgroup: added no_log attribute to password fields (oravirt#375)'
217+
fragments:
218+
- 273_oradb_rman_absent_fix.yml
219+
- 375_nolog_modules.yml
220+
- 375_oradb_facts_attributes.yml
221+
release_date: '2023-09-02'
202222
3.2.0:
203223
changes:
204224
bugfixes:

changelogs/fragments/273_oradb_rman_absent_fix.yml

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

changelogs/fragments/375_nolog_modules.yml

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

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

0 commit comments

Comments
 (0)