Skip to content

Commit e12411e

Browse files
committed
Release 4.12.0
v4.12.0 ======= Minor Changes ------------- - ansible-lint: more excludes (#505) - common: remove screen from default rhel8,9 package list (#496) - orahost: firewall_service should default to firewalld on OL/EL 8 (#499) Bugfixes -------- - common: Exclude alias interfaces when templating motd.j2 (#486) - common: force bool type in certain conditionals - fix for re global flags when extracting sga/processes parameters in orahost_meta (#493) - orahost_meta: Aggregate SGAs fails if no sga_target or sga_max_size is defined (#498) - orahost_meta: Applying 'lower' filter to oracle_databases+oracle_asm_instance converts list to string (#484) - oraswdb_manage_patches, oraswgi_manage_patches: make unarchive check work for combo patches too (#482) - set and check _oradb_tzupgrade_candidate_pdbs fact when upgrading timezone for a CDB database (#490)
1 parent c0520dd commit e12411e

File tree

14 files changed

+55
-29
lines changed

14 files changed

+55
-29
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ opitzconsulting.ansible\_oracle Release Notes
44

55
.. contents:: Topics
66

7+
v4.12.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- ansible-lint: more excludes (oravirt#505)
14+
- common: remove screen from default rhel8,9 package list (oravirt#496)
15+
- orahost: firewall_service should default to firewalld on OL/EL 8 (oravirt#499)
16+
17+
Bugfixes
18+
--------
19+
20+
- common: Exclude alias interfaces when templating motd.j2 (oravirt#486)
21+
- common: force bool type in certain conditionals
22+
- fix for re global flags when extracting sga/processes parameters in orahost_meta (oravirt#493)
23+
- orahost_meta: Aggregate SGAs fails if no sga_target or sga_max_size is defined (oravirt#498)
24+
- orahost_meta: Applying 'lower' filter to oracle_databases+oracle_asm_instance converts list to string (oravirt#484)
25+
- oraswdb_manage_patches, oraswgi_manage_patches: make unarchive check work for combo patches too (oravirt#482)
26+
- set and check _oradb_tzupgrade_candidate_pdbs fact when upgrading timezone for a CDB database (oravirt#490)
27+
728
v4.11.1
829
=======
930

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ plugins:
159159
strategy: {}
160160
test: {}
161161
vars: {}
162-
version: 4.11.1
162+
version: 4.12.0

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,36 @@ releases:
692692
- download.yml
693693
- orasw_meta.yml
694694
release_date: '2024-10-06'
695+
4.12.0:
696+
changes:
697+
bugfixes:
698+
- 'common: Exclude alias interfaces when templating motd.j2 (oravirt#486)'
699+
- 'common: force bool type in certain conditionals'
700+
- fix for re global flags when extracting sga/processes parameters in orahost_meta
701+
(oravirt#493)
702+
- 'orahost_meta: Aggregate SGAs fails if no sga_target or sga_max_size is defined
703+
(oravirt#498)'
704+
- 'orahost_meta: Applying ''lower'' filter to oracle_databases+oracle_asm_instance
705+
converts list to string (oravirt#484)'
706+
- 'oraswdb_manage_patches, oraswgi_manage_patches: make unarchive check work
707+
for combo patches too (oravirt#482)'
708+
- set and check _oradb_tzupgrade_candidate_pdbs fact when upgrading timezone
709+
for a CDB database (oravirt#490)
710+
minor_changes:
711+
- 'ansible-lint: more excludes (oravirt#505)'
712+
- 'common: remove screen from default rhel8,9 package list (oravirt#496)'
713+
- 'orahost: firewall_service should default to firewalld on OL/EL 8 (oravirt#499)'
714+
fragments:
715+
- aggregate_sgas_fix.yml
716+
- ansible-lint.yml
717+
- motd.yml
718+
- orahost_firewall.yml
719+
- re_global_flags_fix.yml
720+
- remove_screen_from_default.yml
721+
- sga_calculation.yml
722+
- tz_cdb_upgrade_issue.yml
723+
- unarchive-check.yml
724+
release_date: '2025-03-02'
695725
4.2.0:
696726
changes:
697727
breaking_changes:

changelogs/fragments/aggregate_sgas_fix.yml

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

changelogs/fragments/motd.yml

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

changelogs/fragments/orahost_firewall.yml

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

changelogs/fragments/re_global_flags_fix.yml

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

changelogs/fragments/remove_screen_from_default.yml

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

changelogs/fragments/sga_calculation.yml

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

changelogs/fragments/tz_cdb_upgrade_issue.yml

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

0 commit comments

Comments
 (0)