Skip to content

Commit 40c8594

Browse files
committed
Release 4.10.0
1 parent 966aec7 commit 40c8594

19 files changed

+87
-50
lines changed

CHANGELOG.rst

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,44 @@
1-
============================================
2-
opitzconsulting.ansible_oracle Release Notes
3-
============================================
1+
=============================================
2+
opitzconsulting.ansible\_oracle Release Notes
3+
=============================================
44

55
.. contents:: Topics
66

7+
v4.10.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
`ansible-oracle` 4.10.0 supports OL9/RHEL9 without the need to install the software
14+
from a golden image. The exmples for beginner_patching and RAC have been fixed to
15+
use the new pre-patching support in `oraswdb_install`.
16+
17+
Minor Changes
18+
-------------
19+
20+
- added missing collection dependencies (oravirt#469)
21+
- ansible-builder: moved to new base image (oravirt#470)
22+
- ansible-lint: Update ansible-lint to 24.7.0 (oravirt#471)
23+
- ansible-lint: fqcn[action-core] for ansible.builtin.yum due to OL7 compatibility (oravirt#471)
24+
- antsibull-changelog: Upgrade version 0.29.0 (oravirt#472)
25+
- beginner_patching: updated example to ansible-oracle 4.x (oravirt#469)
26+
- molecule: changes to dbfs for new dbfs-ol9 szenario (oravirt#469)
27+
- molecule: dbfs-ol9 for RDBMS prepatch testing (oravirt#469)
28+
- ocenv: version 2024-08-23 of ocenv environment script (oravirt#468)
29+
- oraswdb_install: Added support for prepatching in runInstaller for 19c (oravirt#469)
30+
- oraswdb_manage_patches: added parameter oraswdb_manage_patches_force_opatch_upgrade for applyRU in runInstaller (oravirt#469)
31+
- tools: changed requirements_dev.txt for venv (oravirt#470)
32+
33+
Deprecated Features
34+
-------------------
35+
36+
- End of Life for Oracle Linux 7 and RHEL7 (oravirt#466)
37+
38+
Bugfixes
39+
--------
40+
41+
- orahost_meta: Added default for oracle_install_option_gi to limit dependency to other roles (oravirt#467)
742

843
v4.9.0
944
======
@@ -325,7 +360,6 @@ Please make sure, that furture Pull-Requests have updated README.md included, wh
325360
A new github Action will check for it.
326361
Some variable defaults have been changed.
327362

328-
329363
Minor Changes
330364
-------------
331365

@@ -511,7 +545,6 @@ This is ansible-oracle 3.8.0.
511545
The target database server must have Python3 installaed which is automatically done with role `orahost`.
512546
It is mandatory for the module `oracle_db` which is used in `oradb_manage_db`.
513547

514-
515548
Minor Changes
516549
-------------
517550

@@ -732,7 +765,6 @@ Release Summary
732765
ansible-oracle has been converted into a collection.
733766
This release starts using antsibull-changelog for managing the CHANGELOG.rst.
734767

735-
736768
Major Changes
737769
-------------
738770

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.9.0
162+
version: 4.10.0

changelogs/changelog.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,51 @@ releases:
590590
- release_410.yml
591591
- statspack.yml
592592
release_date: '2023-11-08'
593+
4.10.0:
594+
changes:
595+
bugfixes:
596+
- 'orahost_meta: Added default for oracle_install_option_gi to limit dependency
597+
to other roles (oravirt#467)'
598+
deprecated_features:
599+
- End of Life for Oracle Linux 7 and RHEL7 (oravirt#466)
600+
minor_changes:
601+
- added missing collection dependencies (oravirt#469)
602+
- 'ansible-builder: moved to new base image (oravirt#470)'
603+
- 'ansible-lint: Update ansible-lint to 24.7.0 (oravirt#471)'
604+
- 'ansible-lint: fqcn[action-core] for ansible.builtin.yum due to OL7 compatibility
605+
(oravirt#471)'
606+
- 'antsibull-changelog: Upgrade version 0.29.0'
607+
- 'beginner_patching: updated example to ansible-oracle 4.x (oravirt#469)'
608+
- 'molecule: changes to dbfs for new dbfs-ol9 szenario (oravirt#469)'
609+
- 'molecule: dbfs-ol9 for RDBMS prepatch testing (oravirt#469)'
610+
- 'ocenv: version 2024-08-23 of ocenv environment script (oravirt#468)'
611+
- 'oraswdb_install: Added support for prepatching in runInstaller for 19c (oravirt#469)'
612+
- 'oraswdb_manage_patches: added parameter oraswdb_manage_patches_force_opatch_upgrade
613+
for applyRU in runInstaller (oravirt#469)'
614+
- 'tools: changed requirements_dev.txt for venv (oravirt#470)'
615+
release_summary: '`ansible-oracle` 4.10.0 supports OL9/RHEL9 without the need
616+
to install the software
617+
618+
from a golden image. The exmples for beginner_patching and RAC have been fixed
619+
to
620+
621+
use the new pre-patching support in `oraswdb_install`.'
622+
fragments:
623+
- ansible-lint.yml
624+
- ansible-lint2.yml
625+
- antsibull.yml
626+
- beginner_patching.yml
627+
- builder.yml
628+
- collection_dependencies.yml
629+
- molecule_dbfs.yml
630+
- molecule_dbfs_ol9.yml
631+
- ocenv.yml
632+
- orahost_meta_gi.yml
633+
- oraswdb_manage_patches.yml
634+
- prepatching_19c.yml
635+
- release.yml
636+
- rhel_ol7.yaml
637+
release_date: '2024-09-01'
593638
4.2.0:
594639
changes:
595640
breaking_changes:

changelogs/fragments/ansible-lint.yml

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

changelogs/fragments/ansible-lint2.yml

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

changelogs/fragments/antsibull.yml

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

changelogs/fragments/beginner_patching.yml

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

changelogs/fragments/builder.yml

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

changelogs/fragments/collection_dependencies.yml

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

changelogs/fragments/molecule_dbfs.yml

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

0 commit comments

Comments
 (0)