Skip to content

Commit 535c264

Browse files
committed
Release 3.10.1
1 parent c2ffc5b commit 535c264

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ opitzconsulting.ansible_oracle Release Notes
55
.. contents:: Topics
66

77

8+
v3.10.1
9+
=======
10+
11+
Bugfixes
12+
--------
13+
14+
- oradb_facts: Bugfix for missing default variable definitions (oravirt#366)
15+
- oradb_manage_grant: Bugfix for broken grant on pdb with db_domain (oravirt#365)
16+
817
v3.10.0
918
=======
1019

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ plugins:
2424
shell: {}
2525
strategy: {}
2626
vars: {}
27-
version: 3.10.0
27+
version: 3.10.1

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,15 @@ releases:
177177
- oracle_sqldba.yml
178178
- pre-commit.yml
179179
release_date: '2023-07-26'
180+
3.10.1:
181+
changes:
182+
bugfixes:
183+
- 'oradb_facts: Bugfix for missing default variable definitions (oravirt#366)'
184+
- 'oradb_manage_grant: Bugfix for broken grant on pdb with db_domain (oravirt#365)'
185+
fragments:
186+
- db_facts.yml
187+
- grant.yml
188+
release_date: '2023-07-28'
180189
3.2.0:
181190
changes:
182191
bugfixes:

changelogs/fragments/db_facts.yml

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

changelogs/fragments/grant.yml

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

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

0 commit comments

Comments
 (0)