Skip to content

Commit 863606d

Browse files
committed
Release 4.13.2
1 parent 02704eb commit 863606d

File tree

10 files changed

+28
-14
lines changed

10 files changed

+28
-14
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ opitzconsulting.ansible\_oracle Release Notes
44

55
.. contents:: Topics
66

7+
v4.13.2
8+
=======
9+
10+
Bugfixes
11+
--------
12+
13+
- oradb_manage_db: check if .bashrc exists before trying to disable ocenv
14+
- oraswgi_install: ansible.builtin.yum fails installing cvuqdisk on FIPS-enabled hosts due to missing package digest
15+
- oraswgi_manage_patches: roothas_prepatch.yml and roothas_postpatch.yml check wrong directory to determine if GI is locked/unlocked (oravirt#530)
16+
717
v4.13.1
818
=======
919

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.13.1
162+
version: 4.13.2

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,19 @@ releases:
764764
- oradb_tzupgrade_pdbs.yml
765765
- release-scripts.yml
766766
release_date: '2025-04-27'
767+
4.13.2:
768+
changes:
769+
bugfixes:
770+
- 'oradb_manage_db: check if .bashrc exists before trying to disable ocenv'
771+
- 'oraswgi_install: ansible.builtin.yum fails installing cvuqdisk on FIPS-enabled
772+
hosts due to missing package digest'
773+
- 'oraswgi_manage_patches: roothas_prepatch.yml and roothas_postpatch.yml check
774+
wrong directory to determine if GI is locked/unlocked (oravirt#530)'
775+
fragments:
776+
- bashrc_check_fix.yml
777+
- cvuqdisk-on-fips.yml
778+
- gi_locked_check.yml
779+
release_date: '2025-10-25'
767780
4.2.0:
768781
changes:
769782
breaking_changes:

changelogs/fragments/bashrc_check_fix.yml

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

changelogs/fragments/cvuqdisk-on-fips.yml

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

changelogs/fragments/gi_locked_check.yml

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

example/beginner/ansible/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: opitzconsulting.ansible_oracle
4-
version: 4.13.1
4+
version: 4.13.2
55

66
# following entry is for development only!
77
# - name: opitzconsulting.ansible_oracle

example/beginner_patching/ansible/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: opitzconsulting.ansible_oracle
4-
version: 4.13.1
4+
version: 4.13.2
55

66
# following entry is for development only!
77
# - name: opitzconsulting.ansible_oracle

example/rac/ansible/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: opitzconsulting.ansible_oracle
4-
version: 4.13.1
4+
version: 4.13.2
55

66
# following entry is for development only!
77
# - name: opitzconsulting.ansible_oracle

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: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5-
version: 4.13.1
5+
version: 4.13.2
66
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)