Skip to content

Commit 55fc932

Browse files
committed
Release 4.3.0 - 4th Beta Release of ansible-oracle
1 parent e710340 commit 55fc932

File tree

10 files changed

+46
-20
lines changed

10 files changed

+46
-20
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ opitzconsulting.ansible_oracle Release Notes
55
.. contents:: Topics
66

77

8+
v4.3.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a BETA Release of ansible-oracle. Do not use it in production environments!
15+
16+
Minor Changes
17+
-------------
18+
19+
- ansible-lint v6.22.1 (oravirt#392)
20+
- molecule: add tnsname configuration to shared inventory (oravirt#388)
21+
- oradb_facts: Skip oracledb_facts when db not reachable (oravirt#387)
22+
23+
Bugfixes
24+
--------
25+
26+
- common: install lsof for all RHEL/OL distributions (oravirt#391)
27+
- oradb_manage_db: Bugfix for undefined variable listener_home_config (oravirt#386)
28+
- orahost: Fix warning conditional statements should not include jinja2 templating (oravirt#391)
29+
830
v4.2.0
931
======
1032

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ plugins:
159159
strategy: {}
160160
test: {}
161161
vars: {}
162-
version: 4.2.0
162+
version: 4.3.0

changelogs/changelog.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,3 +620,25 @@ releases:
620620
- oraswdb_manage_patches.yml
621621
- patch_download.yml
622622
release_date: '2023-11-19'
623+
4.3.0:
624+
changes:
625+
bugfixes:
626+
- 'common: install lsof for all RHEL/OL distributions (oravirt#391)'
627+
- 'oradb_manage_db: Bugfix for undefined variable listener_home_config (oravirt#386)'
628+
- 'orahost: Fix warning conditional statements should not include jinja2 templating
629+
(oravirt#391)'
630+
minor_changes:
631+
- ansible-lint v6.22.1 (oravirt#392)
632+
- 'molecule: add tnsname configuration to shared inventory (oravirt#388)'
633+
- 'oradb_facts: Skip oracledb_facts when db not reachable (oravirt#387)'
634+
release_summary: This is a BETA Release of ansible-oracle. Do not use it in
635+
production environments!
636+
fragments:
637+
- ansible-lint.yml
638+
- assert.yml
639+
- dbfacts.yml
640+
- listener_home_config.yml
641+
- lsof.yml
642+
- molecule.yml
643+
- release.yml
644+
release_date: '2023-12-08'

changelogs/fragments/ansible-lint.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/assert.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/dbfacts.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/listener_home_config.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/lsof.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/molecule.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: opitzconsulting
33
name: ansible_oracle
44
description: "Impoartant! This is a beta release! This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5-
version: 4.2.0
5+
version: 4.3.0
66
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)