File tree Expand file tree Collapse file tree 12 files changed +125
-18
lines changed
beginner_patching/ansible Expand file tree Collapse file tree 12 files changed +125
-18
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ exclude_paths:
1717 - extensions
1818 - dbhome-conversion
1919 - docker
20+ - tools
2021 - plugins/modules
2122 - execution-environment.yml
2223 - playbooks/desupported
Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ opitzconsulting.ansible\_oracle Release Notes
44
55.. contents :: Topics
66
7+ v4.13.1
8+ =======
9+
10+ Minor Changes
11+ -------------
12+
13+ - Upgrade ansible-doctor 6.0.5 and pre-commit (oravirt#517)
14+ - ansible-lint upgrade to 25.2.1 (oravirt#517)
15+ - helper script for building releases (oravirt#518)
16+ - nix: Adding direnv and nix configuration for easy setup of dev environment via nix-shell (oravirt#517)
17+
18+ Security Fixes
19+ --------------
20+
21+ - ansible-core: Upgrade versions due to security alerts from dependbot (oravirt#517)
22+
23+ Bugfixes
24+ --------
25+
26+ - oradb_tzupgrade_pdbs: compose the list of PDBs in Ansible (oravirt#516)
27+
728v4.13.0
829=======
930
Original file line number Diff line number Diff line change @@ -159,4 +159,4 @@ plugins:
159159 strategy : {}
160160 test : {}
161161 vars : {}
162- version : 4.13.0
162+ version : 4.13.1
Original file line number Diff line number Diff line change @@ -747,6 +747,23 @@ releases:
747747 - scripts_folder_fix.yml
748748 - typo-zauberkasten.yml
749749 release_date : ' 2025-03-30'
750+ 4.13.1 :
751+ changes :
752+ bugfixes :
753+ - ' oradb_tzupgrade_pdbs: compose the list of PDBs in Ansible (oravirt#516)'
754+ minor_changes :
755+ - Upgrade ansible-doctor 6.0.5 and pre-commit (oravirt#517)
756+ - ansible-lint upgrade to 25.2.1 (oravirt#517)
757+ - helper script for building releases (oravirt#518)
758+ - ' nix: Adding direnv and nix configuration for easy setup of dev environment
759+ via nix-shell (oravirt#517)'
760+ security_fixes :
761+ - ' ansible-core: Upgrade versions due to security alerts from dependbot (oravirt#517)'
762+ fragments :
763+ - nix-doctor-lint.yml
764+ - oradb_tzupgrade_pdbs.yml
765+ - release-scripts.yml
766+ release_date : ' 2025-04-27'
750767 4.2.0 :
751768 changes :
752769 breaking_changes :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22collections :
3- - name : devsec.hardening
4- version : 8.2.0
53 - name : opitzconsulting.ansible_oracle
6- version : 3.2.0
4+ version : 4.13.1
5+
6+ # following entry is for development only!
7+ # - name: opitzconsulting.ansible_oracle
8+ # source: ./../../..
9+ # type: dir
Original file line number Diff line number Diff line change 11---
22collections :
33 - name : opitzconsulting.ansible_oracle
4- version : 4.13.0
4+ version : 4.13.1
55
66 # following entry is for development only!
77 # - name: opitzconsulting.ansible_oracle
Original file line number Diff line number Diff line change 11---
22collections :
33 - name : opitzconsulting.ansible_oracle
4- version : 4.13.0
4+ version : 4.13.1
55
66 # following entry is for development only!
77 # - name: opitzconsulting.ansible_oracle
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 : 4.13.0
5+ version : 4.13.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