Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Jul 8, 2023
1 parent 8630085 commit c56243b
Show file tree
Hide file tree
Showing 16 changed files with 111 additions and 46 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,56 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v3.8.0
======

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

This is ansible-oracle 3.8.0.
The target database server must have Python3 installaed which is automatically done with role `orahost`.
It is mandatory for the module `oracle_db` which is used in `oradb_manage_db`.


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

- Add restart possibility after scope=spfile init parameters change (oravirt#342)
- Add state=restarted to oracle_db (oravirt#342)
- Remove deprecation warnings for community.general 7.x (oravirt#339)
- black: adding black to pre-commit (oravirt#343)
- flake8: adding flake8 to pre-commit (oravirt#343)
- github Actions: adding Action for black and flake8 (oravirt#343)
- ocenv: version 2023-06-06 of ocenv environment script (oravirt#347)
- oracle_db: Refactoring code for flake8 (oravirt#342)

Breaking Changes / Porting Guide
--------------------------------

- cx_Oracle: requires Python3 installed on target system (oravirt#342)
- cx_oracle: Added installation of cx_Oracle for Python3 (oravirt#346)
- oradb_manage_db: requires Python3 installed on target system (oravirt#342)

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

- modules: all modules will loose support for Python2 in ansible-oracle 4.0.0 (oravirt#346)

Bugfixes
--------

- common: removed assert for python due to oravirt#346 (oravirt#350)
- orasw_download_patches: added missing assert for oracle_sw_source_local (oravirt#340)
- oraswdb_install: changed oracle_databases to db_homes_installed for installation source of ORACLE_HOMEs (oravirt#348)
- oraswdb_manage_patches: Bugfix for missing opatch or opatchauto in db_homs_config dict (oravirt#349)
- pre-commit: added antsibull-changelog-lint (oravirt#345)
- pre-commit: moved ansible-lint to end of pre-commit hooks (oravirt#344)

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

- pre-commit: Ignore [WARNING] The 'rev' field of repo 'https://github.com/ansible-community/antsibull-changelog.git'. This will be fixed with next antsibull-changelog release.

v3.7.0
======

Expand Down
9 changes: 7 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ plugins:
httpapi: {}
inventory: {}
lookup: {}
module: {}
module:
oracle_db:
description: Manage an Oracle database
name: oracle_db
namespace: ''
version_added: 2.4.0
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 3.7.0
version: 3.8.0
53 changes: 53 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,56 @@ releases:
- rman_catalog_register.yml
- sles_os_packages.yml
release_date: '2023-05-07'
3.8.0:
changes:
breaking_changes:
- 'cx_Oracle: requires Python3 installed on target system (oravirt#342)'
- 'cx_oracle: Added installation of cx_Oracle for Python3 (oravirt#346)'
- 'oradb_manage_db: requires Python3 installed on target system (oravirt#342)'
bugfixes:
- 'common: removed assert for python due to oravirt#346 (oravirt#350)'
- 'orasw_download_patches: added missing assert for oracle_sw_source_local (oravirt#340)'
- 'oraswdb_install: changed oracle_databases to db_homes_installed for installation
source of ORACLE_HOMEs (oravirt#348)'
- 'oraswdb_manage_patches: Bugfix for missing opatch or opatchauto in db_homs_config
dict (oravirt#349)'
- 'pre-commit: added antsibull-changelog-lint (oravirt#345)'
- 'pre-commit: moved ansible-lint to end of pre-commit hooks (oravirt#344)'
deprecated_features:
- 'modules: all modules will loose support for Python2 in ansible-oracle 4.0.0 (oravirt#346)'
known_issues:
- 'pre-commit: Ignore [WARNING] The ''rev'' field of repo ''https://github.com/ansible-community/antsibull-changelog.git''.
This will be fixed with next antsibull-changelog release.'
minor_changes:
- Add restart possibility after scope=spfile init parameters change (oravirt#342)
- Add state=restarted to oracle_db (oravirt#342)
- Remove deprecation warnings for community.general 7.x (oravirt#339)
- 'black: adding black to pre-commit (oravirt#343)'
- 'flake8: adding flake8 to pre-commit (oravirt#343)'
- 'github Actions: adding Action for black and flake8 (oravirt#343)'
- 'ocenv: version 2023-06-06 of ocenv environment script (oravirt#347)'
- 'oracle_db: Refactoring code for flake8 (oravirt#342)'
release_summary: 'This is ansible-oracle 3.8.0.
The target database server must have Python3 installaed which is automatically
done with role `orahost`.
It is mandatory for the module `oracle_db` which is used in `oradb_manage_db`.
'
fragments:
- _known_issues.yml
- assert.yml
- communiy_collection.yml
- cx_oracle.yml
- download_patch.yml
- flake8.yml
- ocenv.yml
- opatchauto.yml
- oraswdb_install_curl.yml
- pre-commit.yml
- python-lint.yml
- python2_deprecated.yml
- release.yml
- restart_spfile_parameters.yml
release_date: '2023-07-08'
3 changes: 0 additions & 3 deletions changelogs/fragments/assert.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/fragments/flake8.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/pre-commit.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/python-lint.yml

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/restart_spfile_parameters.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 https://github.com/oravirt/ansible-oracle"
version: 3.7.0
version: 3.8.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down

0 comments on commit c56243b

Please sign in to comment.