Skip to content

Commit 385b1f9

Browse files
committed
Release 3.3.0
1 parent d353bc8 commit 385b1f9

20 files changed

+101
-65
lines changed

CHANGELOG.rst

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

77

8+
v3.3.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This Release introduce ASM Filter Driver Support for Oracle Grid-Infrastructure/Restart. It is experimental for the moment, because it requires more testing in the field.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Documentation: Added feauturelist and missing picture (oravirt#299)
20+
- Replace include with include_tasks due to deprecation warning (oravirt#301)
21+
- Update ocenv to 2022-11-22 (oravirt#305)
22+
- added support to upgrade the timezone in the database using the oradb_tzupgrade role (oravirt#291)
23+
- ansible-lint: move to v6.8.2 (oravirt#290)
24+
- documentation: New Beginners Guide (oravirt#293)
25+
- experimental support for ASMFD (Filter Driver) (oravirt#297)
26+
- github-actions: Add development branch to Actions (oravirt#295)
27+
- oradb_manage_db: support for dbca custom scripts (oravirt#300)
28+
- pre-commit: move to v4.3.0 (oravirt#290)
29+
30+
Deprecated Features
31+
-------------------
32+
33+
- inventory structure will be moved to new examples directory (oravirt#293)
34+
- vagrant folder will be moved to examples (oravirt#293)
35+
36+
Bugfixes
37+
--------
38+
39+
- common, orahost, oraswdb_install: Make some of the j2 templates source configurable (oravirt#296)
40+
- fix oradb_manage_grants (oravirt#306)
41+
- oraasm_manage_diskgroups: Added support for ASMFD (oravirt#302)
42+
- oracle_datapatch: Fix password alias (oravirt#304)
43+
- oradb_manage_db: Add option to set the path of the dbca template (oravirt#292)
44+
- oraswdb_install: Fix oracle export environment variables (oravirt#294)
45+
- pre-commit: added some extra hooks (oravirt#291)
46+
47+
Known Issues
48+
------------
49+
50+
- Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91)
51+
- removal of database not working when db_name <> db_instance_name (opitzconsulting#28)
52+
- wrong ORACLE_BASE in RAC with role sepepration (oravirt#259)
53+
854
v3.2.0
955
======
1056

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ plugins:
1414
shell: {}
1515
strategy: {}
1616
vars: {}
17-
version: 3.2.0
17+
version: 3.3.0

changelogs/changelog.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,56 @@ releases:
171171
- 285-ocenv-deploy-fix.yml
172172
- sqlplus-pipe-byte-streams-fix.yml
173173
release_date: '2022-10-30'
174+
3.3.0:
175+
changes:
176+
bugfixes:
177+
- 'common, orahost, oraswdb_install: Make some of the j2 templates source configurable
178+
(oravirt#296)'
179+
- fix oradb_manage_grants (oravirt#306)
180+
- 'oraasm_manage_diskgroups: Added support for ASMFD (oravirt#302)'
181+
- 'oracle_datapatch: Fix password alias (oravirt#304)'
182+
- 'oradb_manage_db: Add option to set the path of the dbca template (oravirt#292)'
183+
- 'oraswdb_install: Fix oracle export environment variables (oravirt#294)'
184+
- 'pre-commit: added some extra hooks (oravirt#291)'
185+
deprecated_features:
186+
- inventory structure will be moved to new examples directory (oravirt#293)
187+
- vagrant folder will be moved to examples (oravirt#293)
188+
known_issues:
189+
- Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91)
190+
- removal of database not working when db_name <> db_instance_name (opitzconsulting#28)
191+
- wrong ORACLE_BASE in RAC with role sepepration (oravirt#259)
192+
minor_changes:
193+
- 'Documentation: Added feauturelist and missing picture (oravirt#299)'
194+
- Replace include with include_tasks due to deprecation warning (oravirt#301)
195+
- Update ocenv to 2022-11-22 (oravirt#305)
196+
- added support to upgrade the timezone in the database using the oradb_tzupgrade
197+
role (oravirt#291)
198+
- 'ansible-lint: move to v6.8.2 (oravirt#290)'
199+
- 'documentation: New Beginners Guide (oravirt#293)'
200+
- experimental support for ASMFD (Filter Driver) (oravirt#297)
201+
- 'github-actions: Add development branch to Actions (oravirt#295)'
202+
- 'oradb_manage_db: support for dbca custom scripts (oravirt#300)'
203+
- 'pre-commit: move to v4.3.0 (oravirt#290)'
204+
release_summary: This Release introduce ASM Filter Driver Support for Oracle
205+
Grid-Infrastructure/Restart. It is experimental for the moment, because it
206+
requires more testing in the field.
207+
fragments:
208+
- 0-changelog_defaults.yml
209+
- 128-oradb_manage_grants.yml
210+
- 290-ansible-lint.yml
211+
- 291-precommit.yml
212+
- 297-asmfd.yml
213+
- 299-doc.yml
214+
- 301-include.yml
215+
- 302-oraasm_manage_diskgroups.yml
216+
- 305-ocenv.yml
217+
- custom_template_path.yml
218+
- customscripts_support.yml
219+
- datapatch_alias_fix.yml
220+
- db_timezone_upgrade_support.yml
221+
- dbca_templatepath.yml
222+
- github-actions.yml
223+
- guides.yml
224+
- manage_oracle_rdbms_procs.yml
225+
- release3.3.0.yml
226+
release_date: '2022-11-27'

changelogs/fragments/128-oradb_manage_grants.yml

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

changelogs/fragments/290-ansible-lint.yml

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

changelogs/fragments/291-precommit.yml

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

changelogs/fragments/297-asmfd.yml

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

changelogs/fragments/299-doc.yml

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

changelogs/fragments/301-include.yml

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

changelogs/fragments/302-oraasm_manage_diskgroups.yml

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

0 commit comments

Comments
 (0)