Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from oravirt:master #17

Merged
merged 1 commit into from
Nov 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,52 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v3.3.0
======

Release Summary
---------------

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.

Minor Changes
-------------

- Documentation: Added feauturelist and missing picture (oravirt#299)
- Replace include with include_tasks due to deprecation warning (oravirt#301)
- Update ocenv to 2022-11-22 (oravirt#305)
- added support to upgrade the timezone in the database using the oradb_tzupgrade role (oravirt#291)
- ansible-lint: move to v6.8.2 (oravirt#290)
- documentation: New Beginners Guide (oravirt#293)
- experimental support for ASMFD (Filter Driver) (oravirt#297)
- github-actions: Add development branch to Actions (oravirt#295)
- oradb_manage_db: support for dbca custom scripts (oravirt#300)
- pre-commit: move to v4.3.0 (oravirt#290)

Deprecated Features
-------------------

- inventory structure will be moved to new examples directory (oravirt#293)
- vagrant folder will be moved to examples (oravirt#293)

Bugfixes
--------

- common, orahost, oraswdb_install: Make some of the j2 templates source configurable (oravirt#296)
- fix oradb_manage_grants (oravirt#306)
- oraasm_manage_diskgroups: Added support for ASMFD (oravirt#302)
- oracle_datapatch: Fix password alias (oravirt#304)
- oradb_manage_db: Add option to set the path of the dbca template (oravirt#292)
- oraswdb_install: Fix oracle export environment variables (oravirt#294)
- pre-commit: added some extra hooks (oravirt#291)

Known Issues
------------

- Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91)
- removal of database not working when db_name <> db_instance_name (opitzconsulting#28)
- wrong ORACLE_BASE in RAC with role sepepration (oravirt#259)

v3.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.2.0
version: 3.3.0
53 changes: 53 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,56 @@ releases:
- 285-ocenv-deploy-fix.yml
- sqlplus-pipe-byte-streams-fix.yml
release_date: '2022-10-30'
3.3.0:
changes:
bugfixes:
- 'common, orahost, oraswdb_install: Make some of the j2 templates source configurable
(oravirt#296)'
- fix oradb_manage_grants (oravirt#306)
- 'oraasm_manage_diskgroups: Added support for ASMFD (oravirt#302)'
- 'oracle_datapatch: Fix password alias (oravirt#304)'
- 'oradb_manage_db: Add option to set the path of the dbca template (oravirt#292)'
- 'oraswdb_install: Fix oracle export environment variables (oravirt#294)'
- 'pre-commit: added some extra hooks (oravirt#291)'
deprecated_features:
- inventory structure will be moved to new examples directory (oravirt#293)
- vagrant folder will be moved to examples (oravirt#293)
known_issues:
- Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91)
- removal of database not working when db_name <> db_instance_name (opitzconsulting#28)
- wrong ORACLE_BASE in RAC with role sepepration (oravirt#259)
minor_changes:
- 'Documentation: Added feauturelist and missing picture (oravirt#299)'
- Replace include with include_tasks due to deprecation warning (oravirt#301)
- Update ocenv to 2022-11-22 (oravirt#305)
- added support to upgrade the timezone in the database using the oradb_tzupgrade
role (oravirt#291)
- 'ansible-lint: move to v6.8.2 (oravirt#290)'
- 'documentation: New Beginners Guide (oravirt#293)'
- experimental support for ASMFD (Filter Driver) (oravirt#297)
- 'github-actions: Add development branch to Actions (oravirt#295)'
- 'oradb_manage_db: support for dbca custom scripts (oravirt#300)'
- 'pre-commit: move to v4.3.0 (oravirt#290)'
release_summary: 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.
fragments:
- 0-changelog_defaults.yml
- 128-oradb_manage_grants.yml
- 290-ansible-lint.yml
- 291-precommit.yml
- 297-asmfd.yml
- 299-doc.yml
- 301-include.yml
- 302-oraasm_manage_diskgroups.yml
- 305-ocenv.yml
- custom_template_path.yml
- customscripts_support.yml
- datapatch_alias_fix.yml
- db_timezone_upgrade_support.yml
- dbca_templatepath.yml
- github-actions.yml
- guides.yml
- manage_oracle_rdbms_procs.yml
- release3.3.0.yml
release_date: '2022-11-27'
3 changes: 0 additions & 3 deletions changelogs/fragments/128-oradb_manage_grants.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/290-ansible-lint.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/291-precommit.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/297-asmfd.yml

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/fragments/299-doc.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/301-include.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/302-oraasm_manage_diskgroups.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/305-ocenv.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/custom_template_path.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/customscripts_support.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/datapatch_alias_fix.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/db_timezone_upgrade_support.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/dbca_templatepath.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/github-actions.yml

This file was deleted.

10 changes: 0 additions & 10 deletions changelogs/fragments/guides.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/manage_oracle_rdbms_procs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: opitzconsulting
name: ansible_oracle
description: "This is the collection of ansible-oracle from Branch oc on https://github.com/opitzconsulting/ansible-oracle"
version: 3.2.0
version: 3.3.0
repository: https://github.com/opitzconsulting/ansible-oracle.git
readme: README.md
authors:
Expand Down