Skip to content

Commit ac76fd6

Browse files
committed
Release 4.5.0 - 7th Beta Release of ansible-oracle
1 parent abbb72f commit ac76fd6

15 files changed

+70
-43
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ opitzconsulting.ansible_oracle Release Notes
55
.. contents:: Topics
66

77

8+
v4.5.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Change Shebang to /usr/bin/env bash (oravirt#409)
15+
- Documentation updates (oravirt#389)
16+
- build(deps): bump ansible-core from 2.15.8 to 2.15.9 in /tools/dev (oravirt#408)
17+
- minor fixes for role separation in Oracle Restart (oravirt#409)
18+
- oradb_manage_db: Assert SYS password in inventory before dbca (oravirt#409)
19+
20+
Breaking Changes / Porting Guide
21+
--------------------------------
22+
23+
- Removed oracle_password - use default_gipass as replacement (oravirt#409)
24+
- orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)
25+
- orasw_meta: Removed default passwords from default_dbpass and dbpasswords (oravirt#409)
26+
- oraswgi_install: Removed default password from default_gipass (oravirt#409)
27+
28+
Security Fixes
29+
--------------
30+
31+
- orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)
32+
- orasw_meta: Removed default passwords from default_dbpass and dbpasswords (oravirt#409)
33+
- oraswgi_install: Removed default password from default_gipass (oravirt#409)
34+
35+
Bugfixes
36+
--------
37+
38+
- orahost: fix for broken configure_hugepages=false (oravirt#412)
39+
- orasw_meta: Removed warning from ansible (oravirt#409)
40+
841
v4.4.2
942
======
1043

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins:
66
callback: {}
77
cliconf: {}
88
connection: {}
9-
filter: {}
109
httpapi: {}
1110
inventory: {}
1211
lookup: {}
@@ -157,6 +156,5 @@ plugins:
157156
netconf: {}
158157
shell: {}
159158
strategy: {}
160-
test: {}
161159
vars: {}
162-
version: 4.4.2
160+
version: 4.5.0

changelogs/changelog.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,3 +696,38 @@ releases:
696696
- wallet.yml
697697
- wallet2.yml
698698
release_date: '2024-02-05'
699+
4.5.0:
700+
changes:
701+
breaking_changes:
702+
- Removed oracle_password - use default_gipass as replacement (oravirt#409)
703+
- 'orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)'
704+
- 'orasw_meta: Removed default passwords from default_dbpass and dbpasswords
705+
(oravirt#409)'
706+
- 'oraswgi_install: Removed default password from default_gipass (oravirt#409)'
707+
bugfixes:
708+
- 'orahost: fix for broken configure_hugepages=false (oravirt#412)'
709+
- 'orasw_meta: Removed warning from ansible (oravirt#409)'
710+
minor_changes:
711+
- Change Shebang to /usr/bin/env bash (oravirt#409)
712+
- Documentation updates (oravirt#389)
713+
- 'build(deps): bump ansible-core from 2.15.8 to 2.15.9 in /tools/dev (oravirt#408)'
714+
- minor fixes for role separation in Oracle Restart (oravirt#409)
715+
- 'oradb_manage_db: Assert SYS password in inventory before dbca (oravirt#409)'
716+
security_fixes:
717+
- 'orahost: Removed fixed password for oracle and grid from defaults (oravirt#409)'
718+
- 'orasw_meta: Removed default passwords from default_dbpass and dbpasswords
719+
(oravirt#409)'
720+
- 'oraswgi_install: Removed default password from default_gipass (oravirt#409)'
721+
fragments:
722+
- assert.yml
723+
- bash.yml
724+
- default_dbpass.yml
725+
- default_dbpass_dbca.yml
726+
- default_gipass.yml
727+
- default_gipass2.yml
728+
- dependabot_408.yml
729+
- docs.yml
730+
- hugepages.yml
731+
- os_oracle.yml
732+
- role_sparation.yml
733+
release_date: '2024-02-24'

changelogs/fragments/assert.yml

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

changelogs/fragments/bash.yml

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

changelogs/fragments/default_dbpass.yml

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

changelogs/fragments/default_dbpass_dbca.yml

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

changelogs/fragments/default_gipass.yml

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

changelogs/fragments/default_gipass2.yml

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

changelogs/fragments/dependabot_408.yml

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

0 commit comments

Comments
 (0)