Skip to content

Commit

Permalink
Release 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Sep 2, 2023
1 parent 5ae60d1 commit 4e4b3e4
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 18 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v3.12.0
=======

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

- oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)

Security Fixes
--------------

- oracle_awr: added no_log attribute to password fields (oravirt#375)
- oracle_facts: added no_log attribute to password fields (oravirt#375)
- oracle_job: added no_log attribute to password fields (oravirt#375)
- oracle_jobclass: added no_log attribute to password fields (oravirt#375)
- oracle_jobschedule: added no_log attribute to password fields (oravirt#375)
- oracle_jobwindow: added no_log attribute to password fields (oravirt#375)
- oracle_ldapuser: added no_log attribute to password fields (oravirt#375)
- oracle_rsrc_consgroup: added no_log attribute to password fields (oravirt#375)

Bugfixes
--------

- oradb_rman: better handle rman_jobs with state: absent (oravirt#374)

v3.11.0
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.11.0
version: 3.12.0
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,26 @@ releases:
- ifile.yml
- rman_cron.yml
release_date: '2023-08-14'
3.12.0:
changes:
bugfixes:
- 'oradb_rman: better handle rman_jobs with state: absent (oravirt#374)'
minor_changes:
- 'oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)'
security_fixes:
- 'oracle_awr: added no_log attribute to password fields (oravirt#375)'
- 'oracle_facts: added no_log attribute to password fields (oravirt#375)'
- 'oracle_job: added no_log attribute to password fields (oravirt#375)'
- 'oracle_jobclass: added no_log attribute to password fields (oravirt#375)'
- 'oracle_jobschedule: added no_log attribute to password fields (oravirt#375)'
- 'oracle_jobwindow: added no_log attribute to password fields (oravirt#375)'
- 'oracle_ldapuser: added no_log attribute to password fields (oravirt#375)'
- 'oracle_rsrc_consgroup: added no_log attribute to password fields (oravirt#375)'
fragments:
- 273_oradb_rman_absent_fix.yml
- 375_nolog_modules.yml
- 375_oradb_facts_attributes.yml
release_date: '2023-09-02'
3.2.0:
changes:
bugfixes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/273_oradb_rman_absent_fix.yml

This file was deleted.

10 changes: 0 additions & 10 deletions changelogs/fragments/375_nolog_modules.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/375_oradb_facts_attributes.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.11.0
version: 3.12.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down

0 comments on commit 4e4b3e4

Please sign in to comment.