Skip to content

Commit 9c34440

Browse files
committed
Release 4.2.0b1 - 3rd Beta Release of ansible-oracle
1 parent e7a074f commit 9c34440

File tree

10 files changed

+63
-26
lines changed

10 files changed

+63
-26
lines changed

CHANGELOG.rst

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

77

8+
v4.2.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a BETA Release of ansible-oracle. Do not use it in production environments!
15+
16+
Major Changes
17+
-------------
18+
19+
- Ansible 7 (2.14) is new minimal version in ansible-oracle 4.x (oravirt#384)
20+
21+
Minor Changes
22+
-------------
23+
24+
- example: added oracle_listeners_config and listener_installed due to new asserts in 4.0 (oravirt#384)
25+
- experimental support for OracleLinux 9 (oravirt#384)
26+
- molecule: Switch to RU 19.21 (oravirt#384)
27+
28+
Breaking Changes / Porting Guide
29+
--------------------------------
30+
31+
- Ansible 7 (2.14) is new minimal version in ansible-oracle 4.x (oravirt#384)
32+
- oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_* from breaking change oravirt#383 (oravirt#384)
33+
- oraswgi_golden_image: Fixed wrong varible names oraswgi_golen_* to oraswgi_golden_* from breaking change oravirt#383 (oravirt#384)
34+
35+
Bugfixes
36+
--------
37+
38+
- oraswdb_manage_patches: bugfix for wrong stage directory when oracle_sw_copy=true (oravirt#384)
39+
840
v4.1.0
941
======
1042

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.1.0
162+
version: 4.2.0

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,3 +590,33 @@ releases:
590590
- release_410.yml
591591
- statspack.yml
592592
release_date: '2023-11-08'
593+
4.2.0:
594+
changes:
595+
breaking_changes:
596+
- Ansible 7 (2.14) is new minimal version in ansible-oracle 4.x (oravirt#384)
597+
- 'oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_*
598+
from breaking change oravirt#383 (oravirt#384)'
599+
- 'oraswgi_golden_image: Fixed wrong varible names oraswgi_golen_* to oraswgi_golden_*
600+
from breaking change oravirt#383 (oravirt#384)'
601+
bugfixes:
602+
- 'oraswdb_manage_patches: bugfix for wrong stage directory when oracle_sw_copy=true
603+
(oravirt#384)'
604+
major_changes:
605+
- Ansible 7 (2.14) is new minimal version in ansible-oracle 4.x (oravirt#384)
606+
minor_changes:
607+
- 'example: added oracle_listeners_config and listener_installed due to new
608+
asserts in 4.0 (oravirt#384)'
609+
- experimental support for OracleLinux 9 (oravirt#384)
610+
- 'molecule: Switch to RU 19.21 (oravirt#384)'
611+
release_summary: This is a BETA Release of ansible-oracle. Do not use it in
612+
production environments!
613+
fragments:
614+
- ansible_version.yml
615+
- beginner_example.yml
616+
- beta_release.yml
617+
- golen_image_typo.yml
618+
- molecule.yml
619+
- ol9.yml
620+
- oraswdb_manage_patches.yml
621+
- patch_download.yml
622+
release_date: '2023-11-19'

changelogs/fragments/ansible_version.yml

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

changelogs/fragments/beginner_example.yml

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

changelogs/fragments/golen_image_typo.yml

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

changelogs/fragments/molecule.yml

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

changelogs/fragments/ol9.yml

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

changelogs/fragments/oraswdb_manage_patches.yml

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

changelogs/fragments/patch_download.yml

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

0 commit comments

Comments
 (0)