Skip to content

Commit

Permalink
Release 4.5.0 - 7th Beta Release of ansible-oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Feb 24, 2024
1 parent abbb72f commit ac76fd6
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 43 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v4.5.0
======

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

- Change Shebang to /usr/bin/env bash (oravirt#409)
- Documentation updates (oravirt#389)
- build(deps): bump ansible-core from 2.15.8 to 2.15.9 in /tools/dev (oravirt#408)
- minor fixes for role separation in Oracle Restart (oravirt#409)
- oradb_manage_db: Assert SYS password in inventory before dbca (oravirt#409)

Breaking Changes / Porting Guide
--------------------------------

- Removed oracle_password - use default_gipass as replacement (oravirt#409)
- orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)
- orasw_meta: Removed default passwords from default_dbpass and dbpasswords (oravirt#409)
- oraswgi_install: Removed default password from default_gipass (oravirt#409)

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

- orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)
- orasw_meta: Removed default passwords from default_dbpass and dbpasswords (oravirt#409)
- oraswgi_install: Removed default password from default_gipass (oravirt#409)

Bugfixes
--------

- orahost: fix for broken configure_hugepages=false (oravirt#412)
- orasw_meta: Removed warning from ansible (oravirt#409)

v4.4.2
======

Expand Down
4 changes: 1 addition & 3 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
Expand Down Expand Up @@ -157,6 +156,5 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 4.4.2
version: 4.5.0
35 changes: 35 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,3 +696,38 @@ releases:
- wallet.yml
- wallet2.yml
release_date: '2024-02-05'
4.5.0:
changes:
breaking_changes:
- Removed oracle_password - use default_gipass as replacement (oravirt#409)
- 'orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)'
- 'orasw_meta: Removed default passwords from default_dbpass and dbpasswords
(oravirt#409)'
- 'oraswgi_install: Removed default password from default_gipass (oravirt#409)'
bugfixes:
- 'orahost: fix for broken configure_hugepages=false (oravirt#412)'
- 'orasw_meta: Removed warning from ansible (oravirt#409)'
minor_changes:
- Change Shebang to /usr/bin/env bash (oravirt#409)
- Documentation updates (oravirt#389)
- 'build(deps): bump ansible-core from 2.15.8 to 2.15.9 in /tools/dev (oravirt#408)'
- minor fixes for role separation in Oracle Restart (oravirt#409)
- 'oradb_manage_db: Assert SYS password in inventory before dbca (oravirt#409)'
security_fixes:
- 'orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)'
- 'orasw_meta: Removed default passwords from default_dbpass and dbpasswords
(oravirt#409)'
- 'oraswgi_install: Removed default password from default_gipass (oravirt#409)'
fragments:
- assert.yml
- bash.yml
- default_dbpass.yml
- default_dbpass_dbca.yml
- default_gipass.yml
- default_gipass2.yml
- dependabot_408.yml
- docs.yml
- hugepages.yml
- os_oracle.yml
- role_sparation.yml
release_date: '2024-02-24'
3 changes: 0 additions & 3 deletions changelogs/fragments/assert.yml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/default_dbpass.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/default_gipass2.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/os_oracle.yml

This file was deleted.

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

0 comments on commit ac76fd6

Please sign in to comment.