Skip to content

Commit 2d081f4

Browse files
committed
Release 4.7.0 - 9th Beta Release of ansible-oracle
1 parent 8eaf77d commit 2d081f4

File tree

12 files changed

+55
-26
lines changed

12 files changed

+55
-26
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+
v4.7.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Replace run_once: _oraswgi_meta_configure_cluster with when condition (oravirt#422)
15+
- molecule: download for current cluvfy added (oravirt#423)
16+
- oracluvfy: New role for managing cluvfy (oravirt#423)
17+
- orahost_meta: increase defaults for memlock limits from 0.90 to 0.91 for cluvfy (oravirt#423)
18+
- oraswgi_install: use role oracluvfy for cluvfy during installation (oravirt#423)
19+
20+
Bugfixes
21+
--------
22+
23+
- oradb_rman: Removed unwanted newlines from rman_backup.sh command line (oravirt#420)
24+
- orahost: fix wrong permissions in filesystem | Create directories (oravirt#424)
25+
- oraswdb_install: fix broken Transfer oracle installfiles to server (oravirt#421)
26+
- reviewed entire roles/ code basis and removed unwanted indents from yaml multiline blocks (oravirt#420)
27+
28+
Known Issues
29+
------------
30+
31+
- RAC installation with oracle_sw_copy=true not working
32+
833
v4.6.0
934
======
1035

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ plugins:
157157
shell: {}
158158
strategy: {}
159159
vars: {}
160-
version: 4.6.0
160+
version: 4.7.0

changelogs/changelog.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,3 +801,31 @@ releases:
801801
- release.yml
802802
- ssh.yml
803803
release_date: '2024-03-08'
804+
4.7.0:
805+
changes:
806+
bugfixes:
807+
- 'oradb_rman: Removed unwanted newlines from rman_backup.sh command line (oravirt#420)'
808+
- 'orahost: fix wrong permissions in filesystem | Create directories (oravirt#424)'
809+
- 'oraswdb_install: fix broken Transfer oracle installfiles to server (oravirt#421)'
810+
- reviewed entire roles/ code basis and removed unwanted indents from yaml multiline
811+
blocks (oravirt#420)
812+
known_issues:
813+
- RAC installation with oracle_sw_copy=true not working
814+
minor_changes:
815+
- 'Replace run_once: _oraswgi_meta_configure_cluster with when condition (oravirt#422)'
816+
- 'molecule: download for current cluvfy added (oravirt#423)'
817+
- 'oracluvfy: New role for managing cluvfy (oravirt#423)'
818+
- 'orahost_meta: increase defaults for memlock limits from 0.90 to 0.91 for
819+
cluvfy (oravirt#423)'
820+
- 'oraswgi_install: use role oracluvfy for cluvfy during installation (oravirt#423)'
821+
fragments:
822+
- 420_yaml_indents.yml
823+
- cluvfy_oraswgi_install.yml
824+
- cluvy.yml
825+
- oracluvfy.yml
826+
- orahost_dir.yml
827+
- orahost_meta_limits.yml
828+
- oraswdb_install.yml
829+
- rac_known_issue.yml
830+
- run_once.yml
831+
release_date: '2024-04-08'

changelogs/fragments/420_yaml_indents.yml

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

changelogs/fragments/cluvfy_oraswgi_install.yml

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

changelogs/fragments/cluvy.yml

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

changelogs/fragments/oracluvfy.yml

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

changelogs/fragments/orahost_dir.yml

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

changelogs/fragments/orahost_meta_limits.yml

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

changelogs/fragments/oraswdb_install.yml

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

0 commit comments

Comments
 (0)