Skip to content

Commit 0c71168

Browse files
committed
Release 4.4.0 - 5th Beta Release of ansible-oracle
v4.4.0 ====== Release Summary --------------- This is a BETA Release of ansible-oracle. Do not use it in production environments! Minor Changes ------------- - ansible-doctor: Update to 4.0.1 (#397) - oradb_manage_db: Added support for aliasnames for Oracle Wallet (#400) - oradb_manage_db: allow multiline values for keys in sqlnet_ansible.ora (#400) - oradb_manage_wallet: New role for managing Oracle Wallets (#400) - pre-commit: Update multiple hooks (#397) Security Fixes -------------- - dependabo: Update ansible-core in dev-tools (#398) - dependabo: bump ansible from 6.7.0 to 8.5.0 in /tools/ansible (#395) - dependabo: bump tj-actions/changed-files from 31 to 41 in /.github/workflows (#396) - oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ (#401)
1 parent d851a3e commit 0c71168

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
security_fixes:
3-
- "oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ ()"
3+
- "oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ (oravirt#401)"

changelogs/fragments/galaxy.aml

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

changelogs/fragments/galaxy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
release_summary: >-
3+
This is a BETA Release of ansible-oracle.
4+
Do not use it in production environments!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
minor_changes:
3-
- "oradb_manage_db: allow multiline values for keys in sqlnet_ansible.ora ()"
3+
- "oradb_manage_db: allow multiline values for keys in sqlnet_ansible.ora (oravirt#400)"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
minor_changes:
3-
- "oradb_manage_db: Added support for aliasnames for Oracle Wallet ()"
3+
- "oradb_manage_db: Added support for aliasnames for Oracle Wallet (oravirt#400)"

changelogs/fragments/wallet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
minor_changes:
3-
- "oradb_manage_wallet: New role for managing Oracle Wallets ()"
3+
- "oradb_manage_wallet: New role for managing Oracle Wallets (oravirt#400)"

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.3.0
5+
version: 4.4.0
66
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)