|
| 1 | +ancestor: null |
| 2 | +releases: |
| 3 | + 3.0.0: |
| 4 | + changes: |
| 5 | + breaking_changes: |
| 6 | + - Ansible 2.9+ needed (opitzconsulting#99) |
| 7 | + - moved old playbooks to playbooks folder (opitzconsulting#99) |
| 8 | + - rename all roles with '-' in name to '_' (opitzconsulting#99) |
| 9 | + - renamed variable for EE-Options in Binaries (opitzconsulting#99) |
| 10 | + bugfixes: |
| 11 | + - added asmoper to oracle user in orahost (opitzconsulting#82) |
| 12 | + - be less verbose during ansible-playbook (opitzconsulting#101) |
| 13 | + - does not require host_fs_layout to have "disks" attribute when "configure_host_disks==false" |
| 14 | + (opitzconsulting#108) |
| 15 | + - fixed gold image copy path (opitzconsulting#92) |
| 16 | + - fixes a problem where oracle user home directory has been hardcoded to be |
| 17 | + under /home (opitzconsulting#93) |
| 18 | + - make ansible-lint more happy due to new rules (opitzconsulting#94) |
| 19 | + - make collection compatble for galaxy.ansible.com (opitzconsulting#101) |
| 20 | + - 'oracle_db: Set SYSTEM password when creating a DB' |
| 21 | + - 'oracle_profile: make it compatible for Python3 (opitzconsulting#95)' |
| 22 | + - 'oradb_manage_grants & oradb_manage_users: pass container and container_data |
| 23 | + parameters to modules' |
| 24 | + - 'oradb_manage_statspack: Bugfix for db.state <> present' |
| 25 | + - 'oraswgi_install: fixed wrong script task to shell (#261)' |
| 26 | + - remove auto execution of ocenv from .bashrc (opitzconsulting#100) |
| 27 | + known_issues: |
| 28 | + - Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91) |
| 29 | + - removal of database not working when db_name <> db_instance_name (opitzconsulting#28) |
| 30 | + - wrong ORACLE_BASE in RAC with role sepepration (#259) |
| 31 | + major_changes: |
| 32 | + - Added antsibull-changelog for managing the CHANGELOG.rst (opitzconsulting#102) |
| 33 | + - moved ansible-oracle into a collection (opitzconsulting#99) |
| 34 | + minor_changes: |
| 35 | + - Parameter oracle_asm_disk_string could be set when asmlib is used (opitzconsulting#82) |
| 36 | + - Refactoring oraswgi-install for 19c and 21c (opitzconsulting#82) |
| 37 | + - Removed parameter -ignorePrereq during GridSetup.sh (opitzconsulting#82) |
| 38 | + - Replace broken .profile_* Envrionmentscript with ocenv (opitzconsulting#85) |
| 39 | + - added execution of runcluvfy.sh before GridSetup.sh (opitzconsulting#82) |
| 40 | + - 'added extra debug tasks with "msg: install-home-gi | Start .." before long |
| 41 | + running tasks (opitzconsulting#82)' |
| 42 | + - added support for updating opatch under 19c and 21c (opitzconsulting#98) |
| 43 | + - added support to interpret password as hash instead of plaintext in dbpasswords |
| 44 | + by setting users[*].password_is_hash=true (opitzconsulting#81) |
| 45 | + - 'ansible-lint: move to ansible-lint-action@v6.5.2 (opitzconsulting#261)' |
| 46 | + - merge ansible-oracle-modules/oc into plugins/modules (opitzconsulting#103) |
| 47 | + - new way installing cvuqdisk.rpm in Grid-Infrastructure (opitzconsulting#82) |
| 48 | + - 'ocenv: update to 2022-08-10 (#261)' |
| 49 | + - 'oradb-manage-db: use custom DBCA-Templates from ORACLE_HOME directly (opitzconsulting#87)' |
| 50 | + - 'orahost: add new attributes to host_fs_layout (opitzconsulting#96)' |
| 51 | + - 'oraswgi: assert OL8 and GI 19.3 without RU (opitzconsulting#84)' |
| 52 | + - 'oraswgi: move from package to yum for cvuqdisk.rpm (opitzconsulting#84)' |
| 53 | + - refactoring the includes for 19c and 21c (opitzconsulting#82) |
| 54 | + - removed all check exceptions from .ansible-lint (opitzconsulting#99) |
| 55 | + - uid/gid/passwd attribute in oracle_users/grid_users/oracle_groups is now optional |
| 56 | + (opitzconsulting#107) |
| 57 | + - update ansible-lint for git pre-commit to v6.3.0 (opitzconsulting#99) |
| 58 | + release_summary: 'ansible-oracle has been converted into a collection. |
| 59 | +
|
| 60 | + This release starts using antsibull-changelog for managing the CHANGELOG.rst. |
| 61 | +
|
| 62 | + ' |
| 63 | + removed_features: |
| 64 | + - 'role removed: oraasm-createdg - replaced by oraasm_manage_diskgroups (opitzconsulting#97)' |
| 65 | + - 'role removed: oradb-create - replaced by oradb_manage_db (opitzconsulting#97)' |
| 66 | + - 'role removed: oradb-delete - replaced by oradb_manage_db (opitzconsulting#97)' |
| 67 | + - 'role removed: oradb-failover - should be implemented in oraswgi-install -no |
| 68 | + replacement availible (opitzconsulting#97)' |
| 69 | + - 'role removed: oraswgi-clone - not working with current Oracle versions, no |
| 70 | + replacement availible (opitzconsulting#97)' |
| 71 | + fragments: |
| 72 | + - 100-ocenv.yaml |
| 73 | + - 101-cleanup.yaml |
| 74 | + - 102-antsibull-changelog.yaml |
| 75 | + - 103-ansible-oracle-modules.yaml |
| 76 | + - 104-dbca-system-password.yaml |
| 77 | + - 105-statspack.yaml |
| 78 | + - 106-known-issues.yaml |
| 79 | + - 107-optional_uid_gid_passwd.yaml |
| 80 | + - 108-host_fs_layout.yaml |
| 81 | + - 109-pass-container-header.yaml |
| 82 | + - 261-ansible-lint.yaml |
| 83 | + - 261-ocenv.yaml |
| 84 | + - 261-oraswgi_install.yml |
| 85 | + - 81-userpassword_management.yaml |
| 86 | + - 82-recatoring_Refactoring oraswgi-install.yaml |
| 87 | + - 84-ol8gi.yaml |
| 88 | + - 86-ocenv.yaml |
| 89 | + - 87-dbca.yaml |
| 90 | + - 92-goldenimage.yaml |
| 91 | + - 93-oracle_user_home.yaml |
| 92 | + - 94-linter.yaml |
| 93 | + - 95-oracle_profile.yaml |
| 94 | + - 96-orahost.yaml |
| 95 | + - 97-removed_roles.yaml |
| 96 | + - 98-opatch.yaml |
| 97 | + - 99-collection.yaml |
| 98 | + release_date: '2022-09-13' |
0 commit comments