diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbbb71dba..3a62cab70 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 17df8449d..848651ddb 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -24,4 +24,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 3.11.0 +version: 3.12.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 05f8c90ef..edaa1f1d0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/changelogs/fragments/273_oradb_rman_absent_fix.yml b/changelogs/fragments/273_oradb_rman_absent_fix.yml deleted file mode 100644 index a7ace2f57..000000000 --- a/changelogs/fragments/273_oradb_rman_absent_fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - "oradb_rman: better handle rman_jobs with state: absent (oravirt#374)" \ No newline at end of file diff --git a/changelogs/fragments/375_nolog_modules.yml b/changelogs/fragments/375_nolog_modules.yml deleted file mode 100644 index fe0318143..000000000 --- a/changelogs/fragments/375_nolog_modules.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -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)" diff --git a/changelogs/fragments/375_oradb_facts_attributes.yml b/changelogs/fragments/375_oradb_facts_attributes.yml deleted file mode 100644 index 10e8468f6..000000000 --- a/changelogs/fragments/375_oradb_facts_attributes.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "oradb_facts: add missing attributes collected by oracle_facts module (oravirt#375)" diff --git a/galaxy.yml b/galaxy.yml index 5286a8bfc..811cd0e3f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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: