Skip to content

Commit

Permalink
Release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Aug 14, 2023
1 parent 4a52eec commit defbb29
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v3.11.0
=======

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

- new vagrantbox example beginner_patching (oravirt#370)
- oradb_rman: added option state for cronjobs, disabled is optional now (oravirt#369)

Bugfixes
--------

- oradb_manage_db: bugfix for wrong IFILE path in tnsnames.ora and sqlnet.ora when readonly ORACLE_HOME is used (oravirt#371)

v3.10.1
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.10.1
version: 3.11.0
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,19 @@ releases:
- db_facts.yml
- grant.yml
release_date: '2023-07-28'
3.11.0:
changes:
bugfixes:
- 'oradb_manage_db: bugfix for wrong IFILE path in tnsnames.ora and sqlnet.ora
when readonly ORACLE_HOME is used (oravirt#371)'
minor_changes:
- new vagrantbox example beginner_patching (oravirt#370)
- 'oradb_rman: added option state for cronjobs, disabled is optional now (oravirt#369)'
fragments:
- beginner_patching.yml
- ifile.yml
- rman_cron.yml
release_date: '2023-08-14'
3.2.0:
changes:
bugfixes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/beginner_patching.yml

This file was deleted.

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

This file was deleted.

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

0 comments on commit defbb29

Please sign in to comment.