Skip to content

Commit

Permalink
changelog fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Jul 9, 2022
1 parent eb4d950 commit c6b15dd
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
httpapi: {}
inventory: {}
lookup: {}
module: {}
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 3.0.0
3 changes: 3 additions & 0 deletions changelogs/fragments/100-ocenv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- remove auto execution of ocenv from .bashrc (#100)
4 changes: 4 additions & 0 deletions changelogs/fragments/101-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
bugfixes:
- be less verbose during ansible-playbook (#101)
- make collection compatble for galaxy.ansible.com (#101)
3 changes: 3 additions & 0 deletions changelogs/fragments/81-userpassword_management.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- added support to interpret password as hash instead of plaintext in dbpasswords by setting users[*].password_is_hash=true (#81)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
minor_changes:
- Refactoring oraswgi-install for 19c and 21c (#82)
- Removed parameter -ignorePrereq during GridSetup.sh (#82)
- Parameter oracle_asm_disk_string could be set when asmlib is used (#82)
- added execution of runcluvfy.sh before GridSetup.sh (#82)
- refactoring the includes for 19c and 21c (#82)
- new way installing cvuqdisk.rpm in Grid-Infrastructure (#82)
- 'added extra debug tasks with "msg: install-home-gi | Start .." before long running tasks (#82)'

bugfixes:
- added asmoper to oracle user in orahost (#82)
4 changes: 4 additions & 0 deletions changelogs/fragments/84-ol8gi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- "oraswgi: move from package to yum for cvuqdisk.rpm (#84)"
- "oraswgi: assert OL8 and GI 19.3 without RU (#84)"
3 changes: 3 additions & 0 deletions changelogs/fragments/86-ocenv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Replace broken .profile_* Envrionmentscript with ocenv (#85)
3 changes: 3 additions & 0 deletions changelogs/fragments/87-dbca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "oradb-manage-db: use custom DBCA-Templates from ORACLE_HOME directly (#87)"
3 changes: 3 additions & 0 deletions changelogs/fragments/92-goldenimage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- fixed gold image copy path (#92)
3 changes: 3 additions & 0 deletions changelogs/fragments/93-oracle_user_home.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- fixes a problem where oracle user home directory has been hardcoded to be under /home (#93)
3 changes: 3 additions & 0 deletions changelogs/fragments/94-linter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- make ansible-lint more happy due to new rules (#94)
3 changes: 3 additions & 0 deletions changelogs/fragments/95-oracle_profile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "oracle_profile: make it compatible for Python3 (#95)"
3 changes: 3 additions & 0 deletions changelogs/fragments/96-orahost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "orahost: add new attributes to host_fs_layout (#96)"
7 changes: 7 additions & 0 deletions changelogs/fragments/97-removed_roles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
removed_features:
- "role removed: oraasm-createdg - replaced by oraasm_manage_diskgroups (#97)"
- "role removed: oradb-create - replaced by oradb_manage_db (#97)"
- "role removed: oradb-delete - replaced by oradb_manage_db (#97)"
- "role removed: oradb-failover - should be implemented in oraswgi-install -no replacement availible (#97)"
- "role removed: oraswgi-clone - not working with current Oracle versions, no replacement availible (#97)"
3 changes: 3 additions & 0 deletions changelogs/fragments/98-opatch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- added support for updating opatch under 19c and 21c (#98)
17 changes: 17 additions & 0 deletions changelogs/fragments/99-collection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
release_summary: |
ansible-oracle has been converted into a collection.
This release starts using antsibull-changelog for managing the CHANGELOG.rst.
major_changes:
- moved ansible-oracle into a collection (#99)

minor_changes:
- update ansible-lint for git pre-commit to v6.3.0 (#99)
- removed all check exceptions from .ansible-lint (#99)

breaking_changes:
- Ansible 2.9+ needed (#99)
- rename all roles with '-' in name to '_' (#99)
- renamed variable for EE-Options in Binaries (#99)
- moved old playbooks to playbooks folder (#99)

0 comments on commit c6b15dd

Please sign in to comment.