Skip to content

Commit

Permalink
Release 4.7.0 - 9th Beta Release of ansible-oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Apr 9, 2024
1 parent 8eaf77d commit 2d081f4
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 26 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


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
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 4.6.0
version: 4.7.0
28 changes: 28 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/420_yaml_indents.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/cluvfy_oraswgi_install.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/cluvy.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/oracluvfy.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/orahost_dir.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/orahost_meta_limits.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/oraswdb_install.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/run_once.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: "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:
Expand Down

0 comments on commit 2d081f4

Please sign in to comment.