Skip to content

Commit d676072

Browse files
committed
Release 4.1.0b1 - 2nd Beta Release of ansible-oracle
1 parent 02fcb0f commit d676072

File tree

15 files changed

+79
-46
lines changed

15 files changed

+79
-46
lines changed

CHANGELOG.rst

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

77

8+
v4.1.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+
Minor Changes
17+
-------------
18+
19+
- ansible-lint V6.20.3 (oravirt#383)
20+
- molecule: new stage download to prepare dbfs stage (oravirt#383)
21+
- molecule: new stage golden to create golden images (oravirt#383)
22+
- oiraswgi: Added Support for gridSetup.sh -applyRU for 19c and 21c (oravirt#383)
23+
- oraasm_manage_diskgroups: Refactoring and bugfixes for 4.0 (oravirt#383)
24+
- oracle_opatch: replace sqlplus -V with oraversion for newer releases (oravirt#383)
25+
- oraswdb_golen_image: Rename created archive to fixed name (oravirt#383)
26+
- oraswgi_golen_image: Rename created archive to fixed name (oravirt#383)
27+
28+
Breaking Changes / Porting Guide
29+
--------------------------------
30+
31+
- oraswdb_golen_image: New variable oraswdb_golen_image_create: false (oravirt#383)
32+
- oraswgi_golen_image: New variable oraswgi_golen_image_create: false (oravirt#383)
33+
34+
Bugfixes
35+
--------
36+
37+
- Bugfix for state=absent in oracle_databases with CDB (oravirt#383)
38+
- molecule: Use shared inventory with download scenario (oravirt#383)
39+
- oracle_opatch: fix wrong rolling parameter definition, fix broken opatch opatchauto rollback (oravirt#383)
40+
- oradb_datapatch: allow execution of role with empty oracle_databases and oracle_pdbs (oravirt#383)
41+
- oradb_manage_db: Regather oradb_facts after database change (oravirt#383)
42+
- oradb_manage_statspack: Bugfix for nonCDB setups (oravirt#383)
43+
- orahost: Do not set NOZEROCONF on SuSE platform (oravirt#383)
44+
845
v4.0.0
946
======
1047

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.0.0
162+
version: 4.1.0

changelogs/changelog.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,3 +551,42 @@ releases:
551551
- playbooks.yml
552552
- shellcheck.yml
553553
release_date: '2023-09-24'
554+
4.1.0:
555+
changes:
556+
breaking_changes:
557+
- 'oraswdb_golen_image: New variable oraswdb_golen_image_create: false (oravirt#383)'
558+
- 'oraswgi_golen_image: New variable oraswgi_golen_image_create: false (oravirt#383)'
559+
bugfixes:
560+
- Bugfix for state=absent in oracle_databases with CDB (oravirt#383)
561+
- 'molecule: Use shared inventory with download scenario (oravirt#383)'
562+
- 'oracle_opatch: fix wrong rolling parameter definition, fix broken opatch
563+
opatchauto rollback (oravirt#383)'
564+
- 'oradb_datapatch: allow execution of role with empty oracle_databases and
565+
oracle_pdbs (oravirt#383)'
566+
- 'oradb_manage_db: Regather oradb_facts after database change (oravirt#383)'
567+
- 'oradb_manage_statspack: Bugfix for nonCDB setups (oravirt#383)'
568+
- 'orahost: Do not set NOZEROCONF on SuSE platform (oravirt#383)'
569+
minor_changes:
570+
- ansible-lint V6.20.3 (oravirt#383)
571+
- 'molecule: new stage download to prepare dbfs stage (oravirt#383)'
572+
- 'molecule: new stage golden to create golden images (oravirt#383)'
573+
- 'oiraswgi: Added Support for gridSetup.sh -applyRU for 19c and 21c (oravirt#383)'
574+
- 'oraasm_manage_diskgroups: Refactoring and bugfixes for 4.0 (oravirt#383)'
575+
- 'oracle_opatch: replace sqlplus -V with oraversion for newer releases (oravirt#383)'
576+
- 'oraswdb_golen_image: Rename created archive to fixed name (oravirt#383)'
577+
- 'oraswgi_golen_image: Rename created archive to fixed name (oravirt#383)'
578+
release_summary: This is a BETA Release of ansible-oracle. Do not use it in
579+
production environments!
580+
fragments:
581+
- ansible-lint.yml
582+
- assert.yml
583+
- diskgroup.yml
584+
- golden.yml
585+
- manage_db.yml
586+
- molecule1.yml
587+
- nozeroconf.yml
588+
- oracle_opatch.yml
589+
- oraswgi.yml
590+
- release_410.yml
591+
- statspack.yml
592+
release_date: '2023-11-08'

changelogs/fragments/ansible-lint.yml

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

changelogs/fragments/assert.yml

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

changelogs/fragments/diskgroup.yml

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

changelogs/fragments/galaxy.aml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
minor_changes:
3-
- "added missing dependencies in galay.yml and removed requirements.yml (oravirt#318)"
3+
- "added missing dependencies in galay.yml and removed requirements.yml (oravirt#383)"

changelogs/fragments/golden.yml

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

changelogs/fragments/manage_db.yml

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

changelogs/fragments/molecule1.yml

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

0 commit comments

Comments
 (0)