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

Release 3.10.0 #362

Merged
merged 1 commit into from
Jul 26, 2023
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
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v3.10.0
=======

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

- oracle_sqldba: refactoring code, make it usable for ansible-doc, Python3 usable only (oravirt#361)
- oradb_manage_db: create _DGMGRL SID in listener.ora for EE only (oravirt#359)

Bugfixes
--------

- Bugfix for missing Listener autostart and readonly Homes in systemd (oravirt#358)
- oracle_sqldba: Bugfix for Python3 (oravirt#361)
- oraswdb_install: shellchecker for manage_oracle_rdbms_procs.sh (oravirt#358)
- pre-commit: Bugfix for known issue from ansible-oracle 3.8.0 (oravirt#383)

v3.9.0
======

Expand Down
7 changes: 6 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ plugins:
name: oracle_db
namespace: ''
version_added: 2.4.0
oracle_sqldba:
description: Execute sql (scripts) using sqlplus (BEQ) or catcon.pl
name: oracle_sqldba
namespace: ''
version_added: null
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 3.9.0
version: 3.10.0
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,23 @@ releases:
- 282-sles_hugepages.yml
- 282-sles_packages.yml
release_date: '2022-10-03'
3.10.0:
changes:
bugfixes:
- Bugfix for missing Listener autostart and readonly Homes in systemd (oravirt#358)
- 'oracle_sqldba: Bugfix for Python3 (oravirt#361)'
- 'oraswdb_install: shellchecker for manage_oracle_rdbms_procs.sh (oravirt#358)'
- 'pre-commit: Bugfix for known issue from ansible-oracle 3.8.0 (oravirt#383)'
minor_changes:
- 'oracle_sqldba: refactoring code, make it usable for ansible-doc, Python3
usable only (oravirt#361)'
- 'oradb_manage_db: create _DGMGRL SID in listener.ora for EE only (oravirt#359)'
fragments:
- listener_dgmgrl.yml
- manage_oracle_rdbms_procs.yml
- oracle_sqldba.yml
- pre-commit.yml
release_date: '2023-07-26'
3.2.0:
changes:
bugfixes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/listener_dgmgrl.yml

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/oracle_sqldba.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/pre-commit.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.9.0
version: 3.10.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down
Loading