From 2d081f475172b1e3087cbd4c49a5dd4b7e543cae Mon Sep 17 00:00:00 2001 From: Thorsten Bruhns Date: Mon, 8 Apr 2024 04:20:23 +0000 Subject: [PATCH] Release 4.7.0 - 9th Beta Release of ansible-oracle --- CHANGELOG.rst | 25 +++++++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 28 +++++++++++++++++++ changelogs/fragments/420_yaml_indents.yml | 3 -- .../fragments/cluvfy_oraswgi_install.yml | 3 -- changelogs/fragments/cluvy.yml | 3 -- changelogs/fragments/oracluvfy.yml | 3 -- changelogs/fragments/orahost_dir.yml | 3 -- changelogs/fragments/orahost_meta_limits.yml | 3 -- changelogs/fragments/oraswdb_install.yml | 3 -- changelogs/fragments/run_once.yml | 3 -- galaxy.yml | 2 +- 12 files changed, 55 insertions(+), 26 deletions(-) delete mode 100644 changelogs/fragments/420_yaml_indents.yml delete mode 100644 changelogs/fragments/cluvfy_oraswgi_install.yml delete mode 100644 changelogs/fragments/cluvy.yml delete mode 100644 changelogs/fragments/oracluvfy.yml delete mode 100644 changelogs/fragments/orahost_dir.yml delete mode 100644 changelogs/fragments/orahost_meta_limits.yml delete mode 100644 changelogs/fragments/oraswdb_install.yml delete mode 100644 changelogs/fragments/run_once.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ae21da07..64c77d5f8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,31 @@ opitzconsulting.ansible_oracle Release Notes .. contents:: Topics +v4.7.0 +====== + +Minor Changes +------------- + +- Replace run_once: _oraswgi_meta_configure_cluster with when condition (oravirt#422) +- molecule: download for current cluvfy added (oravirt#423) +- oracluvfy: New role for managing cluvfy (oravirt#423) +- orahost_meta: increase defaults for memlock limits from 0.90 to 0.91 for cluvfy (oravirt#423) +- oraswgi_install: use role oracluvfy for cluvfy during installation (oravirt#423) + +Bugfixes +-------- + +- oradb_rman: Removed unwanted newlines from rman_backup.sh command line (oravirt#420) +- orahost: fix wrong permissions in filesystem | Create directories (oravirt#424) +- oraswdb_install: fix broken Transfer oracle installfiles to server (oravirt#421) +- reviewed entire roles/ code basis and removed unwanted indents from yaml multiline blocks (oravirt#420) + +Known Issues +------------ + +- RAC installation with oracle_sw_copy=true not working + v4.6.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index dfc3ded8f..1760b72a7 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -157,4 +157,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 4.6.0 +version: 4.7.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0c74aa62b..0c116cd1b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -801,3 +801,31 @@ releases: - release.yml - ssh.yml release_date: '2024-03-08' + 4.7.0: + changes: + bugfixes: + - 'oradb_rman: Removed unwanted newlines from rman_backup.sh command line (oravirt#420)' + - 'orahost: fix wrong permissions in filesystem | Create directories (oravirt#424)' + - 'oraswdb_install: fix broken Transfer oracle installfiles to server (oravirt#421)' + - reviewed entire roles/ code basis and removed unwanted indents from yaml multiline + blocks (oravirt#420) + known_issues: + - RAC installation with oracle_sw_copy=true not working + minor_changes: + - 'Replace run_once: _oraswgi_meta_configure_cluster with when condition (oravirt#422)' + - 'molecule: download for current cluvfy added (oravirt#423)' + - 'oracluvfy: New role for managing cluvfy (oravirt#423)' + - 'orahost_meta: increase defaults for memlock limits from 0.90 to 0.91 for + cluvfy (oravirt#423)' + - 'oraswgi_install: use role oracluvfy for cluvfy during installation (oravirt#423)' + fragments: + - 420_yaml_indents.yml + - cluvfy_oraswgi_install.yml + - cluvy.yml + - oracluvfy.yml + - orahost_dir.yml + - orahost_meta_limits.yml + - oraswdb_install.yml + - rac_known_issue.yml + - run_once.yml + release_date: '2024-04-08' diff --git a/changelogs/fragments/420_yaml_indents.yml b/changelogs/fragments/420_yaml_indents.yml deleted file mode 100644 index 39233fbe4..000000000 --- a/changelogs/fragments/420_yaml_indents.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "oradb_rman: Removed unwanted newlines from rman_backup.sh command line (oravirt#420)" - - "reviewed entire roles/ code basis and removed unwanted indents from yaml multiline blocks (oravirt#420)" \ No newline at end of file diff --git a/changelogs/fragments/cluvfy_oraswgi_install.yml b/changelogs/fragments/cluvfy_oraswgi_install.yml deleted file mode 100644 index 4ad5b55ae..000000000 --- a/changelogs/fragments/cluvfy_oraswgi_install.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "oraswgi_install: use role oracluvfy for cluvfy during installation (oravirt#423)" diff --git a/changelogs/fragments/cluvy.yml b/changelogs/fragments/cluvy.yml deleted file mode 100644 index 394ad69f3..000000000 --- a/changelogs/fragments/cluvy.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "molecule: download for current cluvfy added (oravirt#423)" diff --git a/changelogs/fragments/oracluvfy.yml b/changelogs/fragments/oracluvfy.yml deleted file mode 100644 index ce6adcd42..000000000 --- a/changelogs/fragments/oracluvfy.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "oracluvfy: New role for managing cluvfy (oravirt#423)" diff --git a/changelogs/fragments/orahost_dir.yml b/changelogs/fragments/orahost_dir.yml deleted file mode 100644 index 69ec03c9a..000000000 --- a/changelogs/fragments/orahost_dir.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - "orahost: fix wrong permissions in filesystem | Create directories (oravirt#424)" diff --git a/changelogs/fragments/orahost_meta_limits.yml b/changelogs/fragments/orahost_meta_limits.yml deleted file mode 100644 index 6b7605c86..000000000 --- a/changelogs/fragments/orahost_meta_limits.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "orahost_meta: increase defaults for memlock limits from 0.90 to 0.91 for cluvfy (oravirt#423)" diff --git a/changelogs/fragments/oraswdb_install.yml b/changelogs/fragments/oraswdb_install.yml deleted file mode 100644 index 3beb73500..000000000 --- a/changelogs/fragments/oraswdb_install.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - "oraswdb_install: fix broken Transfer oracle installfiles to server (oravirt#421)" diff --git a/changelogs/fragments/run_once.yml b/changelogs/fragments/run_once.yml deleted file mode 100644 index 2d2150fb6..000000000 --- a/changelogs/fragments/run_once.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "Replace run_once: _oraswgi_meta_configure_cluster with when condition ()" diff --git a/galaxy.yml b/galaxy.yml index 71b9e613a..9de87a660 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: opitzconsulting name: ansible_oracle description: "Impoartant! This is a beta release! This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle" -version: 4.6.0 +version: 4.7.0 repository: https://github.com/oravirt/ansible-oracle.git readme: README.md authors: