Skip to content

Commit

Permalink
Release 4.3.0 - 4th Beta Release of ansible-oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Dec 8, 2023
1 parent e710340 commit 55fc932
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 20 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ opitzconsulting.ansible_oracle Release Notes
.. contents:: Topics


v4.3.0
======

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

This is a BETA Release of ansible-oracle. Do not use it in production environments!

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

- ansible-lint v6.22.1 (oravirt#392)
- molecule: add tnsname configuration to shared inventory (oravirt#388)
- oradb_facts: Skip oracledb_facts when db not reachable (oravirt#387)

Bugfixes
--------

- common: install lsof for all RHEL/OL distributions (oravirt#391)
- oradb_manage_db: Bugfix for undefined variable listener_home_config (oravirt#386)
- orahost: Fix warning conditional statements should not include jinja2 templating (oravirt#391)

v4.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 4.2.0
version: 4.3.0
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,3 +620,25 @@ releases:
- oraswdb_manage_patches.yml
- patch_download.yml
release_date: '2023-11-19'
4.3.0:
changes:
bugfixes:
- 'common: install lsof for all RHEL/OL distributions (oravirt#391)'
- 'oradb_manage_db: Bugfix for undefined variable listener_home_config (oravirt#386)'
- 'orahost: Fix warning conditional statements should not include jinja2 templating
(oravirt#391)'
minor_changes:
- ansible-lint v6.22.1 (oravirt#392)
- 'molecule: add tnsname configuration to shared inventory (oravirt#388)'
- 'oradb_facts: Skip oracledb_facts when db not reachable (oravirt#387)'
release_summary: This is a BETA Release of ansible-oracle. Do not use it in
production environments!
fragments:
- ansible-lint.yml
- assert.yml
- dbfacts.yml
- listener_home_config.yml
- lsof.yml
- molecule.yml
- release.yml
release_date: '2023-12-08'
3 changes: 0 additions & 3 deletions changelogs/fragments/ansible-lint.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/molecule.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: "Impoartant! This is a beta release! This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
version: 4.2.0
version: 4.3.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down

0 comments on commit 55fc932

Please sign in to comment.