Skip to content

Commit

Permalink
Release 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Oct 6, 2024
1 parent b2032a8 commit f02d3d1
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ opitzconsulting.ansible\_oracle Release Notes

.. contents:: Topics

v4.11.1
=======

Bugfixes
--------

- devsec: changed hosts=all to hosts={{ hostgroup | default('all') }} (oravirt#479)
- orasw_download_patches: bugfix for empty oracle_databases or oracle_pdbs (oravirt#480)
- orasw_meta: empty oracle_databases broke orasw_download_patches (oravirt#480)

v4.11.0
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 4.11.0
version: 4.11.1
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,18 @@ releases:
- sqlnet_molecule.yml
- sqlnet_rac.yml
release_date: '2024-09-15'
4.11.1:
changes:
bugfixes:
- 'devsec: changed hosts=all to hosts={{ hostgroup | default(''all'') }} (oravirt#479)'
- 'orasw_download_patches: bugfix for empty oracle_databases or oracle_pdbs
(oravirt#480)'
- 'orasw_meta: empty oracle_databases broke orasw_download_patches (oravirt#480)'
fragments:
- devsec.yml
- download.yml
- orasw_meta.yml
release_date: '2024-10-06'
4.2.0:
changes:
breaking_changes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/devsec.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/download.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/orasw_meta.yml

This file was deleted.

2 changes: 1 addition & 1 deletion example/beginner_patching/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: opitzconsulting.ansible_oracle
version: 4.11.0
version: 4.11.1

# following entry is for development only!
# - name: opitzconsulting.ansible_oracle
Expand Down
2 changes: 1 addition & 1 deletion example/rac/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: opitzconsulting.ansible_oracle
version: 4.11.0
version: 4.11.1

# following entry is for development only!
# - name: opitzconsulting.ansible_oracle
Expand Down
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: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
version: 4.11.0
version: 4.11.1
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down

0 comments on commit f02d3d1

Please sign in to comment.