Skip to content

Commit f02d3d1

Browse files
committed
Release 4.11.1
1 parent b2032a8 commit f02d3d1

File tree

9 files changed

+26
-13
lines changed

9 files changed

+26
-13
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.11.1
8+
=======
9+
10+
Bugfixes
11+
--------
12+
13+
- devsec: changed hosts=all to hosts={{ hostgroup | default('all') }} (oravirt#479)
14+
- orasw_download_patches: bugfix for empty oracle_databases or oracle_pdbs (oravirt#480)
15+
- orasw_meta: empty oracle_databases broke orasw_download_patches (oravirt#480)
16+
717
v4.11.0
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.11.0
162+
version: 4.11.1

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,18 @@ releases:
680680
- sqlnet_molecule.yml
681681
- sqlnet_rac.yml
682682
release_date: '2024-09-15'
683+
4.11.1:
684+
changes:
685+
bugfixes:
686+
- 'devsec: changed hosts=all to hosts={{ hostgroup | default(''all'') }} (oravirt#479)'
687+
- 'orasw_download_patches: bugfix for empty oracle_databases or oracle_pdbs
688+
(oravirt#480)'
689+
- 'orasw_meta: empty oracle_databases broke orasw_download_patches (oravirt#480)'
690+
fragments:
691+
- devsec.yml
692+
- download.yml
693+
- orasw_meta.yml
694+
release_date: '2024-10-06'
683695
4.2.0:
684696
changes:
685697
breaking_changes:

changelogs/fragments/devsec.yml

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

changelogs/fragments/download.yml

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

changelogs/fragments/orasw_meta.yml

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

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

0 commit comments

Comments
 (0)