File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff 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+
817v3.10.0
918=======
1019
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ plugins:
2424 shell : {}
2525 strategy : {}
2626 vars : {}
27- version : 3.10.0
27+ version : 3.10.1
Original file line number Diff line number Diff 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 :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22namespace : opitzconsulting
33name : ansible_oracle
44description : " This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5- version : 3.10.0
5+ version : 3.10.1
66repository : https://github.com/oravirt/ansible-oracle.git
77readme : README.md
88authors :
You can’t perform that action at this time.
0 commit comments