Skip to content

Commit

Permalink
Release 4.4.0 - 5th Beta Release of ansible-oracle
Browse files Browse the repository at this point in the history
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 (oravirt#397)
- oradb_manage_db: Added support for aliasnames for Oracle Wallet (oravirt#400)
- oradb_manage_db: allow multiline values for keys in sqlnet_ansible.ora (oravirt#400)
- oradb_manage_wallet: New role for managing Oracle Wallets (oravirt#400)
- pre-commit: Update multiple hooks (oravirt#397)

Security Fixes
--------------

- dependabo: Update ansible-core in dev-tools (oravirt#398)
- dependabo: bump ansible from 6.7.0 to 8.5.0 in /tools/ansible (oravirt#395)
- dependabo: bump tj-actions/changed-files from 31 to 41 in /.github/workflows (oravirt#396)
- oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ (oravirt#401)
  • Loading branch information
Rendanic committed Jan 21, 2024
1 parent d851a3e commit 32243fe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelogs/fragments/dbca-response.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
security_fixes:
- "oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ ()"
- "oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ (oravirt#401)"
3 changes: 0 additions & 3 deletions changelogs/fragments/galaxy.aml

This file was deleted.

4 changes: 4 additions & 0 deletions changelogs/fragments/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
release_summary: >-
This is a BETA Release of ansible-oracle.
Do not use it in production environments!
2 changes: 1 addition & 1 deletion changelogs/fragments/sqlnet_ansible.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
minor_changes:
- "oradb_manage_db: allow multiline values for keys in sqlnet_ansible.ora ()"
- "oradb_manage_db: allow multiline values for keys in sqlnet_ansible.ora (oravirt#400)"
2 changes: 1 addition & 1 deletion changelogs/fragments/tnsnames_alias.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
minor_changes:
- "oradb_manage_db: Added support for aliasnames for Oracle Wallet ()"
- "oradb_manage_db: Added support for aliasnames for Oracle Wallet (oravirt#400)"
2 changes: 1 addition & 1 deletion changelogs/fragments/wallet.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
minor_changes:
- "oradb_manage_wallet: New role for managing Oracle Wallets ()"
- "oradb_manage_wallet: New role for managing Oracle Wallets (oravirt#400)"
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.3.0
version: 4.4.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down

0 comments on commit 32243fe

Please sign in to comment.